Commit Graph

45 Commits

Author SHA1 Message Date
NotAlwaysTrue
9b35f6b23f Sync with upstream
* Update bug-reports.yml

* Fix modifyChatMessage hook

* Add LuaCsSetup.Lua back for compatibility

* Fix Game.AssignOnExecute having command arguments be passed as varargs instead of a table

* Actually use the PackageId const everywhere we need to refer to our content package

* Load languages files even if the package is disabled

* Fix Hook.Remove not being implemented properly

* - Changed event aliases to be case insensitive.

* - Fixed assembly logging style.
- Fixed double logging during execution.

* Fix garbage network data being read by the game when reading LuaCs network messages

* PackageId -> PackageName

* Added caching toggle to PluginManagementService

* Fix LuaCs initializing too late for singleplayer campaigns and rework the C# prompt to only show when enabling mods/joining server

* Oops, fix NRE crash

* Fix hide username in logs config not doing anything

* Fix Cs prompt showing up more than one between rounds

* Fix server host being prompted twice with the C# popup

* Ignore our workshop packages from the game's dependency thing since it doesn't really make sense

* Load console commands after executing and possible fix for the not console command permitted

* Added fallback friendly name resolution for ModConfig assembly contents.

* Register Voronoi2 stuff

* Added configinfo null check to SettingBase.cs

* Add safety check so this stops crashing when we look at it the wrong way

* Fixed "Folder" attribute files not being found.

