summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-10-06update TODOJérémy Zurcher1-35/+14
2014-10-06Board: clean up getCoordinatePath(...)Jérémy Zurcher1-29/+24
2014-10-06Orientation.fromMove: return KEEP if dx== 0 && dy==0Jérémy Zurcher1-0/+1
2014-10-06SearchBoard.Node: add tString()Jérémy Zurcher1-0/+6
2014-10-06use ArrayList instead of VectorJérémy Zurcher6-49/+48
2014-10-05Board,Map: dispose clears all paths, and setsJérémy Zurcher2-10/+23
2014-10-05Board.nodesToSet is good enoughJérémy Zurcher1-4/+1
2014-10-05GameScreen: remove hud, map, factory, use GameCtrl onlyJérémy Zurcher1-29/+41
2014-10-05GameScreen: clean upJérémy Zurcher1-12/+11
2014-10-05GameCtrl: has a Map, Hud and GameFactoryJérémy Zurcher1-3/+27
2014-10-05clean up GameStateJérémy Zurcher6-32/+32
2014-10-05Hud: setup basic cmd panelJérémy Zurcher1-13/+141
2014-10-05GameStatePath: remove old commentJérémy Zurcher1-2/+0
2014-10-05GameStateNone: hide possible targets on switch to PATHJérémy Zurcher1-0/+1
2014-10-05Unit: implement boolean canAttack(Pawn other)Jérémy Zurcher1-0/+6
2014-10-05Hex: remove boolean hasTargetsFor(Pawn pawn)Jérémy Zurcher1-13/+0
2014-10-05add some images in data/miscJérémy Zurcher6-0/+0
2014-10-05rename act-target*.png -> act-attack*.pngJérémy Zurcher4-8/+8
2014-10-04regroup all images in 1 atlas data/assets.*Jérémy Zurcher49-5/+75
2014-10-04pawn setup goes from GameScreen to GameFactory.fakeSetup(Map)Jérémy Zurcher2-33/+27
2014-10-04Board: use pawn.setPosition(..) instead of pawn.pushMove(..)Jérémy Zurcher1-1/+1
2014-10-04Board: improve disposes()Jérémy Zurcher1-6/+16
2014-10-04Board: remove dead codeJérémy Zurcher1-51/+0
2014-10-04StackedImages: implements DisposableJérémy Zurcher1-1/+8
2014-10-04HeadedPawn: override getOrientation() setPosition(f,f[,f]), setRotation(f)Jérémy Zurcher1-1/+19
2014-10-04Pawn: implements Disposable, cleanupJérémy Zurcher1-82/+53
- add +Vector3 position - add getPosition() - add getRotation() - add setRotation(float); - removes moves stack for now
2014-10-04Tile: implements DisposableJérémy Zurcher1-1/+10
2014-10-04Tile: cleanup, add boolean hasTargetsFor(Pawn pawn)Jérémy Zurcher2-10/+26
2014-10-04Orientation: fix fromMove(...)Jérémy Zurcher1-2/+2
2014-10-04fix according to new assetsJérémy Zurcher7-63/+44
2014-10-04regroup all pawns in 1 atlasJérémy Zurcher51-283/+238
2014-10-04SearchBoard: on filtering if one path matches and has the exact size, chose itJérémy Zurcher1-2/+8
2014-10-04SearchBoard: if distance between from and to is 1, chose this single moveJérémy Zurcher1-2/+9
2014-10-04SearchBoard: fix possibleMovesJérémy Zurcher1-2/+6
- on node update push it onto the stack and add it to the moves if not already in - if not enough moves to reach, set remaing to -1 not MAX_VALUE
2014-10-03images updateJérémy Zurcher9-72/+19
2014-10-03MoveToAnimation: fix rotationJérémy Zurcher33-65/+93
2014-10-03GameStateDirection: do not select after moveJérémy Zurcher1-3/+1
2014-10-03update sherman-head.pngJérémy Zurcher3-11/+11
2014-10-03Board: fix path, rotate on place then moveJérémy Zurcher1-13/+24
2014-10-03Board: use getHexAt(pawn.getCenter()) to avoid wrong hex if image is bigJérémy Zurcher1-7/+11
2014-10-03Pawn: add Vector2 getCenter()Jérémy Zurcher1-0/+7
2014-10-03Board: use pawn.getPosAt(center, pos)Jérémy Zurcher1-8/+2
2014-10-03Pawn: is no more an imageJérémy Zurcher2-28/+47
2014-10-03remove gfx/MoveableJérémy Zurcher3-27/+3
2014-10-03run 'c' argument calls clean taskJérémy Zurcher1-1/+1
2014-10-03Pawn: slow dawn pawn move animationJérémy Zurcher1-1/+1
2014-10-03try new sherman pngJérémy Zurcher4-9/+16
2014-10-03GameSates*: cleanupJérémy Zurcher3-21/+25
2014-10-03Map: clearPossibles() -> hidePaths() && resetPaths()Jérémy Zurcher1-4/+8
2014-10-03Board: comment out unused methodsJérémy Zurcher1-44/+44