summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-07-06Assets : support NinePatchJérémy Zurcher2-0/+9
2018-07-02GameScreen : input triggers Screen.zoom instead of Camera.zoomJérémy Zurcher2-6/+11
- let the screen handle the zoom factor change - it forwards it to the camera - and then call resize
2018-06-28LoadingScreen : clean up, count blinks after isLoadedJérémy Zurcher1-21/+18
2018-06-28Hud and Board use Batch interface instead of SpriteBatchJérémy Zurcher2-4/+4
2018-06-28Assets supports TrueType fontsJérémy Zurcher5-2/+58
2018-06-28get rid of html targetJérémy Zurcher12-375/+1
2018-06-28gradle : replace configuration compile with implementationJérémy Zurcher1-10/+10
2018-06-28build ./android/assets from ./assetsJérémy Zurcher13-35/+45
2018-06-28implement LoadingScreenJérémy Zurcher6-5/+229
2018-06-28set source 1.8, I want lambda expressionsJérémy Zurcher4-5/+5
2018-06-28implement AssetsJérémy Zurcher6-7/+56
2018-06-28implement GameScreen and GameCameraJérémy Zurcher9-31/+519
2018-06-26setup lvimrc,ctags,README,do,desktop screen sizeJérémy Zurcher6-1/+55
2018-06-26bare bone libgdx projectJérémy Zurcher37-0/+1208
generated with https://libgdx.badlogicgames.com/nightlies/dist/gdx-setup.jar