summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-01LoadingScreen : code cleanupJérémy Zurcher1-4/+6
2018-10-01add ui/MenuJérémy Zurcher1-0/+126
2018-10-01Label : a call to setPadding() must also recompute width and heightJérémy Zurcher3-3/+5
2018-10-01GameScreen : paused cannot block resize()Jérémy Zurcher1-2/+3
2018-10-01Root/Assembly : call computeGeometry(), add x,y in resize()Jérémy Zurcher2-1/+7
2018-09-30GameHud : no more updatesJérémy Zurcher1-6/+8
2018-09-30ui : introduce tainted, get rid of manual update()Jérémy Zurcher6-41/+45
2018-09-27update READMEJérémy Zurcher1-5/+15
2018-09-20add sherman unit to testsJérémy Zurcher3-0/+7
2018-09-20TriangleBoard : fix centerOf(…)Jérémy Zurcher1-2/+8
2018-09-15namespecat gdx.board -> gdx.tabletopJérémy Zurcher30-46/+46
2018-09-14add generated loading assetsJérémy Zurcher2-0/+34
2018-09-14add tests for TriangleBoardJérémy Zurcher5-6/+39
2018-09-14add TriangleBoardJérémy Zurcher2-1/+105
2018-09-14GameScreen : enable debug only in UI stateJérémy Zurcher1-2/+2
2018-09-14coding styleJérémy Zurcher1-12/+4
2018-09-14SquareBoard : support negative coordsJérémy Zurcher1-2/+6
2018-09-14Hex/Square Board : values are finalJérémy Zurcher2-13/+13
2018-09-14clean assets buildJérémy Zurcher2-15/+5
2018-09-14GameScreen : disable debug drawingJérémy Zurcher1-1/+1
2018-09-14GameHud : fix drawing of SQUARE stateJérémy Zurcher1-0/+1
2018-09-14ch/asynk/zproject/engine -> ch/asynk/gdx/boardJérémy Zurcher24-35/+35
2018-09-14desktop -> testJérémy Zurcher13-39/+6
2018-09-13namespace desktop -> test, move classes into desktop dirJérémy Zurcher9-11/+10
2018-09-13ZProject -> GdxBoardTestJérémy Zurcher6-30/+30
2018-09-13namespace zproject -> gdx-boardJérémy Zurcher29-45/+45
2018-09-13delete gwt fileJérémy Zurcher1-5/+0
2018-09-13GameBoard : typo, I must invert w and h with HEX_HJérémy Zurcher1-2/+2
2018-09-13clean up, remove android, eclipse ...Jérémy Zurcher19-316/+11
2018-09-13add SquareBoard testJérémy Zurcher4-8/+30
2018-09-13add engine/board/SquareBoardJérémy Zurcher2-1/+38
2018-09-13Board : don't need cols and rowsJérémy Zurcher2-11/+7
2018-09-13Game : add a State, drive board and hud with itJérémy Zurcher3-27/+122
2018-09-13Camera : add setDimension(float, float)Jérémy Zurcher1-0/+8
2018-09-13clean up import statementsJérémy Zurcher3-8/+0
2018-09-13move some of Assets into engine/AssetsJérémy Zurcher2-25/+33
2018-09-13remove screens dirJérémy Zurcher3-5/+2
2018-09-13screens/GameCamera.java -> engine/Camera.javaJérémy Zurcher2-5/+6
2018-09-13add Board, BoardFactory and HexBoardJérémy Zurcher3-0/+195
2018-09-12GameHud : additional Rectangle is uselessJérémy Zurcher1-14/+8
2018-09-12GameHud : change element layoutJérémy Zurcher1-9/+11
2018-09-12GameBoard : support rotationJérémy Zurcher1-3/+34
2018-09-11Hud -> GameHud, Board -> GameBoardJérémy Zurcher3-12/+12
2018-09-11Assembly : track touched ElementJérémy Zurcher1-1/+10
2018-07-06do add b parameter to build onlyJérémy Zurcher1-0/+6
2018-07-06Plugin a little demo with touch detictionJérémy Zurcher3-35/+116
2018-07-06add engine/uiJérémy Zurcher9-0/+523
2018-07-06add engine/util : Collection interface and implementationsJérémy Zurcher5-0/+232
2018-07-06GameScreen : do not pass a Rectangle on draw, use resize if neededJérémy Zurcher3-5/+12
2018-07-06Assets : support NinePatchJérémy Zurcher2-0/+9