ddon-server/Arrowgene.Ddon.Server/Scripting
Paul Campbell d3d0ff30a2 fix: Add a server config for IANA ID
Some timers are running off local server time, while others are using
UTC 0. Added a a new setting ServerTimeZone which uses a IANA ID. It is
used by the task scheduler and and other calendar aware timing events.
By default it is set to "TimeZoneId.Japan" (JST +9). A helper class named
TimeZoneId.cs exists so a admin can use a named constant instead of magic numbers.
2026-04-24 07:23:48 -04:00
..
modules fix: Add a server config for IANA ID 2026-04-24 07:23:48 -04:00
utils feat: Server settings templates and defaults 2025-02-25 20:09:04 -05:00
LibUtils.cs feat: Add support for debugging csx scripts 2025-02-21 20:03:44 -05:00
ScriptManager.cs Networking 2.x (#982) 2026-03-17 09:29:37 +08:00
ScriptModule.cs fix: Fix new script issues 2025-07-03 10:04:32 -04:00
ScriptProxy.cs fix: Fix new script issues 2025-07-03 10:04:32 -04:00
ScriptUtils.cs refactor: Refactor code and show different scripting example 2024-12-26 10:38:17 -05:00