From 02b9e37bb627106a61cb5b04dbda7a96e1420b1d Mon Sep 17 00:00:00 2001 From: denaelc <21045683+denaelc@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:31:39 +0100 Subject: [PATCH 1/6] disable CG recolor --- plugins/cg-recolor | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/cg-recolor b/plugins/cg-recolor index 826a4f33f8c..47ac384bf20 100644 --- a/plugins/cg-recolor +++ b/plugins/cg-recolor @@ -1,2 +1,3 @@ repository=https://github.com/denaelc/gauntlet-recolor.git commit=bebcd9ca906e44932fb560754825b3be454a90e8 +disabled=Requires bugfix From ec36afb24ddb759360d403f404a3e6233023d576 Mon Sep 17 00:00:00 2001 From: denaelc <21045683+denaelc@users.noreply.github.com> Date: Wed, 30 Oct 2024 22:21:17 +0100 Subject: [PATCH 2/6] Re-enable cg recolor Fixed the bug, very minor changes. Somehow forgot a try-catch block which sometimes resulted in a nullpointer exception --- plugins/cg-recolor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/cg-recolor b/plugins/cg-recolor index 47ac384bf20..f8ee762e171 100644 --- a/plugins/cg-recolor +++ b/plugins/cg-recolor @@ -1,3 +1,2 @@ repository=https://github.com/denaelc/gauntlet-recolor.git -commit=bebcd9ca906e44932fb560754825b3be454a90e8 -disabled=Requires bugfix +commit=42f679207641d7f124133b413013049ea7a5f624 From f621e9796857ce0d2f66a052f55a20f297f79922 Mon Sep 17 00:00:00 2001 From: denaelc <21045683+denaelc@users.noreply.github.com> Date: Fri, 15 Nov 2024 23:29:03 +0100 Subject: [PATCH 3/6] "Using the new preMapLoad event and removing all the code associated with the old method --- plugins/cg-recolor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cg-recolor b/plugins/cg-recolor index f8ee762e171..8700d91a41b 100644 --- a/plugins/cg-recolor +++ b/plugins/cg-recolor @@ -1,2 +1,2 @@ repository=https://github.com/denaelc/gauntlet-recolor.git -commit=42f679207641d7f124133b413013049ea7a5f624 +commit=9e838aab6f5c7b425d1f6264e26b5420c01775dc From 83ee08af706835d895107101acb40ee10a6ae140 Mon Sep 17 00:00:00 2001 From: denaelc <21045683+denaelc@users.noreply.github.com> Date: Fri, 15 Nov 2024 23:33:09 +0100 Subject: [PATCH 4/6] Update cg-recolor From 3e3b48f8b5dcaad40db7e8b0243db8de6651e1a8 Mon Sep 17 00:00:00 2001 From: denaelc <21045683+denaelc@users.noreply.github.com> Date: Fri, 15 Nov 2024 23:50:47 +0100 Subject: [PATCH 5/6] restricting the preMapLoad event to the gauntlet and lobby No need to investigate the scene outside of this content --- plugins/cg-recolor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cg-recolor b/plugins/cg-recolor index 8700d91a41b..414fdb8cf75 100644 --- a/plugins/cg-recolor +++ b/plugins/cg-recolor @@ -1,2 +1,2 @@ repository=https://github.com/denaelc/gauntlet-recolor.git -commit=9e838aab6f5c7b425d1f6264e26b5420c01775dc +commit=45001d9caf7a8aeef6846c55036f3923cdd04d25 From 65bb5dd5e43c1a18b93eee8ba186600b4a902834 Mon Sep 17 00:00:00 2001 From: denaelc <21045683+denaelc@users.noreply.github.com> Date: Sat, 16 Nov 2024 11:17:01 +0100 Subject: [PATCH 6/6] tiny bugfix --- plugins/cg-recolor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cg-recolor b/plugins/cg-recolor index 414fdb8cf75..38be5d35e7d 100644 --- a/plugins/cg-recolor +++ b/plugins/cg-recolor @@ -1,2 +1,2 @@ repository=https://github.com/denaelc/gauntlet-recolor.git -commit=45001d9caf7a8aeef6846c55036f3923cdd04d25 +commit=88392fa6837f11c0e8e99bd62e6c0a0f85b98e76