DEADSOFTWARE

Update version script
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / objects /
2024-05-25 fredboyRestructure project and use kotlin dsl
2024-05-22 fredboyRemove guava
2024-05-21 fredboyRemove java serialization
2024-05-21 fredboyNew saving fromat and rewrite in kotlin
2024-05-15 fredboyLower min android api
2024-05-10 fredboyFix drop picking
2024-05-10 fredboyAdd chest
2024-05-10 fredboyFix furnace bugs
2024-05-10 fredboyAdd furnace, more craft and items
2024-05-09 fredboyFix warnings
2024-05-09 fredboyDrop items from hotbar
2024-05-07 fredboyAdd tooltips
2024-05-07 fredboyDrop items on Q and add empty hearts to health bar
2024-05-03 fredboyDrop behavior fixes
2024-04-24 fredboyAdd crafting
2024-04-20 fredboyFix saves
2024-04-20 fredboyDelete old GameItems
2024-04-20 fredboyNew items data structure
2024-04-20 fredboyNew blocks structure
2024-04-20 fredboyAdd slab full block reference in json
2024-04-19 fredboyAdd use item actions module
2024-04-18 fredboySupport reading item ids from json
2024-04-18 fredboySome mobs refactor
2024-04-17 fredboyAdd item in player hand
2024-04-17 fredboyRefactor drop and its physics
2024-04-16 fredboyRefactor world generator
2024-04-15 fredboyMove game world to new package
2024-04-14 fredboyDelta time in physics and animation
2024-04-14 fredboyRename move -> velocity
2020-06-16 fred-boySupport different block texture sizes and animation
2020-06-16 fred-boyCloses #22: Rewrite Item class as Kotlin data class
2020-06-16 fred-boyRewrite Block class as Kotlin data class
2020-05-06 fredboyMerge pull request #20 from fredboy/issue-013
2020-05-06 fred-boyImplement DI for menu and refactor #13
2020-05-06 fred-boyImplement dependency injection for game classes #13
2019-12-23 fred-boyAdd NonnullByDefault annotation
2019-12-23 fred-boyFix codestyle
2019-12-23 fred-boyNonnull by default
2019-12-23 fred-boyRefactor physics
2019-12-21 fred-boyReimplement mobs
2019-09-29 fred-boyUpgrade touch controls
2019-09-29 fred-boyInspect code
2019-09-29 fred-boyRefactor
2019-09-29 fred-boySome refactor and javadocs
2019-09-29 fred-boyMove items to JSON
2019-09-29 fred-boyRename project