From 31db3849be34355a4354c039786eb49e00f4becb Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Fri, 2 Sep 2022 15:17:59 +0300 Subject: [PATCH] update build tools --- .gitignore | 2 ++ CVC/Classes/CVC.uc | 2 +- CVC/Classes/CVCMut.uc | 2 +- CVC/Classes/KickProtected.uc | 2 +- CVC/Classes/MapStats.uc | 2 +- builder.cfg | 9 +++++++++ tools | 2 +- 7 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..80643f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.psd +/ignore \ No newline at end of file diff --git a/CVC/Classes/CVC.uc b/CVC/Classes/CVC.uc index ce45d9e..d2190b9 100644 --- a/CVC/Classes/CVC.uc +++ b/CVC/Classes/CVC.uc @@ -378,7 +378,7 @@ public function bool DestroyRepInfo(Controller C) return false; } -DefaultProperties +defaultproperties { } \ No newline at end of file diff --git a/CVC/Classes/CVCMut.uc b/CVC/Classes/CVCMut.uc index e682a27..bcda41d 100644 --- a/CVC/Classes/CVCMut.uc +++ b/CVC/Classes/CVCMut.uc @@ -54,7 +54,7 @@ public function NotifyLogout(Controller C) CVC.NotifyLogout(C); } -DefaultProperties +defaultproperties { } \ No newline at end of file diff --git a/CVC/Classes/KickProtected.uc b/CVC/Classes/KickProtected.uc index 2cc0d4e..36f5b94 100644 --- a/CVC/Classes/KickProtected.uc +++ b/CVC/Classes/KickProtected.uc @@ -60,7 +60,7 @@ private static function bool IsUID(String ID, E_LogLevel LogLevel) { `Log_TraceStatic(); - return (Locs(Left(ID, 2)) ~= "0x"); + return (Left(ID, 2) ~= "0x"); } private static function bool AnyToUID(String ID, out UniqueNetId UID, E_LogLevel LogLevel) diff --git a/CVC/Classes/MapStats.uc b/CVC/Classes/MapStats.uc index 15e5f1d..9b3854c 100644 --- a/CVC/Classes/MapStats.uc +++ b/CVC/Classes/MapStats.uc @@ -64,7 +64,7 @@ static function IncMapStat(String Map, int PlayTime, String SortPolicy, E_LogLev StaticSaveConfig(); } -DefaultProperties +defaultproperties { } diff --git a/builder.cfg b/builder.cfg index 774dffd..9a2944f 100644 --- a/builder.cfg +++ b/builder.cfg @@ -11,6 +11,15 @@ StripSource="True" PackageBuildOrder="CVC" +### Brew parameters ### + +# Packages you want to brew using @peelz's patched KFEditor. +# Useful for cases where regular brew doesn't put *.upk inside the package. +# Specify them with a space as a separator, +# The order doesn't matter +PackagePeelzBrew="" + + ### Steam Workshop upload parameters ### # Mutators that will be uploaded to the workshop diff --git a/tools b/tools index 2f173aa..3efdb9f 160000 --- a/tools +++ b/tools @@ -1 +1 @@ -Subproject commit 2f173aad7a6f4578574764801136a0d86e830653 +Subproject commit 3efdb9f4d13cb730264cf17498ed1e1ee908934c