* Keep the LuaCsConfig class laying around for compatibility, not sure anywhere in our code base (and shouldn't be)

* Added fallback compilation for UseInternalsAwareAssembly if the publicized script compilation fails.

* Added legacy overload of AddCommand for mod compat.

* Added LoggerService to Lua env. Made ILoggerService compliant with LuaCsLogger API.

* Changed csharp script compilation algorithm to be best effort.

* Added "RunUnrestricted" mode for lua scripts that need to run outside of sandbox.

* - Fixed networking sync vars failing to sync initially.
- Fixed lua failing to differentiate overloads ISettingBase.

* Add alias for human.CPRSuccess and human.CPRFailed

* - Fixed up the settings menu.
- Made SettingEntry throw an error if "Value" attribute is not found in XML.
- Fixed saved values for settings sometimes not reloading after disabling and re-enabling a package.

* Fix LuaCs net messages received during connection initialization to be read incorrectly, happened because we would reset the BitPosition in our harmony patch which would cause the message to be read incorrectly later

* Allow reloadlua to force the state to running

* New icon for settings and make the top left text more user friendly

* Fix client.packages hook sending normal packages

* Fixed OnUpdate() not passing in deltaTime instead of totalTime.

* Missing diffs from bb21a09244

* Added networking tests for configs.

* Added missing diffs for f61f852a25.

* Some tweaks to the text

* Remove missing Value error, it should just use the default value if it's not specified

* Fix UseInternalAccessName

* Always purge cashes for plugin content on unloading.

* Fix texture not multiple of 4

* v1.12.7.0 (Spring Update 2026 Hotfix 1)

---------

Co-authored-by: Joonas Rikkonen <poe.regalis@gmail.com>
Co-authored-by: Evil Factory <36804725+evilfactory@users.noreply.github.com>
Co-authored-by: MapleWheels <njainanan@hotmail.com>
2026-04-25 12:10:24 +08:00
Regalis11
783499f152 Updated bug-reports.yml 2025-12-18 12:33:57 +02:00
Markus Isberg
b6c3724bf8 Updated bug-reports.yml 2025-12-08 16:58:15 +02:00
Joonas Rikkonen
21e34e5cd8 Updated bug-reports.yml 2025-11-19 10:31:53 +02:00
Joonas Rikkonen
51db93fabc Update bug-reports.yml
Updated version options in bug report template.
2025-10-22 14:57:25 +03:00
Markus Isberg
37ffc94551 Update bug-reports.yml 2025-10-10 14:00:36 +03:00
Joonas Rikkonen
3f5c17c779 Update bug-reports.yml 2025-10-02 12:45:13 +03:00
Regalis11
b2d91cde7c Release 1.10.6.0 - Autumn Update 2025 Hotfix 1 2025-09-25 11:11:35 +03:00
Joonas Rikkonen
bad999d5fc Update bug-reports.yml 2025-09-17 13:45:40 +03:00
Joonas Rikkonen
d13836ce87 Update bug-reports.yml 2025-08-28 11:47:29 +03:00
Joonas Rikkonen
513872c1b0 Update bug-reports.yml 2025-08-20 13:30:45 +03:00
Joonas Rikkonen
567cae1b19 Update bug-reports.yml 2025-07-01 11:41:46 +03:00
Joonas Rikkonen
fd34473640 Update bug-reports.yml 2025-06-17 16:39:59 +03:00
Joonas Rikkonen
22227f13e5 Update bug-reports.yml 2025-05-13 14:52:23 +03:00
Joonas Rikkonen
34b1049f94 Update bug-reports.yml 2025-04-29 12:47:17 +03:00
Joonas Rikkonen
6203171b6d Update bug-reports.yml 2025-04-16 13:04:07 +03:00
Markus Isberg
38cce0c933 Update bug-reports.yml 2025-04-10 14:37:29 +03:00
Joonas Rikkonen
6338c79410 Update bug-reports.yml 2025-04-04 15:17:35 +03:00
Joonas Rikkonen
fe87a65dbe Update bug-reports.yml 2025-02-28 09:57:52 +02:00
Joonas Rikkonen
8f0d89a88c Update bug-reports.yml 2025-01-29 17:00:54 +02:00
Joonas Rikkonen
ffccd25ebd Update bug-reports.yml 2025-01-16 20:14:57 +02:00
Joonas Rikkonen
38ca721cb0 Update bug-reports.yml 2024-12-11 13:27:12 +02:00
Joonas Rikkonen
7d5b7a310a Update bug-reports.yml 2024-11-01 17:33:57 +02:00
Joonas Rikkonen
b0d57eb26d Update bug-reports.yml 2024-10-31 11:28:12 +02:00
Joonas Rikkonen
c015059218 Update bug-reports.yml 2024-10-28 15:04:58 +02:00
Joonas Rikkonen
a29662c074 Update bug-reports.yml 2024-10-22 17:30:14 +03:00
Joonas Rikkonen
e74b3cdb17 Update bug-reports.yml 2024-10-18 17:08:21 +03:00
Joonas Rikkonen
0e8fb6569d Update bug-reports.yml 2024-08-30 16:29:59 +03:00
Joonas Rikkonen
912f5db14e Update bug-reports.yml 2024-08-28 12:15:47 +03:00
Regalis11
0aee539762 Updated bug report template 2024-06-30 18:49:49 +03:00
Regalis11
e5694a08cf Updated bug report template 2024-06-27 22:26:42 +03:00
Regalis11
8ef82ede43 Updated bug report template 2024-06-27 16:47:20 +03:00
Regalis11
85e5d806e6 Updated bug report template 2024-06-19 18:42:49 +03:00
Regalis11
230d1b6e78 v1.5.7.0 (Summer Update) 2024-06-18 16:50:02 +03:00
Regalis11
4a63dacbce Updated bug report template 2024-06-07 17:27:47 +03:00
itchyOwl
a35dbdc87c Update issues template. 2024-05-24 12:01:35 +03:00
Markus Isberg
79ff628eac Updated issue template 2024-05-02 17:04:53 +03:00
Lauri Härkänen
10285b8b34 Update bug-reports.yml
Change the version number.
2024-04-26 16:15:56 +03:00
Regalis11
f240bd83b2 Updated issue template 2024-04-24 18:10:56 +03:00
Regalis11
8face2f344 Updated issue template 2024-04-16 18:01:42 +03:00
Regalis11
18af2754db v1.3.0.3 2024-04-12 16:38:50 +03:00
Regalis11
332be4c9d2 Updated bug report template 2024-04-02 18:16:17 +03:00
Regalis11
47badaf760 Updated bug report template 2024-03-28 20:20:06 +02:00
Regalis11
b77981165a Changed bug report template fields to match those in github's example file 2024-03-20 13:17:07 +02:00
Regalis11
71f7933f39 Renamed bug report template (should now show in the correct place?) 2024-03-20 13:05:00 +02:00