Project Zomboid

Project Zomboid

SSR: Core
Hiển thị 11-20 trong 35 mục
< 1  2  3  4 >
Cập nhật: 27 Thg08, 2022 @ 2:04am

Release (64064ac)

Changelog:
- updated client-side algorithm for SSRTimer

Cập nhật: 25 Thg08, 2022 @ 1:55am

- fixed an error in tabulation detection algorithm, that caused hang ins (now supports both 4 spaces and 1 tab tabulation)

Cập nhật: 22 Thg08, 2022 @ 1:18am

- improved mod initialization algorithm
- compatibility with ssr-quests

Cập nhật: 20 Thg06, 2022 @ 1:32am

- added version control of java mod
- SSRLoader inits other mods both client-side and server-side
- added timer in milliseconds
- removed obsolete code
- optimization

Cập nhật: 19 Thg04, 2022 @ 1:55am

- Updated SyncClient (now also handles callbacks for quest system)
- Protected addLineToChat function from possible nullpo
- Timer can be created with add_m and add_s (the former accepts time in minutes, the latter - in seconds)
- Timer on server updates once per in-game minute, timer on client updates once per tick
- GetModIDFromPath now uses backward iteration

Cập nhật: 26 Thg03, 2022 @ 2:16am

- Fixed incorrect interval for timer tasks
- Timer tasks can be recurrent and one-time

Cập nhật: 22 Thg03, 2022 @ 1:26am

Added timer for infrequent operations

Cập nhật: 15 Thg03, 2022 @ 1:45am

Removed old functions related to safehouse sync

Cập nhật: 28 Thg02, 2022 @ 3:19am

- setX override for SafetyUI will be applied only on version 41.65 and below
- ssr-news won't load in singleplayer

Cập nhật: 18 Thg02, 2022 @ 12:44am

- getCurrentTime and getDeltaTimeInMillis moved to shared
- Removed ISRichTextPanelMod