Age | Commit message (Expand) | Author | Files | Lines |
2014-11-17 | Tile,Hex: replace int defenseFor(Pawn, Pawn, Board.PawnCollection) with int d... | Jérémy Zurcher | 1 | -1/+1 |
2014-11-17 | Pawn,Unit: add int getDefense(Tile) | Jérémy Zurcher | 1 | -0/+1 |
2014-11-17 | Tile: add interface TileTerrain, boolean isA(TileTerrain terrain) | Jérémy Zurcher | 1 | -0/+5 |
2014-11-17 | game.Player swallows engine.Player -> use List<Unit> intead of List<Pawn> | Jérémy Zurcher | 1 | -90/+0 |
2014-11-17 | Pawn,Unit: add interface Pawn.PawnId, boolean isA(PawnId i) | Jérémy Zurcher | 1 | -0/+5 |
2014-11-17 | Board: coding style | Jérémy Zurcher | 1 | -3/+3 |
2014-11-17 | Player: clean up API | Jérémy Zurcher | 2 | -34/+23 |
2014-11-16 | Player: add casualties() | Jérémy Zurcher | 1 | -0/+5 |
2014-11-16 | EntryPoint: add public Orientation orientation | Jérémy Zurcher | 1 | -0/+1 |
2014-11-15 | Orientation: addstatic Orientation fromAdj(Tile from, Tile to) | Jérémy Zurcher | 1 | -0/+5 |
2014-11-14 | Pawn,Board,Map,StateRotate: use regular move for rotation | Jérémy Zurcher | 2 | -23/+0 |
2014-11-14 | Pawn: add boolean isRotation() {distance == 0} | Jérémy Zurcher | 1 | -0/+5 |
2014-11-14 | PossiblePaths: support rotation has moves of distance 0 and cost 0 | Jérémy Zurcher | 1 | -14/+17 |
2014-11-14 | PossiblePaths: add boolean isSet() | Jérémy Zurcher | 1 | -0/+5 |
2014-11-14 | Pawn: default mvt cost is 0 | Jérémy Zurcher | 1 | -1/+1 |
2014-11-14 | Pawn: protect against HQ activation move debug | Jérémy Zurcher | 1 | -1/+3 |
2014-11-14 | Naming attack -> engagement - move -> movement | Jérémy Zurcher | 4 | -36/+36 |
2014-11-13 | engine/Player Pawn: add is(Faction) | Jérémy Zurcher | 2 | -0/+10 |
2014-11-12 | Board,Map...: fix findEntryPoint(...) | Jérémy Zurcher | 1 | -27/+16 |
2014-11-12 | add engine/EntryPoint | Jérémy Zurcher | 1 | -0/+11 |
2014-11-10 | Pawn,Unit: fix the way the Unit is marked has moved | Jérémy Zurcher | 1 | -0/+5 |
2014-11-09 | Image: remove blocked and visible as it is no more used in Hud | Jérémy Zurcher | 1 | -9/+0 |
2014-11-06 | add TankOnTank.debug(...) | Jérémy Zurcher | 1 | -1/+0 |
2014-11-05 | Pawn: add centerOn(flaot, float) | Jérémy Zurcher | 1 | -0/+5 |
2014-11-05 | Pawn: add enterBoard(Tile, Orientation) | Jérémy Zurcher | 1 | -0/+10 |
2014-11-05 | Player: add unitEntry(Pawn) and revertUnitEntry(Pawn) | Jérémy Zurcher | 1 | -0/+12 |
2014-11-05 | Pawn: add getPreviousTile() | Jérémy Zurcher | 1 | -0/+5 |
2014-11-05 | Pawn: enter/rotate/move/attack -> move() and attack() | Jérémy Zurcher | 2 | -6/+4 |
2014-11-05 | Board: simply getSetPawnOntoAnimation(...) thanks to Pawn.Move | Jérémy Zurcher | 1 | -4/+4 |
2014-11-05 | Board: call pawn.move.setRotation(...) in rotatePawn(...) | Jérémy Zurcher | 1 | -0/+1 |
2014-11-05 | PossiblePaths: implements applyToPawn that feed Pawn.Move and is called from ... | Jérémy Zurcher | 2 | -0/+13 |
2014-11-05 | add Pawn.Move | Jérémy Zurcher | 1 | -0/+41 |
2014-11-05 | Pawn.Attack: .reset() and .toString() | Jérémy Zurcher | 1 | -2/+19 |
2014-11-05 | PosisblePaths: fix cost computation | Jérémy Zurcher | 1 | -6/+6 |
2014-11-05 | PossiblePaths: fix findAllPaths(...) roadMarch overriding when trying adjacents | Jérémy Zurcher | 1 | -4/+4 |
2014-11-05 | Board: findBestEntry(...) returns Orientation, not Tile | Jérémy Zurcher | 1 | -5/+5 |
2014-11-05 | Pawn,Unit: add enter(int cost) | Jérémy Zurcher | 1 | -0/+1 |
2014-11-05 | PossiblePaths: first call init(Pawn, Tile from) then build(Tile to) | Jérémy Zurcher | 1 | -9/+6 |
2014-11-05 | PossiblePaths: support int init(Pawn pawn, Tile from, Tile to) | Jérémy Zurcher | 1 | -6/+12 |
2014-11-05 | Board: add Tile getAdjTileAt(Tile, Orientation) and Tile findBestEntry(Pawn, ... | Jérémy Zurcher | 1 | -0/+63 |
2014-11-05 | Tile,Hex: int costFrom(Pawn, Orientation, boolean) -> int costFrom(Pawn, Orie... | Jérémy Zurcher | 3 | -12/+10 |
2014-11-04 | Image: add public blocked | Jérémy Zurcher | 1 | -2/+5 |
2014-11-04 | engine/Player: reinforcement is public -> no need of reinforcementCount() | Jérémy Zurcher | 1 | -5/+0 |
2014-11-04 | hud...: replace contains(float, float) with hit(float, float) | Jérémy Zurcher | 1 | -1/+1 |
2014-11-03 | engine/Player: replace reinforcementIterator() with List<Pawn> getReinforceme... | Jérémy Zurcher | 1 | -10/+6 |
2014-11-03 | Pawn: do not use image.getXxxx() | Jérémy Zurcher | 1 | -6/+6 |
2014-11-02 | Image: add visible | Jérémy Zurcher | 1 | -0/+13 |
2014-11-02 | engine/Player: add reinforcementCount() | Jérémy Zurcher | 1 | -0/+5 |
2014-11-01 | engine/Player: add getFaction() | Jérémy Zurcher | 1 | -0/+5 |
2014-11-01 | Player: add int unitsLeft() | Jérémy Zurcher | 1 | -0/+5 |