DEADSOFTWARE

Fix code style
[cavedroid.git] / core / src / ru / deadsoftware / cavecraft / GameScreen.java
2018-09-30 fred-boyFix code style
2018-09-09 fred-boyImprove autojump and AI
2018-04-25 fred-boyMove misc classes
2018-04-24 fred-boyFix 'Load game' button
2018-04-24 fred-boyFix bugs
2018-04-24 fred-boyComplete game save
2018-04-24 fred-boyRename GameState.java -> AppState.java
2018-04-22 fred-boyFix bugs
2018-04-22 fred-boyOptimize font
2018-04-21 fred-boyAdd menu screen and game logo
2018-04-21 fred-boyFix bugs
2018-04-13 fred-boyUpdate input handling (pretty messy)
2018-04-12 fred-boyBetter collision, disable auto jump
2018-04-12 fred-boyMinor enhancements
2018-04-07 fred-boyAdd touch controls
2018-04-06 fred-boyRename BlocksLoader to Items
2018-04-06 fred-boyAdd inventory bar
2018-04-06 fred-boyAdd different blocks
2018-04-06 fred-boyAdd assets loader and player skin
2018-04-05 fred-boyAdd player and physics
2018-04-05 fred-boyAdd input handling
2018-04-05 fred-boyAdd GameRenderer and GameWorld