index
:
gdx-boardgame
master
a framework to build libgdx based boardgames
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2020-06-18
update screenshot
Jérémy Zurcher
1
-0
/
+0
2020-06-18
HexScreen : show LOS contact point
Jérémy Zurcher
3
-18
/
+29
2020-06-18
HexBoard : lineOfSight(…) compute contact point
Jérémy Zurcher
4
-10
/
+131
2020-06-18
HexBoard : merge verticalLineOfSight(…) into diagonalLineOfSight(…)
Jérémy Zurcher
1
-58
/
+17
2020-06-18
HexBoard : fix slope definition
Jérémy Zurcher
1
-4
/
+5
2020-06-09
typo
Jérémy Zurcher
1
-1
/
+1
2020-06-09
update TODO
Jérémy Zurcher
1
-8
/
+25
2020-06-09
add screenshots
Jérémy Zurcher
5
-0
/
+7
2020-06-09
update TODO
Jérémy Zurcher
1
-8
/
+3
2020-06-09
HexScreen : test roadMarch
Jérémy Zurcher
1
-3
/
+14
2020-06-09
HexBoard : possibleMoves() supports roadMarch
Jérémy Zurcher
1
-4
/
+11
2020-06-09
Tile : add roadMarch && hasRoad(Orientation orientation)
Jérémy Zurcher
1
-0
/
+6
2020-06-09
Piece : add roadMarchBonus(), reorder code
Jérémy Zurcher
1
-16
/
+21
2020-06-09
Piece : add atLeastOneTileMove()
Jérémy Zurcher
3
-2
/
+8
2020-06-09
HexScreen : code reorder, set move overlay Orientation
Jérémy Zurcher
1
-6
/
+6
2020-06-09
HexScreen : get rid of useless casts from Tile to Hex
Jérémy Zurcher
1
-45
/
+39
2020-06-08
HexScreen : cleanup tiles management
Jérémy Zurcher
1
-17
/
+12
2020-06-08
Tile : add disableOverlays()
Jérémy Zurcher
1
-0
/
+5
2020-06-08
HexScreen : implement roads
Jérémy Zurcher
1
-100
/
+179
2020-06-08
HexScreen : showcase possible moves
Jérémy Zurcher
1
-6
/
+40
2020-06-08
implement HexBoard::possibleMoves(…)
Jérémy Zurcher
6
-0
/
+95
2020-06-04
HexScreen : drop units where mouse pointer is
Jérémy Zurcher
1
-14
/
+18
2020-06-04
Board : add lineOfSight(Tile, Tile, Collection<Tile>)
Jérémy Zurcher
1
-0
/
+5
2020-06-04
HexBoard : LOS, must set from to not blocked
Jérémy Zurcher
1
-0
/
+3
2020-06-04
HexBoard : block LOS if left&right of hex sides blocked
Jérémy Zurcher
1
-8
/
+12
2020-06-04
Scrollable : fix ty
Jérémy Zurcher
2
-6
/
+5
2020-06-04
UIScreen : fix touch
Jérémy Zurcher
1
-1
/
+1
2020-06-03
Tile : add distances to blockLos(…)
Jérémy Zurcher
3
-16
/
+37
2020-06-03
Board : add distance(…) default to Geometry.EUCLIDEAN
Jérémy Zurcher
1
-0
/
+5
2020-06-02
HexBoard : remove empty line
Jérémy Zurcher
1
-1
/
+0
2020-06-02
HexScreen : support H map
Jérémy Zurcher
1
-19
/
+58
2020-06-02
HexBoard : add comments to lineOfSight
Jérémy Zurcher
1
-14
/
+23
2020-06-02
Board,TileStorage : use Tile.OffMap
Jérémy Zurcher
6
-28
/
+32
2020-06-02
Tile : add isOnMap() and Tile.OffMap
Jérémy Zurcher
1
-0
/
+14
2020-06-02
remove very unimportant debug msg
Jérémy Zurcher
1
-1
/
+0
2020-06-01
add HexScreen : to test lineOfSight
Jérémy Zurcher
5
-1
/
+380
2020-06-01
Board : implement lineOfSight for VERTICAL HexBoard
Jérémy Zurcher
5
-0
/
+197
2020-06-01
Tile : float x,y->cx,cy, add int x,y
Jérémy Zurcher
5
-31
/
+31
2020-06-01
BoardScreen : improve adjacents management
Jérémy Zurcher
1
-6
/
+3
2020-06-01
Board : add getTile(…), TileProvider goes into BoardFactory
Jérémy Zurcher
7
-38
/
+62
2020-05-31
Merge pull request #15 from SimonIT/get-direction
Jérémy Zurcher
1
-0
/
+5
Getter for direction
2020-05-31
update TODO
Jérémy Zurcher
1
-1
/
+1
2020-05-31
TriangleBoard : clean up
Jérémy Zurcher
1
-5
/
+4
2020-05-31
BoardScreen : clean up touch management
Jérémy Zurcher
1
-24
/
+31
2020-05-31
TriangleBoard : fix horizontal negative index
Jérémy Zurcher
1
-11
/
+9
2020-05-31
BoardScreen : support drag&drop
Jérémy Zurcher
1
-10
/
+48
2020-05-31
AbstractScreen : support touchUp(…)
Jérémy Zurcher
5
-12
/
+26
2020-05-31
Camera : fix translate
Jérémy Zurcher
2
-3
/
+3
2020-05-31
Board/Piece : add dropInPlace(…), dropOnBoard(…)
Jérémy Zurcher
2
-0
/
+16
2020-05-31
Positionable : add getCX() and getCY()
Jérémy Zurcher
1
-0
/
+2
[next]