summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/boards
AgeCommit message (Expand)AuthorFilesLines
2020-06-09Piece : add atLeastOneTileMove()Jérémy Zurcher1-1/+1
2020-06-08implement HexBoard::possibleMoves(…)Jérémy Zurcher4-0/+79
2020-06-04Board : add lineOfSight(Tile, Tile, Collection<Tile>)Jérémy Zurcher1-0/+5
2020-06-04HexBoard : LOS, must set from to not blockedJérémy Zurcher1-0/+3
2020-06-04HexBoard : block LOS if left&right of hex sides blockedJérémy Zurcher1-8/+12
2020-06-03Tile : add distances to blockLos(…)Jérémy Zurcher1-11/+14
2020-06-03Board : add distance(…) default to Geometry.EUCLIDEANJérémy Zurcher1-0/+5
2020-06-02HexBoard : remove empty lineJérémy Zurcher1-1/+0
2020-06-02HexBoard : add comments to lineOfSightJérémy Zurcher1-14/+23
2020-06-02Board,TileStorage : use Tile.OffMapJérémy Zurcher3-16/+17
2020-06-01Board : implement lineOfSight for VERTICAL HexBoardJérémy Zurcher4-0/+190
2020-06-01Board : add getTile(…), TileProvider goes into BoardFactoryJérémy Zurcher5-30/+55
2020-05-31TriangleBoard : clean upJérémy Zurcher1-5/+4
2020-05-31TriangleBoard : fix horizontal negative indexJérémy Zurcher1-11/+9
2020-05-31Board/Piece : add dropInPlace(…), dropOnBoard(…)Jérémy Zurcher1-0/+8
2020-01-23TileStorage -> tilestorages/TileStorageJérémy Zurcher4-5/+5
2020-01-23Board : add adjacents API, implement it for HEX and Square boardsJérémy Zurcher4-2/+57
2020-01-23Board : reoder prototypesJérémy Zurcher1-2/+3
2020-01-23Board : extends TileKeyGeneratorJérémy Zurcher4-7/+8
2020-01-23Piece : add angleCorrection, fix boards anglesJérémy Zurcher3-5/+5
2020-01-22set units up, and reorder anglesJérémy Zurcher3-5/+8
2020-01-21Board : add size() and getIdx(int, int)Jérémy Zurcher4-0/+50
2020-01-21Board : add boolean isOnBoard(int, int)Jérémy Zurcher5-11/+54
2019-12-03Board : implements distance for Hex and Square boardsJérémy Zurcher4-0/+74
2019-11-30remove string format, it's not available on gwtSimonIT1-1/+1
2018-10-14Orientation : normalize 0° is facing EastJérémy Zurcher3-5/+8
2018-10-10add OrientationJérémy Zurcher5-5/+47
2018-10-08ch.asynk.gdx.boardgame.board -> ch.asynk.gdx.boardgame.boardsJérémy Zurcher5-0/+326