summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-18Merge pull request #13 from SimonIT/update-glyph-layout-with-new-fontJérémy Zurcher1-0/+1
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 Zurcher2-0/+8
2019-12-18test : add ui.List testJérémy Zurcher3-16/+113
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-17MenuScreen : use getInnerTop() and getInnerRight()Jérémy Zurcher1-2/+2
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-17test : set animate(), draw() and drawDebug() on each ScreenJérémy Zurcher5-27/+53
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-17UiScreen : implement drawDebug enabled with AbstractScreen.DEBUGJérémy Zurcher2-0/+23
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-17test : fix OrthographicCamera usage and Root resizingJérémy Zurcher4-27/+7
2019-12-17Assembly : taint must taint itself and the childrenJérémy Zurcher1-0/+1
2019-12-17test : rewrite UiScreen, do not reuse one ButtonJérémy Zurcher1-30/+55
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
2019-12-16Merge pull request #6 from SimonIT/public-computeGeometryJérémy Zurcher2-2/+2
2019-12-16ui.Element : add taintParent boolean to propagate taint state up the UI treeJérémy Zurcher4-11/+14
2019-12-16Merge pull request #8 from SimonIT/fix-Collection-genericJérémy Zurcher2-3/+2
2019-12-16fix Iterator generic in CollectionSimonIT2-3/+2
2019-12-16make computeGeometry publicSimonIT2-2/+2
2019-12-15Merge pull request #4 from SimonIT/masterJérémy Zurcher4-3/+16
2019-12-14protected Assembly children, building on travisSimonIT4-3/+16
2019-12-03Merge pull request #3 from SimonIT/gwt-compatibilityJérémy Zurcher1-4/+2
2019-12-03Board : implements distance for Hex and Square boardsJérémy Zurcher6-1/+88
2019-12-02Piece : syntaxJérémy Zurcher1-2/+2
2019-12-02Hashtable is not available on gwt, replace with object mapSimonIT1-4/+2
2019-12-02Merge pull request #2 from SimonIT/gwt-compatibilityJérémy Zurcher6-6/+39
2019-12-01fix indentationSimonIT1-3/+3
2019-12-01Link to javadocsSimonIT1-0/+4
2019-12-01Some install instructionsSimonIT1-0/+27
2019-11-30add assets directory to resources to not have to change the working directorySimonIT1-0/+1
2019-11-30remove string format, it's not available on gwtSimonIT4-6/+7