aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug where you could not click on combobox label to open listJoshua Slack2017-10-181-0/+5
|
* Fix some additional layout issues.Joshua Slack2017-10-183-2/+12
| | | | Fixed pack not setting some container min sizes and thus allowing manual resizing of frame too small.
* Fixed a bug in javascript caused by js engine change in Java 1.7+Joshua Slack2017-10-181-0/+3
|
* We'll use the maximum of user set minimum and layout set minimum to clamp size.Joshua Slack2017-10-181-4/+4
|
* Split minimum size into layout provided and optional user provided.Joshua Slack2017-10-189-56/+89
|
* no messageJoshua Slack2017-10-160-0/+0
|\
| * Added some additional caps detection + divorced UIContainer standin texture ↵Joshua Slack2017-10-164-38/+94
| | | | | | | | size from camera. This should help in serveral situations such as window size being tiny during init, or different contexts having different window sizes.
* | Added some additional caps detection + divorced UIContainer standin texture ↵Joshua Slack2017-10-164-38/+93
|/ | | | size from camera. This should help in serveral situations such as window size being tiny during init, or different contexts having different window sizes.
* Added ability to set a spacing between elements in RowLayoutJoshua Slack2017-10-122-11/+21
|
* Added centerOn method to UIComponent to make it simpler to center a ↵Joshua Slack2017-09-2910-44/+116
| | | | | | | component on another component or the hud. Fixed issue in sliders when min value is not 0. Clean up warnings.
* Simplified UIPopupMenu to extend UIContainer instead of UIFrame.Joshua Slack2017-09-259-63/+381
| | | | | | Updated UIMenuItem to simplify adding nested menus Updated UIPieMenu to extend UIPopupMenu, to make it easier to reuse menu code. Added new UI example showing off hierarchical Popup and Pie menus
* Handle jinput libsJoshua Slack2017-09-251-2/+11
|
* 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
|
* Added a 1920x1080 rezJoshua Slack2017-09-201-1/+1
|
* Add support and demo of sub-pie menusJoshua Slack2017-09-206-30/+131
|
* Added a way for update logic to be attached to, and run by, InteractManagerJoshua Slack2017-09-194-4/+89
|
* Experimental conversion to gradleJoshua Slack2017-09-1917-1/+160
|
* 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.
* 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
* Added code to ensure margin and border use considers possibility of null. ↵Joshua Slack2017-05-3111-86/+114
| | | | Added copying of userData in SpatialState
* 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
|
* Added a new 9-slice capable BMTextBackground to use with BMText/BasicText ↵Joshua Slack2017-04-213-8/+345
| | | | and added it to the ShapesExample.
* Added a way to set default color by float values to Mesh.Joshua Slack2017-04-212-19/+39
|
* Cleaned up various warningsJoshua Slack2017-04-2014-205/+226
|
* Updated target to Java 1.7Joshua Slack2017-04-2014-54/+91
|
* 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.
* Small tweaks to Box and NormalGeneratorJoshua Slack2017-04-202-44/+19
|
* 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.
* Contributions from mallanmba allowing simpler adding of shadowcasters and ↵mallanmba2017-04-198-41/+112
| | | | resolving some shadow flickering.
* Contributions from mallanmba regarding improvements and fixes to the Ardor3D ↵mallanmba2017-04-1914-44/+156
| | | | interact system.
* Merge pull request #77 from mallanmba/masterJoshua Slack2017-04-122-10/+17
|\ | | | | Clipmap bounds fix
| * fix clipmap terrain when view moves outside original cache bounds by ↵mallanmba2016-01-271-8/+15
| | | | | | | | removing bad conditional that will always fail.
| * replace Java7 constructmallanmba2016-01-271-2/+2
| |
* | updated to a version visible in mavenJoshua Slack2017-02-211-1/+1
|/
* Merge pull request #73 from runiter/masterJoshua Slack2015-03-171-2/+3
|\ | | | | Fix problem with billboard stretching when rotating around z axis
| * Fix problem with billboard stretching when rotating around z axisSaeid2015-03-171-2/+3
|/
* Merge pull request #69 from gouessej/masterJoshua Slack2014-02-0517-58/+884
|\ | | | | Improves the interoperability between the JogAmp backend, SWT and NEWT