summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/engine
AgeCommit message (Expand)AuthorFilesLines
2014-11-05Pawn: add enterBoard(Tile, Orientation)Jérémy Zurcher1-0/+10
2014-11-05Player: add unitEntry(Pawn) and revertUnitEntry(Pawn)Jérémy Zurcher1-0/+12
2014-11-05Pawn: add getPreviousTile()Jérémy Zurcher1-0/+5
2014-11-05Pawn: enter/rotate/move/attack -> move() and attack()Jérémy Zurcher2-6/+4
2014-11-05Board: simply getSetPawnOntoAnimation(...) thanks to Pawn.MoveJérémy Zurcher1-4/+4
2014-11-05Board: call pawn.move.setRotation(...) in rotatePawn(...)Jérémy Zurcher1-0/+1
2014-11-05PossiblePaths: implements applyToPawn that feed Pawn.Move and is called from ...Jérémy Zurcher2-0/+13
2014-11-05add Pawn.MoveJérémy Zurcher1-0/+41
2014-11-05Pawn.Attack: .reset() and .toString()Jérémy Zurcher1-2/+19
2014-11-05PosisblePaths: fix cost computationJérémy Zurcher1-6/+6
2014-11-05PossiblePaths: fix findAllPaths(...) roadMarch overriding when trying adjacentsJérémy Zurcher1-4/+4
2014-11-05Board: findBestEntry(...) returns Orientation, not TileJérémy Zurcher1-5/+5
2014-11-05Pawn,Unit: add enter(int cost)Jérémy Zurcher1-0/+1
2014-11-05PossiblePaths: first call init(Pawn, Tile from) then build(Tile to)Jérémy Zurcher1-9/+6
2014-11-05PossiblePaths: support int init(Pawn pawn, Tile from, Tile to)Jérémy Zurcher1-6/+12
2014-11-05Board: add Tile getAdjTileAt(Tile, Orientation) and Tile findBestEntry(Pawn, ...Jérémy Zurcher1-0/+63
2014-11-05Tile,Hex: int costFrom(Pawn, Orientation, boolean) -> int costFrom(Pawn, Orie...Jérémy Zurcher3-12/+10
2014-11-04Image: add public blockedJérémy Zurcher1-2/+5
2014-11-04engine/Player: reinforcement is public -> no need of reinforcementCount()Jérémy Zurcher1-5/+0
2014-11-04hud...: replace contains(float, float) with hit(float, float)Jérémy Zurcher1-1/+1
2014-11-03engine/Player: replace reinforcementIterator() with List<Pawn> getReinforceme...Jérémy Zurcher1-10/+6
2014-11-03Pawn: do not use image.getXxxx()Jérémy Zurcher1-6/+6
2014-11-02Image: add visibleJérémy Zurcher1-0/+13
2014-11-02engine/Player: add reinforcementCount()Jérémy Zurcher1-0/+5
2014-11-01engine/Player: add getFaction()Jérémy Zurcher1-0/+5
2014-11-01Player: add int unitsLeft()Jérémy Zurcher1-0/+5
2014-11-01remove unnecessary commentsJérémy Zurcher2-2/+0
2014-11-01Pawn: add attack.calculus String and feed itJérémy Zurcher2-1/+2
2014-11-01Board: factorize pawn animation codeJérémy Zurcher1-13/+15
2014-10-31Board: on animation first call removePawn(), at the end setPawnOnto() to ensu...Jérémy Zurcher1-1/+9
2014-10-31Borad,Pawn: getRotateAnimation(float, ...) do not need Vector3 Pool anymoreJérémy Zurcher2-17/+3
2014-10-31Board: add of frame of OFFMAP tiles around the boardJérémy Zurcher1-18/+32
2014-10-31update TODO file and TODO/FIXME commentsJérémy Zurcher1-1/+1
2014-10-31Board: movePawn: use possiblePaths.to in RunnableAnimationJérémy Zurcher1-3/+2
2014-10-31PossiblePaths: Pawn, Tile, Orientation are publicJérémy Zurcher1-18/+18
2014-10-31Board: collectAttackAssists do not include attack leaderJérémy Zurcher1-1/+1
2014-10-31PossiblePaths: fix path.get(i)Jérémy Zurcher1-2/+9
2014-10-31Tile: implements Iterable<Pawn>Jérémy Zurcher1-1/+1
2014-10-31cleanup XxxCollection interfaces -> PawnSet and TileSetJérémy Zurcher3-50/+0
2014-10-31use new PossiblePaths classJérémy Zurcher3-234/+10
2014-10-31add engine/PossiblePathsJérémy Zurcher1-0/+297
2014-10-31Board,SearcBoard: setAdjacentTiles(...) is public, directly access Tile.col a...Jérémy Zurcher2-9/+9
2014-10-30SearchBoard,Board: sides and distance goes from SearchBoard to BoardJérémy Zurcher2-36/+47
2014-10-30Board: clean up int collectAttackAssists(Pawn, Pawn, Iterator<Pawn>, PawnColl...Jérémy Zurcher1-7/+2
2014-10-30Board: clean up int collectMoveAssists(Pawn, PawnCollection)Jérémy Zurcher1-1/+1
2014-10-30Board,SearchBoard: optimize collectPossibleTargets(Pawn, Iterator<Pawn>, Pawn...Jérémy Zurcher2-8/+8
2014-10-30Tile: remove boolean hasTargetsFor(Pawn)Jérémy Zurcher1-12/+0
2014-10-30Board,SearchBoard: optimize collectPossibleTargets(Pawn, Board.PawnCollection)Jérémy Zurcher2-8/+14
2014-10-30Board,SearchBoard: optimize collectPossibleMoves(Pawn, Board.TileCollection)Jérémy Zurcher2-13/+9
2014-10-30SearchBoard: must be carefull with boolean inMap(int col, int row)Jérémy Zurcher1-0/+1