Age | Commit message (Expand) | Author | Files | Lines |
2015-02-18 | Pawn: use move(Move) only, do not dispose of Move, it is owned by Command | Jérémy Zurcher | 1 | -1/+1 |
2015-02-18 | Board: clear Move and Path Pool at dispose | Jérémy Zurcher | 1 | -0/+2 |
2015-02-18 | Board,Map: add attack(Pawn, Pawn, boolean) to recompute and validate attack | Jérémy Zurcher | 1 | -0/+6 |
2015-02-18 | SearchBoard: collectAttacks -> canAttack(...) do not use Pawn.engagement | Jérémy Zurcher | 1 | -2/+2 |
2015-01-21 | Board: findBestEntry return Orientation.opposite() | Jérémy Zurcher | 1 | -1/+1 |
2015-01-19 | Board: strongly link getAdjTileAt() with getSide() | Jérémy Zurcher | 1 | -6/+6 |
2015-01-19 | Board: findBestEntry must use opposite Orientation to compute costs and roadm... | Jérémy Zurcher | 1 | -0/+1 |
2015-01-19 | Board: setAdjacentTiles() uses getAdjTileAt() | Jérémy Zurcher | 1 | -6/+6 |
2015-01-18 | Board: getSetPawnOntoAnimation() does nothing if destination Tile is OffMap | Jérémy Zurcher | 1 | -1/+3 |
2015-01-18 | Board: remove useless setPawnOnto(... , float) | Jérémy Zurcher | 1 | -7/+2 |
2015-01-18 | remove Pawn.Movement class, use Move instead | Jérémy Zurcher | 1 | -4/+15 |
2015-01-12 | Board,Map: regroup possiblePaths manipulations in Map | Jérémy Zurcher | 1 | -1/+0 |
2015-01-08 | Board: getTileOffset() is protected | Jérémy Zurcher | 1 | -1/+1 |
2015-01-08 | Board: each constructor must initialise sides[] array | Jérémy Zurcher | 1 | -3/+9 |
2015-01-02 | Board: use Sprite instead of Image for board texture | Jérémy Zurcher | 1 | -8/+7 |
2014-12-03 | add engine/SelectedTile and plug it into Board | Jérémy Zurcher | 1 | -2/+9 |
2014-12-03 | Board: implement Disposable | Jérémy Zurcher | 1 | -2/+4 |
2014-11-23 | Board: removePawn does nothing is pawn is not on a tile | Jérémy Zurcher | 1 | -0/+2 |
2014-11-21 | Map,Board,Pawn: plug in objectives management | Jérémy Zurcher | 1 | -2/+3 |
2014-11-20 | engine.PawnSet is dead : welcome UnitSet | Jérémy Zurcher | 1 | -11/+4 |
2014-11-20 | engine.TileSet/Zone are dead: welcome game.HexSet/Zone | Jérémy Zurcher | 1 | -7/+1 |
2014-11-18 | Board: pushPawnOnto(..) does nothing if tile is OFFMAP | Jérémy Zurcher | 1 | -1/+2 |
2014-11-17 | Board: coding style | Jérémy Zurcher | 1 | -3/+3 |
2014-11-17 | Player: clean up API | Jérémy Zurcher | 1 | -6/+5 |
2014-11-14 | Pawn,Board,Map,StateRotate: use regular move for rotation | Jérémy Zurcher | 1 | -13/+0 |
2014-11-14 | Naming attack -> engagement - move -> movement | Jérémy Zurcher | 1 | -4/+4 |
2014-11-12 | Board,Map...: fix findEntryPoint(...) | Jérémy Zurcher | 1 | -27/+16 |
2014-11-05 | Pawn: enter/rotate/move/attack -> move() and attack() | Jérémy Zurcher | 1 | -2/+2 |
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 | 1 | -0/+1 |
2014-11-05 | Board: findBestEntry(...) returns Orientation, not Tile | Jérémy Zurcher | 1 | -5/+5 |
2014-11-05 | Board: add Tile getAdjTileAt(Tile, Orientation) and Tile findBestEntry(Pawn, ... | Jérémy Zurcher | 1 | -0/+63 |
2014-11-01 | remove unnecessary comments | Jérémy Zurcher | 1 | -1/+0 |
2014-11-01 | Board: factorize pawn animation code | Jérémy Zurcher | 1 | -13/+15 |
2014-10-31 | Board: on animation first call removePawn(), at the end setPawnOnto() to ensu... | Jérémy Zurcher | 1 | -1/+9 |
2014-10-31 | Borad,Pawn: getRotateAnimation(float, ...) do not need Vector3 Pool anymore | Jérémy Zurcher | 1 | -15/+1 |
2014-10-31 | Board: add of frame of OFFMAP tiles around the board | Jérémy Zurcher | 1 | -18/+32 |
2014-10-31 | update TODO file and TODO/FIXME comments | Jérémy Zurcher | 1 | -1/+1 |
2014-10-31 | Board: movePawn: use possiblePaths.to in RunnableAnimation | Jérémy Zurcher | 1 | -3/+2 |
2014-10-31 | Board: collectAttackAssists do not include attack leader | Jérémy Zurcher | 1 | -1/+1 |
2014-10-31 | cleanup XxxCollection interfaces -> PawnSet and TileSet | Jérémy Zurcher | 1 | -5/+0 |
2014-10-31 | use new PossiblePaths class | Jérémy Zurcher | 1 | -97/+5 |
2014-10-31 | Board,SearcBoard: setAdjacentTiles(...) is public, directly access Tile.col a... | Jérémy Zurcher | 1 | -8/+8 |
2014-10-30 | SearchBoard,Board: sides and distance goes from SearchBoard to Board | Jérémy Zurcher | 1 | -0/+39 |
2014-10-30 | Board: clean up int collectAttackAssists(Pawn, Pawn, Iterator<Pawn>, PawnColl... | Jérémy Zurcher | 1 | -7/+2 |
2014-10-30 | Board: clean up int collectMoveAssists(Pawn, PawnCollection) | Jérémy Zurcher | 1 | -1/+1 |
2014-10-30 | Board,SearchBoard: optimize collectPossibleTargets(Pawn, Iterator<Pawn>, Pawn... | Jérémy Zurcher | 1 | -4/+1 |
2014-10-30 | Board,SearchBoard: optimize collectPossibleTargets(Pawn, Board.PawnCollection) | Jérémy Zurcher | 1 | -3/+1 |
2014-10-30 | Board,SearchBoard: optimize collectPossibleMoves(Pawn, Board.TileCollection) | Jérémy Zurcher | 1 | -3/+1 |