This website requires JavaScript.
Explore
Help
Register
Sign In
curioustorvald
/
Terrarum
Watch
1
Star
0
Fork
0
You've already forked Terrarum
mirror of
https://github.com/curioustorvald/Terrarum.git
synced
2026-06-10 18:44:05 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b2479028af3d88ee5059c8db4284b86b26f2b679
Terrarum
/
src
/
net
/
torvald
/
terrarum
/
modulebasegame
/
serialise
History
minjaesong
b2479028af
adding 'kind flag' to the savegame format so the file can be determined if it contains player or world data
2022-12-04 16:09:07 +09:00
..
GameSavingThread.kt
adding 'kind flag' to the savegame format so the file can be determined if it contains player or world data
2022-12-04 16:09:07 +09:00
QuickSaveThread.kt
adding 'kind flag' to the savegame format so the file can be determined if it contains player or world data
2022-12-04 16:09:07 +09:00
WriteActor.kt
fixed a bug when loading a packaged player, loading a spriteglow would read normal sprite's data instead
2022-12-04 03:38:17 +09:00
WriteSavegame.kt
fixed a bug when loading a packaged player, loading a spriteglow would read normal sprite's data instead
2022-12-04 03:38:17 +09:00
WriteWorld.kt
serialisation of the world is split into two packages: complex one is moved under the modulebasegame package
2022-09-03 23:05:49 +09:00