Project Zomboid
SSR: Core
กำลังแสดง 11-20 จาก 35 รายการ
< 1  2  3  4 >
อัปเดต: 27 ส.ค. 2022 @ 2: 04am

Release (64064ac)

Changelog:
- updated client-side algorithm for SSRTimer

อัปเดต: 25 ส.ค. 2022 @ 1: 55am

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

อัปเดต: 22 ส.ค. 2022 @ 1: 18am

- improved mod initialization algorithm
- compatibility with ssr-quests

อัปเดต: 20 มิ.ย. 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

อัปเดต: 19 เม.ย. 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

อัปเดต: 26 มี.ค. 2022 @ 2: 16am

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

อัปเดต: 22 มี.ค. 2022 @ 1: 26am

Added timer for infrequent operations

อัปเดต: 15 มี.ค. 2022 @ 1: 45am

Removed old functions related to safehouse sync

อัปเดต: 28 ก.พ. 2022 @ 3: 19am

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

อัปเดต: 18 ก.พ. 2022 @ 12: 44am

- getCurrentTime and getDeltaTimeInMillis moved to shared
- Removed ISRichTextPanelMod