aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Modified to not stomp libgdx usageJoshua Slack2017-09-251-4/+4
| |
| * Make use of SharedLibraryLoader when example uses lwjglJoshua Slack2017-09-242-3/+8
| |
| * Added SharedLibraryLoader, originally from ↵Joshua Slack2017-09-241-0/+435
| | | | | | | | | | | | https://github.com/badlogic/lwjgl3-maven-gradle/blob/master/src/main/java/SharedLibraryLoader.java (by permission of Mario Zechner <[email protected]>)
| * Upgraded lwjgl to latest 2.X version (2.9.3)Joshua Slack2017-09-202-2/+2
| |
| * Upgraded lwjgl to latest 2.X version (2.9.3)Joshua Slack2017-09-203-6/+6
| |
* | Merge commit '13eca2d7020eb82f98460f6508a4f60730fe4619'Julien Gouesse2018-01-271-1/+1
|\|
| * Added a 1920x1080 rezJoshua Slack2017-09-201-1/+1
| |
* | Fixes a bug in the PLY importer: some already present element keywords ↵Julien Gouesse2018-01-271-5/+10
| | | | | | | | weren't detected
* | Fixes some warningsJulien Gouesse2018-01-273-0/+11
| |
* | Merge commit 'eb97939539a8ad69db8f812350351ded05e7c698'Julien Gouesse2018-01-276-30/+131
|\|
| * Add support and demo of sub-pie menusJoshua Slack2017-09-206-30/+131
| |
* | Fixes some warningsJulien Gouesse2018-01-272-21/+21
| |
* | Merge commit '1aae3c9d22835dded3f6cc6ba0d2e9cc040a92aa'Julien Gouesse2018-01-274-3/+87
|\|
| * Added a way for update logic to be attached to, and run by, InteractManagerJoshua Slack2017-09-194-4/+89
| |
* | Merges Renanse's commit 0e81102a1660001482dbfeb8da6936081edbe78cJulien Gouesse2018-01-270-0/+0
|\|
| * Experimental conversion to gradleJoshua Slack2017-09-1917-1/+160
| |
* | Merges several Renanse's commits about pie menu and diskJulien Gouesse2018-01-2722-351/+1774
|\|
| * Added state cleanup to popup components.Joshua Slack2017-09-116-20/+53
| | | | | | | | Prettied up the PieMenu skin a bit.
| * Added new UI Components - UIPieMenu and UIPieMenuItem.Joshua Slack2017-09-1115-31/+1267
| | | | | | | | | | | | | | Added new backdrops - Disk and Arc Added generic skin support for the above Added use of piemenu to one of the examples. Made popover an interface shared between piemenu and popupmenu
| * SubTex now has optional border information that can be used by ui componentsJoshua Slack2017-09-113-50/+134
| |
| * Added a 9-slice type constructor to ImageBorder and used it to clean up ↵Joshua Slack2017-09-072-232/+93
| | | | | | | | GenericSkin quite a bit.
| * Updates to Disk to allow for hole in center.Joshua Slack2017-09-062-50/+143
| |
| * Updated example to also incorporate popup-menusJoshua Slack2017-08-111-0/+66
| |
| * Improvements to UIMenuItem for skinning and for general setup.Joshua Slack2017-08-113-43/+69
| |
| * Merge pull request #78 from mallanmba/masterJoshua Slack2017-06-141-5/+29
| |\ | | | | | | Add a local rotation to BillboardNode that is applied post orientatio…
| | * Add a local rotation to BillboardNode that is applied post orientation. This ↵mallanmba2017-06-141-5/+29
| |/ | | | | | | is to allow consistency between Y up and Z up conventions - i.e. when we change state of the Billboard behavior, we should not have to transform the Billboard children for things to make sense. Also, AxialZ was rotated 180 degrees so that switching back and forth between ScreenAligned and AxialZ (with a 90 degree rotation around X) is consistent.
* | Merge commit 'cbc61566689660d39f469efe4c429f8adf5b239e'Julien Gouesse2018-01-274-38/+725
|\|
| * Updates to allow overriding SpatialState in InteractManager.Joshua Slack2017-06-024-38/+725
| | | | | | | | | | Updates to allow easier overriding of input flow in UIHud. Added new example tying together UI and Interact
* | Merges Renanse's commit 67d620baf5eaf5b0ce66800e468719a9ef79ef25Julien Gouesse2018-01-2711-78/+106
|\|
| * Added code to ensure margin and border use considers possibility of null. ↵Joshua Slack2017-05-3111-86/+114
| | | | | | | | Added copying of userData in SpatialState
* | Merges Renanse's commit 240660efaeb9117a50f2e9cca0a7153e500490b3Julien Gouesse2018-01-272-1/+18
|\|
| * fixed missing calls to received/lost control on interact widgets.Joshua Slack2017-05-302-3/+20
| | | | | | | | added tracking of userdata to SpatialState to allow setting/applying other elements via interact widgets
| * Made GeometryTool effectively into a static classJoshua Slack2017-04-275-83/+38
| |
* | Merge commit 'ec637d5a3fffe01ed4346c73fab91d8447a7192d'Julien Gouesse2018-01-273-8/+345
|\|
| * Added a new 9-slice capable BMTextBackground to use with BMText/BasicText ↵Joshua Slack2017-04-213-8/+345
| | | | | | | | and added it to the ShapesExample.
* | Merges Renanse's commit f6f91cb78b3cb24b8e1c61cbaf5df7e5ce2b3323Julien Gouesse2018-01-272-19/+39
|\|
| * Added a way to set default color by float values to Mesh.Joshua Slack2017-04-212-19/+39
| |
* | Merges Renanse's commit 9e9c406384a5ef51fd777d936932382f8dde0dc4Julien Gouesse2018-01-2712-146/+180
|\|
| * Cleaned up various warningsJoshua Slack2017-04-2014-205/+226
| |
* | Merges Renanse's commit 2d335b378ab5a4ab98741117230e82d3c7cb8a69Julien Gouesse2018-01-270-0/+0
|\|
| * Updated target to Java 1.7Joshua Slack2017-04-2014-54/+91
| |
* | Merges mallanmba's commit 95c78c28646e366064e45ab7f0c5e22249ce6c43Julien Gouesse2018-01-2728-73/+2296
|\|
| * Contributions from mallanmba offering improvements to bmfont and bmtext, ↵mallanmba2017-04-2028-72/+2295
| | | | | | | | including switching from triangles to quads, a simple font manager, change listeners for text and additional fonts. CR and tweaks to follow convention by renanse.
* | Merges Renanse's commit 7d3e079f4d83fb91fb92d8e0a8b45cc0170df4f4Julien Gouesse2018-01-272-33/+6
|\|
| * Small tweaks to Box and NormalGeneratorJoshua Slack2017-04-202-44/+19
| |
* | Merge commit '7d2aeea96b4fb25a72db3bb75089ffe11c89a34f'Julien Gouesse2018-01-277-90/+328
|\|
| * Fixed BillboardNode for better usage in camera setups other than Y-up. ↵Joshua Slack2017-04-207-90/+328
| | | | | | | | Added AxialX and None as alignment types. Revamped example to better illustrate billboard action. Added a Z-Up version of the example.
* | Merges mallanmba's commit c4460a3ef2df44b353bb9164400c6bd0879523a5Julien Gouesse2018-01-278-70/+983
|\|
| * Contributions from mallanmba allowing simpler adding of shadowcasters and ↵mallanmba2017-04-198-41/+112
| | | | | | | | resolving some shadow flickering.
* | Merges mallanmba's commit 8ea0c83909327832f6ec575b752153b5ed6366fbJulien Gouesse2018-01-2614-49/+162
|\|