DEADSOFTWARE

Update version script
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / world / GameWorld.java
3 days ago fredboyRestructure project and use kotlin dsl
6 days ago fredboyRemove guava
2024-05-12 fredboyAdd mobs damage and initial spawn
2024-05-10 fredboyAdd bed
2024-05-10 fredboyAdd chest
2024-05-10 fredboyAdd furnace, more craft and items
2024-05-09 fredboyBug fixes
2024-05-07 fredboyInventory class
2024-04-23 fredboyPrettier world + ores
2024-04-22 fredboyAdd items count and tools duration
2024-04-21 fredboyAdd top slabs
2024-04-21 fredboyRefactor rendering
2024-04-20 fredboyDelete old GameItems
2024-04-20 fredboyStore block references intead of ids
2024-04-20 fredboyNew blocks structure
2024-04-20 fredboyAdd slab full block reference in json
2024-04-19 fredboyAdd update blocks logic actions
2024-04-19 fredboyUse libgdx's timer for fluids
2024-04-19 fredboyMobs controller to kotlin
2024-04-17 fredboyFix world gen config
2024-04-17 fredboyRemove seed from default world config
2024-04-17 fredboyFix process not finishing when exited
2024-04-16 fredboyRefactor world generator
2024-04-15 fredboyFix greedy fluids updater
2024-04-15 fredboyMove game world to new package