summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2018-10-16animation : get() -> obtain() (avoid clash with Collection.get())Jérémy Zurcher3-3/+3
2018-10-16Collection : add current()Jérémy Zurcher2-0/+7
2018-10-14animations : clean upJérémy Zurcher4-27/+39
2018-10-14Orientation : normalize 0° is facing EastJérémy Zurcher4-33/+36
2018-10-13add DelayAnimationJérémy Zurcher1-0/+26
2018-10-13AnimationSequence : small improvementsJérémy Zurcher1-10/+12
2018-10-11BounceAnimation : support optional rotation movementJérémy Zurcher1-4/+26
2018-10-11TimedAnimation : optimizeJérémy Zurcher2-21/+19
2018-10-11Scalable : add float gitScale()Jérémy Zurcher3-0/+11
2018-10-11Rotable : add float getRotation()Jérémy Zurcher2-0/+6
2018-10-10add OrientationJérémy Zurcher6-5/+137
2018-10-09use pieces/PieceJérémy Zurcher1-9/+9
2018-10-09add pieces/Piece and OverlaysJérémy Zurcher2-0/+130
2018-10-09ui/Element : adapt to Positionable interfaceJérémy Zurcher1-2/+7
2018-10-09clean up basic interfacesJérémy Zurcher5-2/+12
2018-10-08add animationsJérémy Zurcher4-0/+215
2018-10-08Drawable,Paddable,Posisionable,Scalable : split interfacesJérémy Zurcher5-11/+31
2018-10-08ch.asynk.gdx.boardgame.util -> ch.asynk.gdx.boardgame.utilsJérémy Zurcher6-6/+6
2018-10-08ch.asynk.gdx.boardgame.board -> ch.asynk.gdx.boardgame.boardsJérémy Zurcher5-13/+5
2018-10-03tabletop -> boardgameJérémy Zurcher22-29/+29
2018-10-03Camera : add void applyScreenViewport()Jérémy Zurcher1-1/+6
2018-10-03Camera : fix hudInBoard logicJérémy Zurcher1-6/+6
2018-10-03ui/Root : add resize(Rectangle)Jérémy Zurcher1-0/+7
2018-10-03Camera : applyMapViewport() -> applyBoardViewport()Jérémy Zurcher1-2/+2
2018-10-01add ui/MenuJérémy Zurcher1-0/+126
2018-10-01Label : a call to setPadding() must also recompute width and heightJérémy Zurcher3-3/+5
2018-10-01Root/Assembly : call computeGeometry(), add x,y in resize()Jérémy Zurcher2-1/+7
2018-09-30ui : introduce tainted, get rid of manual update()Jérémy Zurcher6-41/+45
2018-09-20TriangleBoard : fix centerOf(…)Jérémy Zurcher1-2/+8
2018-09-15namespecat gdx.board -> gdx.tabletopJérémy Zurcher21-28/+28
2018-09-14add TriangleBoardJérémy Zurcher2-1/+105
2018-09-14coding styleJérémy Zurcher1-12/+4
2018-09-14SquareBoard : support negative coordsJérémy Zurcher1-2/+6
2018-09-14Hex/Square Board : values are finalJérémy Zurcher2-13/+13
2018-09-14ch/asynk/zproject/engine -> ch/asynk/gdx/boardJérémy Zurcher20-26/+26
2018-09-13namespace desktop -> test, move classes into desktop dirJérémy Zurcher6-807/+0
2018-09-13ZProject -> GdxBoardTestJérémy Zurcher6-30/+30
2018-09-13namespace zproject -> gdx-boardJérémy Zurcher26-41/+41
2018-09-13delete gwt fileJérémy Zurcher1-5/+0
2018-09-13GameBoard : typo, I must invert w and h with HEX_HJérémy Zurcher1-2/+2
2018-09-13clean up, remove android, eclipse ...Jérémy Zurcher2-11/+6
2018-09-13add SquareBoard testJérémy Zurcher3-8/+30
2018-09-13add engine/board/SquareBoardJérémy Zurcher2-1/+38
2018-09-13Board : don't need cols and rowsJérémy Zurcher2-11/+7
2018-09-13Game : add a State, drive board and hud with itJérémy Zurcher3-27/+122
2018-09-13Camera : add setDimension(float, float)Jérémy Zurcher1-0/+8
2018-09-13clean up import statementsJérémy Zurcher3-8/+0
2018-09-13move some of Assets into engine/AssetsJérémy Zurcher2-25/+33
2018-09-13remove screens dirJérémy Zurcher3-5/+2
2018-09-13screens/GameCamera.java -> engine/Camera.javaJérémy Zurcher2-5/+6