DEADSOFTWARE

Support different block texture sizes and animation
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid /
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
2020-05-01 fredboyMerge pull request #19 from fredboy/issue-018
2020-04-27 fred-boyFix controls in creative inventory #18
2019-12-23 fred-boyBetter handle renderer
2019-12-23 fredboyMerge pull request #11 from fredboy/issue-008
2019-12-23 fred-boyMake separate textures for mob limbs #8
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-boyRename ButtonDrawer -> ButtonRenderer
2019-09-29 fred-boyFix weird behavior on android
2019-09-29 fred-boyUpgrade touch controls
2019-09-29 fred-boyRemove unnecessary arguments
2019-09-29 fred-boyRewrite menu
2019-09-29 fred-boyMake all Assets final
2019-09-29 fred-boyRemove ternary reading from json
2019-09-29 fred-boyInspect code
2019-09-29 fred-boyMove some methods
2019-09-29 fred-boyFix build
2019-09-29 fred-boyRefactor
2019-09-29 fred-boyFix touch controls
2019-09-29 fred-boySome refactor and javadocs
2019-09-29 fred-boyFix json load
2019-09-29 fred-boyAdd more GameWorld methods
2019-09-29 fred-boyReturn tools
2019-09-29 fred-boyUpgrade fluids logic
2019-09-29 fred-boyFix resolution pick
2019-09-29 fred-boyFix public methods
2019-09-29 fred-boyRemove desert
2019-09-29 fred-boyAdd map on M
2019-09-29 fred-boyFix lava flow
2019-09-29 fred-boyRewrite fluid updater
2019-09-29 fred-boyBetter fluid updater
2019-09-29 fred-boyStop fluid updater when game exited
2019-09-29 fred-boyFix flipped logo
2019-09-29 fred-boyRemove explicit type arguments
2019-09-29 fred-boyMove items to JSON
2019-09-29 fred-boyAdd buckets
2019-09-29 fred-boyRename project