Commit Graph

15 Commits

Author SHA1 Message Date
f09519773b feat(saving): Use kryo for serialization
This will probably be more expanded in future. But for now this approach
works without some major issues. But ofc things like data migration etc
doesn't work.
2025-04-07 20:59:51 +02:00
433dbf6f96 refactor(sounds): Rewritten code for sound to ogg
Now SoundPlayer class supports only .ogg files instead of wav file which
can reduce the final .jar file size drastically. It uses library.
2025-03-27 21:39:12 +01:00
b6c0e730d3 chore(logging): Implemented basic logging 2025-03-23 13:54:51 +01:00
5e45851e04 chore: Some minor changes 2025-03-08 17:53:47 +01:00
32fba49587 feat: Implemented saving of world 2025-03-08 17:36:59 +01:00
6316833af7 revert: Revert this shit 2025-03-07 14:05:29 +01:00
f50a3cb88e chore: Added exclusion for formatting and linting 2025-03-07 13:17:52 +01:00
ee12ccb6d7 lint: Linting and formatting 2025-03-07 11:36:43 +01:00
f5d2920a9a chore: Water placement 2025-03-03 18:58:59 +01:00
bb4e7423e3 test: Added some more tests 2025-03-02 21:17:11 +01:00
fed35d3a02 test: Added some tests 2025-03-02 20:52:01 +01:00
940c3f3fe5 feat: Implemented pig spawning and pig walking 2025-03-01 17:29:30 +01:00
91882fabc0 feat: Implemented healthbar 2025-02-28 13:56:55 +01:00
e6bcce7765 feat: Implemented furnace 2025-02-27 07:54:33 +01:00
f0f1047078 initial commit 2025-02-17 22:16:35 +01:00