DEADSOFTWARE

Fix code style
[cavedroid.git] / core / src / ru / deadsoftware / cavecraft / game / GameWorld.java
2018-09-30 fred-boyFix code style
2018-09-10 fred-boyMinor enhancements
2018-09-10 fred-boyAdd logic to some blocks and fluids
2018-09-09 fred-boyAdd desert
2018-04-25 fred-boyRemove meta map
2018-04-25 fred-boyFix NPE after loading game
2018-04-25 fred-boyAdd meta map
2018-04-25 fred-boyAdd more blocks
2018-04-25 fred-boyMove misc classes
2018-04-24 fred-boyRead with DataInputStream
2018-04-24 fred-boySave with BufferedOutputStream
2018-04-24 fred-boyComplete game save
2018-04-24 fred-boyAdd world saving
2018-04-22 fred-boyFix bugs
2018-04-21 fred-boyTP player when crossing world's edge
2018-04-21 fred-boyCiclic worlds
2018-04-21 fred-boyFix bugs
2018-04-19 fred-boyGameplay enhancements
2018-04-12 fred-boyBetter spawn point pick
2018-04-12 fred-boyFix NPE on destroying background blocks
2018-04-12 fred-boyEven better collision
2018-04-05 fred-boyAdd input handling
2018-04-05 fred-boyAdd GameRenderer and GameWorld