summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-08Tile: no more default constructor: col and row must be providedJérémy Zurcher1-1/+3
2015-01-08Tile: add toString()Jérémy Zurcher1-0/+6
2015-01-07android: update to 21.1.2Jérémy Zurcher1-1/+1
2015-01-07Config: default is can not cancelJérémy Zurcher2-2/+1
2015-01-07StateMove: on self select, clear all before switching to ROTATE stateJérémy Zurcher1-0/+4
2015-01-07StateMove: coding styleJérémy Zurcher1-2/+2
2015-01-07StateSelect: unselect hex after quick action checkJérémy Zurcher1-3/+3
2015-01-07update TODOJérémy Zurcher2-6/+1
2015-01-06update TODOJérémy Zurcher1-1/+0
2015-01-06UnitDock: do not deselect unit if touch out of it, this mess up dragging, hid...Jérémy Zurcher1-1/+0
2015-01-06GameScreen: dragged is not a boodear but a move count and a block thresholdJérémy Zurcher1-5/+7
2015-01-06StateSelect: unselect on touchUp before reselecting if appropriateJérémy Zurcher1-2/+3
2015-01-06GameScreen: do not send touchUp at the end of draggingJérémy Zurcher1-0/+7
2015-01-06GameCamera: adapt viewport and window width on zoomJérémy Zurcher2-9/+15
2015-01-06GameCamera: compute viewportAspect at object constructionJérémy Zurcher1-1/+2
2015-01-06Map,StatePromote: use ctrl.mapTouch as promote animation start pointJérémy Zurcher2-9/+3
2015-01-06GameScreen,Ctrl: mapTouch,hudTouch leave GameScreen for CtrlJérémy Zurcher2-15/+17
2015-01-05GameCamera: imporve debugJérémy Zurcher1-2/+3
2015-01-05GameCamera: updateViewport() calls clampPosition onlyJérémy Zurcher1-2/+1
2015-01-05GameCamera: zoom modification triggers a updateViewport();Jérémy Zurcher1-1/+1
2015-01-05GameCamera: remembers about screen width and heightJérémy Zurcher1-4/+14
2015-01-05GameCamera: screen -> windowJérémy Zurcher1-20/+20
2015-01-05MenuCamera: replace uiCamera with uiMatrix, and uiInvProjMatrixJérémy Zurcher1-6/+20
2015-01-05MenuCamera: uiUnproject(Vector3) -> uiUnproject(float, float, Vector3)Jérémy Zurcher2-4/+3
2015-01-05MenuCamera: screen -> windowJérémy Zurcher1-8/+8
2015-01-05remove unused loading.png and unit.pngJérémy Zurcher4-0/+0
2015-01-05MenuBgCamera -> MenuCamera manage ui tooJérémy Zurcher2-14/+35
2015-01-05MenuScreen: reset battle in constructorJérémy Zurcher1-0/+2
2015-01-02update TODOJérémy Zurcher1-1/+0
2015-01-02use promote_us.mp3 and promote_ge.mp3Jérémy Zurcher7-10/+17
2015-01-02update TODOJérémy Zurcher1-2/+2
2015-01-02add infantry_move.mp3Jérémy Zurcher6-6/+12
2015-01-02remove engine/gfx/Image: use Sprite insteadJérémy Zurcher3-84/+22
2015-01-02TankOnTank: correctly load/unload mapsJérémy Zurcher1-10/+12
2015-01-02MenuScreen: do not dispose of assets loaded through AssetManagerJérémy Zurcher1-1/+0
2015-01-02Board: use Sprite instead of Image for board textureJérémy Zurcher1-8/+7
2014-12-31Battle: add init()Jérémy Zurcher3-0/+9
2014-12-31GameScreen: use only one SpriteBatch instanceJérémy Zurcher1-14/+11
2014-12-31Factory: fix assetsLoaded usageJérémy Zurcher1-1/+2
2014-12-30Battle: add public MapType getMapType();Jérémy Zurcher9-41/+23
2014-12-30replace screens/ LoadScreen,OptionsScreen with MenuScreen,MenuBgCameraJérémy Zurcher6-376/+376
2014-12-30add menu.atlasJérémy Zurcher10-0/+62
2014-12-30add menu/ MainMenu, OptionsMenu, ScenariosMenu, TutorialsMenuJérémy Zurcher4-0/+520
2014-12-30TankOnTank: load,dispose of fontB, fontW, uiAtlasJérémy Zurcher2-16/+31
2014-12-30TankOnTank: does the screen switchingJérémy Zurcher4-7/+12
2014-12-30Factory: add boolean assetsLoaded, to prevent reloading or wrong disposeJérémy Zurcher1-0/+5
2014-12-30extract ui.atlas from hud.atlasJérémy Zurcher16-83/+104
2014-12-28GameCamera: fix aspect computationJérémy Zurcher1-2/+3
2014-12-28add missing @Override for hit method in some ui widgetsJérémy Zurcher3-0/+3
2014-12-27move base ui widgets into core/src/ch/asynk/tankontank/uiJérémy Zurcher25-23/+38