summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Board : add getTile(…), TileProvider goes into BoardFactoryJérémy Zurcher5-30/+55
2020-05-31Merge pull request #15 from SimonIT/get-directionJérémy Zurcher1-0/+5
2020-05-31TriangleBoard : clean upJérémy Zurcher1-5/+4
2020-05-31TriangleBoard : fix horizontal negative indexJérémy Zurcher1-11/+9
2020-05-31Camera : fix translateJérémy Zurcher1-1/+1
2020-05-31Board/Piece : add dropInPlace(…), dropOnBoard(…)Jérémy Zurcher2-0/+16
2020-05-31Positionable : add getCX() and getCY()Jérémy Zurcher1-0/+2
2020-05-31Camera : add unprojectTranslation()Jérémy Zurcher1-0/+6
2020-05-21Getter for directionSimonIT1-0/+5
2020-05-19ui/Container : check children visibilityJérémy Zurcher1-2/+6
2020-05-18ui : support Container.Pack.BEGIN/ENDJérémy Zurcher1-7/+16
2020-05-18UI/Container : knows basic layeringJérémy Zurcher3-3/+83
2020-05-17ui : fix SizingJérémy Zurcher2-35/+41
2020-05-17UI : add damaged flag, a child is dirtJérémy Zurcher3-4/+22
2020-05-17List : add setSpacing()Jérémy Zurcher1-0/+6
2020-05-17UI/Scrollable : use innerRect instead of clipJérémy Zurcher1-14/+12
2020-05-17UI : computeGeometry is called from Root before drawing if dirty or resizedJérémy Zurcher8-77/+71
2020-05-15UI : computeDimensons()+computePosition() -> computeGeometry(rect)Jérémy Zurcher9-67/+85
2020-05-14 UI : introduce abstract Element.drawReal(batch)Jérémy Zurcher9-34/+26
2020-05-14UI : tainted -> dirty + audit clean up allJérémy Zurcher10-20/+57
2020-05-13UI : taint() does mark up, to mark down use Container.taintChildren()Jérémy Zurcher3-12/+4
2020-05-13ui/List : is always sized according to it's contentJérémy Zurcher1-11/+3
2020-05-13ui/Button : is always sized according to it's LabelJérémy Zurcher1-12/+5
2020-05-13ui/Label : is always sized acording to it's textJérémy Zurcher1-10/+3
2020-05-13add ui/ContainerJérémy Zurcher3-55/+77
2020-01-27Piece : private head -> protected spriteJérémy Zurcher1-14/+14
2020-01-25Piece : add setHead(Texture)Jérémy Zurcher1-0/+5
2020-01-24Piece : is not a Sprite, use compositionJérémy Zurcher2-14/+36
2020-01-23TileStorage -> tilestorages/TileStorageJérémy Zurcher7-10/+8
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-23add TileStorage, ArrayTileStorage, HashTileStorageJérémy Zurcher3-0/+104
2020-01-23Tile : add boolean overlaysEnabled(), void setOverlay(TextureAtlas)Jérémy Zurcher1-4/+17
2020-01-23Piece : add angleCorrection, fix boards anglesJérémy Zurcher4-5/+17
2020-01-22set units up, and reorder anglesJérémy Zurcher4-14/+21
2020-01-22Orientation : fix fromR(float)Jérémy Zurcher1-8/+8
2020-01-21Board : add size() and getIdx(int, int)Jérémy Zurcher4-0/+50
2020-01-21Path : add final variable qualifierJérémy Zurcher1-1/+1
2020-01-21Path : add show(int, int)Jérémy Zurcher1-0/+14
2020-01-21Tile : add enableOverlay(int, Orientation)Jérémy Zurcher1-0/+8
2020-01-21Overlays : add setRotation(int, float)Jérémy Zurcher1-0/+5
2020-01-21Orientation : add Orientation opposite()Jérémy Zurcher1-0/+6
2020-01-21Board : add boolean isOnBoard(int, int)Jérémy Zurcher5-11/+54
2019-12-28ui : draw() code cleanupJérémy Zurcher2-1/+1
2019-12-28ui : code reordering, Elemnt is abstract againJérémy Zurcher2-56/+65
2019-12-27ui.List : selected use computePosition() instead of touch()Jérémy Zurcher1-4/+14
2019-12-27Merge pull request #14 from SimonIT/fix-fiillHeight-calculationJérémy Zurcher1-1/+1
2019-12-27ui : Assembly is dead, Element swallows touch() that now returns ElementJérémy Zurcher7-68/+65
2019-12-27ui : one more step closer to Assembly's sudden deathJérémy Zurcher2-5/+5