summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-27ui : Element swallows draw() drawDebu() out of dying AssemblyJérémy Zurcher2-12/+11
2019-12-27ui : Element swallows chidren out of Assembly's mouthJérémy Zurcher2-15/+21
2019-12-26width was set in height calculationSimonIT1-1/+1
2019-12-26ui : add Sizing, final computeGeometry() calls computeDimensions() and comput...Jérémy Zurcher7-38/+147
2019-12-18Scrollable : fix child touch()Jérémy Zurcher1-1/+4
2019-12-18UI : add ScrollableJérémy Zurcher1-0/+100
2019-12-18UI : add drag(...) to Touchable, Element and AssemblyJérémy Zurcher3-1/+20
2019-12-18UI : add ScissorsJérémy Zurcher1-0/+67
2019-12-18Collection : add replace(E, int)Jérémy Zurcher2-0/+11
2019-12-18ui.Label : code factorisationJérémy Zurcher1-9/+8
2019-12-18update glyph layout with new font, forgot at #11SimonIT1-0/+1
2019-12-18Merge pull request #11 from SimonIT/change-label-fontsJérémy Zurcher1-0/+6
2019-12-18taint on changing the fontSimonIT1-0/+1
2019-12-18ui.List : follow taint() computeGeometry() logicJérémy Zurcher1-0/+7
2019-12-18UI : add ListJérémy Zurcher1-0/+82
2019-12-18UI : add Bg (TextureRegion)Jérémy Zurcher1-0/+22
2019-12-18possibility to change the font of a labelSimonIT1-0/+5
2019-12-17Paddable : add getInnerTop() and getInnerRight()Jérémy Zurcher2-9/+13
2019-12-17core:Assets : add getTextureRegion()Jérémy Zurcher1-0/+6
2019-12-17Element : add toString()Jérémy Zurcher1-0/+22
2019-12-17Menu : fix top position after bf94e07Jérémy Zurcher1-1/+1
2019-12-17Merge pull request #10 from SimonIT/fix-computeGeometryJérémy Zurcher1-1/+1
2019-12-17core : implement drawDebug(ShapeRenderer)Jérémy Zurcher8-0/+88
2019-12-17fix computeGeometry used getInnerX instead of getInnerY for relative ySimonIT1-1/+1
2019-12-17UI : add drawDebug(…) to Menu, normalize var namesJérémy Zurcher4-7/+17
2019-12-17Assembly : taint() -> taintChildren()Jérémy Zurcher2-6/+6
2019-12-17Menu : use relative positioning instead of absoluteJérémy Zurcher1-14/+12
2019-12-17Label : add String getText()Jérémy Zurcher1-0/+5
2019-12-17Assembly : taint must taint itself and the childrenJérémy Zurcher1-0/+1
2019-12-17Button : change attribute access from private to protectedJérémy Zurcher1-2/+2
2019-12-17ui.Element : add optional Alignment parameter to setParent(…)Jérémy Zurcher2-2/+7
2019-12-16ui.Element : taintParent goes publicJérémy Zurcher1-2/+7