Project Zomboid
SSR: Core
Εμφάνιση 11-20 από 35 καταχωρίσεις
< 1  2  3  4 >
Ενημέρωση: 27 Αυγ 2022 στις 2:04

Release (64064ac)

Changelog:
- updated client-side algorithm for SSRTimer

Ενημέρωση: 25 Αυγ 2022 στις 1:55

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

Ενημέρωση: 22 Αυγ 2022 στις 1:18

- improved mod initialization algorithm
- compatibility with ssr-quests

Ενημέρωση: 20 Ιουν 2022 στις 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

Ενημέρωση: 19 Απρ 2022 στις 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

Ενημέρωση: 26 Μαρ 2022 στις 2:16

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

Ενημέρωση: 22 Μαρ 2022 στις 1:26

Added timer for infrequent operations

Ενημέρωση: 15 Μαρ 2022 στις 1:45

Removed old functions related to safehouse sync

Ενημέρωση: 28 Φεβ 2022 στις 3:19

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

Ενημέρωση: 18 Φεβ 2022 στις 0:44

- getCurrentTime and getDeltaTimeInMillis moved to shared
- Removed ISRichTextPanelMod