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
2018-10-03
Camera : add void applyScreenViewport()
Jérémy Zurcher
1
-1
/
+6
2018-10-03
BoardScreen : use Root
Jérémy Zurcher
1
-1
/
+9
2018-10-03
Camera : fix hudInBoard logic
Jérémy Zurcher
1
-6
/
+6
2018-10-03
ui/Root : add resize(Rectangle)
Jérémy Zurcher
1
-0
/
+7
2018-10-03
Camera : applyMapViewport() -> applyBoardViewport()
Jérémy Zurcher
2
-3
/
+3
2018-10-02
test : extract AbstractScreen from Board,Menu,UiScreen
Jérémy Zurcher
4
-395
/
+263
2018-10-02
test : fix path to respect package name
Jérémy Zurcher
7
-1
/
+0
2018-10-02
welcome MenuScreen, BoardScreen and UiScreen
Jérémy Zurcher
8
-534
/
+751
2018-10-01
LoadingScreen : code cleanup
Jérémy Zurcher
1
-4
/
+6
2018-10-01
add ui/Menu
Jérémy Zurcher
1
-0
/
+126
2018-10-01
Label : a call to setPadding() must also recompute width and height
Jérémy Zurcher
3
-3
/
+5
2018-10-01
GameScreen : paused cannot block resize()
Jérémy Zurcher
1
-2
/
+3
2018-10-01
Root/Assembly : call computeGeometry(), add x,y in resize()
Jérémy Zurcher
2
-1
/
+7
2018-09-30
GameHud : no more updates
Jérémy Zurcher
1
-6
/
+8
2018-09-30
ui : introduce tainted, get rid of manual update()
Jérémy Zurcher
6
-41
/
+45
2018-09-27
update README
Jérémy Zurcher
1
-5
/
+15
2018-09-20
add sherman unit to tests
Jérémy Zurcher
3
-0
/
+7
2018-09-20
TriangleBoard : fix centerOf(…)
Jérémy Zurcher
1
-2
/
+8
2018-09-15
namespecat gdx.board -> gdx.tabletop
Jérémy Zurcher
30
-46
/
+46
2018-09-14
add generated loading assets
Jérémy Zurcher
2
-0
/
+34
2018-09-14
add tests for TriangleBoard
Jérémy Zurcher
5
-6
/
+39
2018-09-14
add TriangleBoard
Jérémy Zurcher
2
-1
/
+105
2018-09-14
GameScreen : enable debug only in UI state
Jérémy Zurcher
1
-2
/
+2
2018-09-14
coding style
Jérémy Zurcher
1
-12
/
+4
2018-09-14
SquareBoard : support negative coords
Jérémy Zurcher
1
-2
/
+6
2018-09-14
Hex/Square Board : values are final
Jérémy Zurcher
2
-13
/
+13
2018-09-14
clean assets build
Jérémy Zurcher
2
-15
/
+5
2018-09-14
GameScreen : disable debug drawing
Jérémy Zurcher
1
-1
/
+1
2018-09-14
GameHud : fix drawing of SQUARE state
Jérémy Zurcher
1
-0
/
+1
2018-09-14
ch/asynk/zproject/engine -> ch/asynk/gdx/board
Jérémy Zurcher
24
-35
/
+35
2018-09-14
desktop -> test
Jérémy Zurcher
13
-39
/
+6
2018-09-13
namespace desktop -> test, move classes into desktop dir
Jérémy Zurcher
9
-11
/
+10
2018-09-13
ZProject -> GdxBoardTest
Jérémy Zurcher
6
-30
/
+30
2018-09-13
namespace zproject -> gdx-board
Jérémy Zurcher
29
-45
/
+45
2018-09-13
delete gwt file
Jérémy Zurcher
1
-5
/
+0
2018-09-13
GameBoard : typo, I must invert w and h with HEX_H
Jérémy Zurcher
1
-2
/
+2
2018-09-13
clean up, remove android, eclipse ...
Jérémy Zurcher
19
-316
/
+11
2018-09-13
add SquareBoard test
Jérémy Zurcher
4
-8
/
+30
2018-09-13
add engine/board/SquareBoard
Jérémy Zurcher
2
-1
/
+38
2018-09-13
Board : don't need cols and rows
Jérémy Zurcher
2
-11
/
+7
2018-09-13
Game : add a State, drive board and hud with it
Jérémy Zurcher
3
-27
/
+122
2018-09-13
Camera : add setDimension(float, float)
Jérémy Zurcher
1
-0
/
+8
2018-09-13
clean up import statements
Jérémy Zurcher
3
-8
/
+0
2018-09-13
move some of Assets into engine/Assets
Jérémy Zurcher
2
-25
/
+33
2018-09-13
remove screens dir
Jérémy Zurcher
3
-5
/
+2
2018-09-13
screens/GameCamera.java -> engine/Camera.java
Jérémy Zurcher
2
-5
/
+6
2018-09-13
add Board, BoardFactory and HexBoard
Jérémy Zurcher
3
-0
/
+195
2018-09-12
GameHud : additional Rectangle is useless
Jérémy Zurcher
1
-14
/
+8
2018-09-12
GameHud : change element layout
Jérémy Zurcher
1
-9
/
+11
2018-09-12
GameBoard : support rotation
Jérémy Zurcher
1
-3
/
+34
[prev]
[next]