Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Modified to not stomp libgdx usage | Joshua Slack | 2017-09-25 | 1 | -4/+4 | |
| | | ||||||
| * | Make use of SharedLibraryLoader when example uses lwjgl | Joshua Slack | 2017-09-24 | 2 | -3/+8 | |
| | | ||||||
| * | Added SharedLibraryLoader, originally from ↵ | Joshua Slack | 2017-09-24 | 1 | -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 Slack | 2017-09-20 | 2 | -2/+2 | |
| | | ||||||
| * | Upgraded lwjgl to latest 2.X version (2.9.3) | Joshua Slack | 2017-09-20 | 3 | -6/+6 | |
| | | ||||||
* | | Merge commit '13eca2d7020eb82f98460f6508a4f60730fe4619' | Julien Gouesse | 2018-01-27 | 1 | -1/+1 | |
|\| | ||||||
| * | Added a 1920x1080 rez | Joshua Slack | 2017-09-20 | 1 | -1/+1 | |
| | | ||||||
* | | Fixes a bug in the PLY importer: some already present element keywords ↵ | Julien Gouesse | 2018-01-27 | 1 | -5/+10 | |
| | | | | | | | | weren't detected | |||||
* | | Fixes some warnings | Julien Gouesse | 2018-01-27 | 3 | -0/+11 | |
| | | ||||||
* | | Merge commit 'eb97939539a8ad69db8f812350351ded05e7c698' | Julien Gouesse | 2018-01-27 | 6 | -30/+131 | |
|\| | ||||||
| * | Add support and demo of sub-pie menus | Joshua Slack | 2017-09-20 | 6 | -30/+131 | |
| | | ||||||
* | | Fixes some warnings | Julien Gouesse | 2018-01-27 | 2 | -21/+21 | |
| | | ||||||
* | | Merge commit '1aae3c9d22835dded3f6cc6ba0d2e9cc040a92aa' | Julien Gouesse | 2018-01-27 | 4 | -3/+87 | |
|\| | ||||||
| * | Added a way for update logic to be attached to, and run by, InteractManager | Joshua Slack | 2017-09-19 | 4 | -4/+89 | |
| | | ||||||
* | | Merges Renanse's commit 0e81102a1660001482dbfeb8da6936081edbe78c | Julien Gouesse | 2018-01-27 | 0 | -0/+0 | |
|\| | ||||||
| * | Experimental conversion to gradle | Joshua Slack | 2017-09-19 | 17 | -1/+160 | |
| | | ||||||
* | | Merges several Renanse's commits about pie menu and disk | Julien Gouesse | 2018-01-27 | 22 | -351/+1774 | |
|\| | ||||||
| * | Added state cleanup to popup components. | Joshua Slack | 2017-09-11 | 6 | -20/+53 | |
| | | | | | | | | Prettied up the PieMenu skin a bit. | |||||
| * | Added new UI Components - UIPieMenu and UIPieMenuItem. | Joshua Slack | 2017-09-11 | 15 | -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 components | Joshua Slack | 2017-09-11 | 3 | -50/+134 | |
| | | ||||||
| * | Added a 9-slice type constructor to ImageBorder and used it to clean up ↵ | Joshua Slack | 2017-09-07 | 2 | -232/+93 | |
| | | | | | | | | GenericSkin quite a bit. | |||||
| * | Updates to Disk to allow for hole in center. | Joshua Slack | 2017-09-06 | 2 | -50/+143 | |
| | | ||||||
| * | Updated example to also incorporate popup-menus | Joshua Slack | 2017-08-11 | 1 | -0/+66 | |
| | | ||||||
| * | Improvements to UIMenuItem for skinning and for general setup. | Joshua Slack | 2017-08-11 | 3 | -43/+69 | |
| | | ||||||
| * | Merge pull request #78 from mallanmba/master | Joshua Slack | 2017-06-14 | 1 | -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 ↵ | mallanmba | 2017-06-14 | 1 | -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 Gouesse | 2018-01-27 | 4 | -38/+725 | |
|\| | ||||||
| * | Updates to allow overriding SpatialState in InteractManager. | Joshua Slack | 2017-06-02 | 4 | -38/+725 | |
| | | | | | | | | | | Updates to allow easier overriding of input flow in UIHud. Added new example tying together UI and Interact | |||||
* | | Merges Renanse's commit 67d620baf5eaf5b0ce66800e468719a9ef79ef25 | Julien Gouesse | 2018-01-27 | 11 | -78/+106 | |
|\| | ||||||
| * | Added code to ensure margin and border use considers possibility of null. ↵ | Joshua Slack | 2017-05-31 | 11 | -86/+114 | |
| | | | | | | | | Added copying of userData in SpatialState | |||||
* | | Merges Renanse's commit 240660efaeb9117a50f2e9cca0a7153e500490b3 | Julien Gouesse | 2018-01-27 | 2 | -1/+18 | |
|\| | ||||||
| * | fixed missing calls to received/lost control on interact widgets. | Joshua Slack | 2017-05-30 | 2 | -3/+20 | |
| | | | | | | | | added tracking of userdata to SpatialState to allow setting/applying other elements via interact widgets | |||||
| * | Made GeometryTool effectively into a static class | Joshua Slack | 2017-04-27 | 5 | -83/+38 | |
| | | ||||||
* | | Merge commit 'ec637d5a3fffe01ed4346c73fab91d8447a7192d' | Julien Gouesse | 2018-01-27 | 3 | -8/+345 | |
|\| | ||||||
| * | Added a new 9-slice capable BMTextBackground to use with BMText/BasicText ↵ | Joshua Slack | 2017-04-21 | 3 | -8/+345 | |
| | | | | | | | | and added it to the ShapesExample. | |||||
* | | Merges Renanse's commit f6f91cb78b3cb24b8e1c61cbaf5df7e5ce2b3323 | Julien Gouesse | 2018-01-27 | 2 | -19/+39 | |
|\| | ||||||
| * | Added a way to set default color by float values to Mesh. | Joshua Slack | 2017-04-21 | 2 | -19/+39 | |
| | | ||||||
* | | Merges Renanse's commit 9e9c406384a5ef51fd777d936932382f8dde0dc4 | Julien Gouesse | 2018-01-27 | 12 | -146/+180 | |
|\| | ||||||
| * | Cleaned up various warnings | Joshua Slack | 2017-04-20 | 14 | -205/+226 | |
| | | ||||||
* | | Merges Renanse's commit 2d335b378ab5a4ab98741117230e82d3c7cb8a69 | Julien Gouesse | 2018-01-27 | 0 | -0/+0 | |
|\| | ||||||
| * | Updated target to Java 1.7 | Joshua Slack | 2017-04-20 | 14 | -54/+91 | |
| | | ||||||
* | | Merges mallanmba's commit 95c78c28646e366064e45ab7f0c5e22249ce6c43 | Julien Gouesse | 2018-01-27 | 28 | -73/+2296 | |
|\| | ||||||
| * | Contributions from mallanmba offering improvements to bmfont and bmtext, ↵ | mallanmba | 2017-04-20 | 28 | -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 7d3e079f4d83fb91fb92d8e0a8b45cc0170df4f4 | Julien Gouesse | 2018-01-27 | 2 | -33/+6 | |
|\| | ||||||
| * | Small tweaks to Box and NormalGenerator | Joshua Slack | 2017-04-20 | 2 | -44/+19 | |
| | | ||||||
* | | Merge commit '7d2aeea96b4fb25a72db3bb75089ffe11c89a34f' | Julien Gouesse | 2018-01-27 | 7 | -90/+328 | |
|\| | ||||||
| * | Fixed BillboardNode for better usage in camera setups other than Y-up. ↵ | Joshua Slack | 2017-04-20 | 7 | -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 c4460a3ef2df44b353bb9164400c6bd0879523a5 | Julien Gouesse | 2018-01-27 | 8 | -70/+983 | |
|\| | ||||||
| * | Contributions from mallanmba allowing simpler adding of shadowcasters and ↵ | mallanmba | 2017-04-19 | 8 | -41/+112 | |
| | | | | | | | | resolving some shadow flickering. | |||||
* | | Merges mallanmba's commit 8ea0c83909327832f6ec575b752153b5ed6366fb | Julien Gouesse | 2018-01-26 | 14 | -49/+162 | |
|\| |