Project Zomboid

Project Zomboid

aoqia's zomboid utils
目前顯示第 1-10 項,共 16 項
< 1  2 >
更新:2 月 16 日 @ 下午 10:04
aoqia 發表

[1.6.0] - 2025-02-17

Added

- Moddata init helper function.

更新:2024 年 11 月 22 日 @ 上午 12:34
aoqia 發表

[1.5.0] - 2024-11-22

Added

- Table deep copy utilities.

更新:2024 年 11 月 14 日 @ 下午 5:32
aoqia 發表

[1.4.4] - 2024-11-15

Fixed

- Debug information wasn't being added to the log file.

更新:2024 年 10 月 9 日 @ 下午 5:53
aoqia 發表

[1.4.3] - 2024-10-10

Added

- Added log file in the `Logs` directory for each logger instance.
- Added date time logging for each line.
- Fixed bug where it wouldn't print to the console at all.

更新:2024 年 10 月 7 日 @ 下午 1:50
aoqia 發表

[1.4.2] - 2024-10-08

Changed

- Put the logger filter at the start of the log line instead of at the end. It looks smexier!!

更新:2024 年 10 月 6 日 @ 下午 5:52
aoqia 發表

更新:2024 年 8 月 22 日 @ 下午 9:26
aoqia 發表

[1.4.0] - 2024-08-23

Added

- Add ModData panel for debugging.
- Add VehicleInfo panel for debugging.

Changed

- Prevented file conflicts by renaming folder paths.

更新:2024 年 8 月 12 日 @ 下午 3:03
aoqia 發表

[1.3.1] - 2024-08-13

Removed

- Removed min function because it's not needed.
- Removed max function because it's not needed.

更新:2024 年 8 月 11 日 @ 下午 4:22
aoqia 發表

[1.3.0] - 2024-08-12

Added

- Added very basic math library implementation.

更新:2024 年 8 月 8 日 @ 下午 1:58
aoqia 發表

[1.2.0] - 2024-08-09

Added

- Added IS_SINGLEPLAYER constant.
- Added IS_COOP constant.