DEADSOFTWARE

Add more blocks
[cavedroid.git] / core / src / ru / deadsoftware / cavecraft / game / GameRenderer.java
2018-04-25 fred-boyAdd more blocks
2018-04-25 fred-boyAdd inventory scrolling
2018-04-25 fred-boyMove misc classes
2018-04-24 fred-boyComplete game save
2018-04-22 fred-boyRemove junk from gui
2018-04-22 fred-boyOptimize font
2018-04-21 fred-boyAdd menu screen and game logo
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-21 fred-boyFix water in the sky
2018-04-20 fred-boyAdd pigs
2018-04-20 fred-boyMore convenient controls on desktop
2018-04-19 fred-boyCut creative inventory
2018-04-19 fred-boyLess scale on android
2018-04-19 fred-boyGameplay enhancements
2018-04-13 fred-boyUpdate input handling (pretty messy)
2018-04-12 fred-boyAdd creative inventory
2018-04-12 fred-boyEven better collision
2018-04-12 fred-boyAdd more blocks
2018-04-12 fred-boyMinor enhancements
2018-04-11 fred-boyAdd player animation and fly mode
2018-04-11 fred-boyAdd mobs
2018-04-07 fred-boyAdd touch controls
2018-04-06 fred-boyAdd landscape
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