Project Zomboid

Project Zomboid

SSR: Core
35개 중 11~20개 표시 중
< 1  2  3  4 >
업데이트: 2022년 8월 27일 @ 오전 2시 04분

Release (64064ac)

Changelog:
- updated client-side algorithm for SSRTimer

업데이트: 2022년 8월 25일 @ 오전 1시 55분

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

업데이트: 2022년 8월 22일 @ 오전 1시 18분

- improved mod initialization algorithm
- compatibility with ssr-quests

업데이트: 2022년 6월 20일 @ 오전 1시 32분

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

업데이트: 2022년 4월 19일 @ 오전 1시 55분

- 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

업데이트: 2022년 3월 26일 @ 오전 2시 16분

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

업데이트: 2022년 3월 22일 @ 오전 1시 26분

Added timer for infrequent operations

업데이트: 2022년 3월 15일 @ 오전 1시 45분

Removed old functions related to safehouse sync

업데이트: 2022년 2월 28일 @ 오전 3시 19분

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

업데이트: 2022년 2월 18일 @ 오전 12시 44분

- getCurrentTime and getDeltaTimeInMillis moved to shared
- Removed ISRichTextPanelMod