Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moves ArdorCraftAPITest into ardor3d-examples | Julien Gouesse | 2019-08-17 | 27 | -0/+5888 |
| | |||||
* | Moves ArdorCraft into ardor3d-craft | Julien Gouesse | 2019-08-17 | 2 | -0/+6 |
| | |||||
* | Uses the release option in the Maven build to ease the use of Java >= 9 | Julien Gouesse | 2019-08-12 | 1 | -1/+3 |
| | |||||
* | Replaces com.ardor3d by org.jogamp.ardor3d in the Maven group id | Julien Gouesse | 2019-06-30 | 1 | -1/+1 |
| | |||||
* | Fixes some errors in the Java documentation of ardor3d-examples | Julien Gouesse | 2019-06-05 | 9 | -53/+150 |
| | |||||
* | Fixes some errors in the Java documentation of ParallelSplitShadowMapPass | Julien Gouesse | 2019-06-03 | 1 | -18/+16 |
| | |||||
* | Sets the compiler compliance to 1.8 | Julien Gouesse | 2019-05-26 | 1 | -3/+4 |
| | |||||
* | Replaces Guava's Predicate by Java 8 Predicate (issue #13) | Julien Gouesse | 2019-05-26 | 1 | -18/+17 |
| | |||||
* | Replaces Guava's ByteSource in ardor3d-terrain | Julien Gouesse | 2018-07-14 | 2 | -23/+43 |
| | |||||
* | Merges several Renanse's commits | Julien Gouesse | 2018-01-27 | 22 | -190/+570 |
|\ | |||||
| * | Updated interact widget mouseover code to pass through Canvas and provided a ↵ | Joshua Slack | 2018-01-15 | 2 | -3/+39 |
| | | | | | | | | | | | | | | callback for mouse over/out. Added simple cursor setting callbacks to the basic interact classes. Added a few cursor graphics that may be used with InteractWidgets | ||||
| * | Added new method to Canvas interface providing a way to store and retrieve ↵ | Joshua Slack | 2018-01-15 | 10 | -75/+87 |
| | | | | | | | | the mouse manager for a given canvas. | ||||
| * | Small tweak to eclipse project settings | Joshua Slack | 2018-01-04 | 1 | -1/+1 |
| | | |||||
| * | Small tweak to fix scroll bug in example | Joshua Slack | 2017-10-19 | 1 | -2/+3 |
| | | |||||
| * | Cleanup of pack/layout/updateMinimum calls. Components can be packed now. ↵ | Joshua Slack | 2017-10-18 | 11 | -157/+135 |
| | | | | | | | | | | | | | | Removed pack(int,int) - should use setMinimum on contents to dictate appropriate pack size. Can still use setContentSize if specific size needed. UIHud now requires a Canvas to construct, cleaning up the ambiguous use of Camera.getCurrent and making it easier to use a hud size. Cleaned up examples to use nicer flow. | ||||
| * | Added ability to set a spacing between elements in RowLayout | Joshua Slack | 2017-10-12 | 1 | -2/+2 |
| | | |||||
| * | Added centerOn method to UIComponent to make it simpler to center a ↵ | Joshua Slack | 2017-09-29 | 2 | -3/+48 |
| | | | | | | | | | | | | | | 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 Slack | 2017-09-25 | 3 | -1/+293 |
| | | | | | | | | | | | | 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 | ||||
* | | Merges several Renanse's commits | Julien Gouesse | 2018-01-27 | 1 | -2/+2 |
|\| | |||||
| * | Make use of SharedLibraryLoader when example uses lwjgl | Joshua Slack | 2017-09-24 | 2 | -3/+8 |
| | | |||||
| * | Upgraded lwjgl to latest 2.X version (2.9.3) | Joshua Slack | 2017-09-20 | 2 | -2/+2 |
| | | |||||
* | | Merge commit '13eca2d7020eb82f98460f6508a4f60730fe4619' | Julien Gouesse | 2018-01-27 | 1 | -1/+1 |
|\| | |||||
| * | Added a 1920x1080 rez | Joshua Slack | 2017-09-20 | 1 | -1/+1 |
| | | |||||
* | | Fixes some warnings | Julien Gouesse | 2018-01-27 | 1 | -0/+1 |
| | | |||||
* | | Merge commit 'eb97939539a8ad69db8f812350351ded05e7c698' | Julien Gouesse | 2018-01-27 | 1 | -5/+34 |
|\| | |||||
| * | Add support and demo of sub-pie menus | Joshua Slack | 2017-09-20 | 1 | -5/+34 |
| | | |||||
* | | Fixes some warnings | Julien Gouesse | 2018-01-27 | 1 | -18/+18 |
| | | |||||
* | | Merge commit '1aae3c9d22835dded3f6cc6ba0d2e9cc040a92aa' | Julien Gouesse | 2018-01-27 | 1 | -0/+8 |
|\| | |||||
| * | Added a way for update logic to be attached to, and run by, InteractManager | Joshua Slack | 2017-09-19 | 1 | -0/+8 |
| | | |||||
| * | Experimental conversion to gradle | Joshua Slack | 2017-09-19 | 1 | -0/+14 |
| | | |||||
* | | Merges several Renanse's commits about pie menu and disk | Julien Gouesse | 2018-01-27 | 2 | -1/+82 |
|\| | |||||
| * | Added state cleanup to popup components. | Joshua Slack | 2017-09-11 | 1 | -1/+1 |
| | | | | | | | | Prettied up the PieMenu skin a bit. | ||||
| * | Added new UI Components - UIPieMenu and UIPieMenuItem. | Joshua Slack | 2017-09-11 | 1 | -7/+22 |
| | | | | | | | | | | | | | | 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 | ||||
| * | Updates to Disk to allow for hole in center. | Joshua Slack | 2017-09-06 | 1 | -1/+1 |
| | | |||||
| * | Updated example to also incorporate popup-menus | Joshua Slack | 2017-08-11 | 1 | -0/+66 |
| | | |||||
* | | Merge commit 'cbc61566689660d39f469efe4c429f8adf5b239e' | Julien Gouesse | 2018-01-27 | 1 | -0/+693 |
|\| | |||||
| * | Updates to allow overriding SpatialState in InteractManager. | Joshua Slack | 2017-06-02 | 1 | -0/+693 |
| | | | | | | | | | | Updates to allow easier overriding of input flow in UIHud. Added new example tying together UI and Interact | ||||
* | | Merge commit 'ec637d5a3fffe01ed4346c73fab91d8447a7192d' | Julien Gouesse | 2018-01-27 | 2 | -8/+37 |
|\| | |||||
| * | Added a new 9-slice capable BMTextBackground to use with BMText/BasicText ↵ | Joshua Slack | 2017-04-21 | 2 | -8/+37 |
| | | | | | | | | and added it to the ShapesExample. | ||||
* | | Merges Renanse's commit 9e9c406384a5ef51fd777d936932382f8dde0dc4 | Julien Gouesse | 2018-01-27 | 1 | -11/+12 |
|\| | |||||
| * | Cleaned up various warnings | Joshua Slack | 2017-04-20 | 1 | -30/+30 |
| | | |||||
| * | Updated target to Java 1.7 | Joshua Slack | 2017-04-20 | 1 | -4/+7 |
| | | |||||
* | | Merge commit '7d2aeea96b4fb25a72db3bb75089ffe11c89a34f' | Julien Gouesse | 2018-01-27 | 5 | -16/+204 |
|\| | |||||
| * | Fixed BillboardNode for better usage in camera setups other than Y-up. ↵ | Joshua Slack | 2017-04-20 | 5 | -16/+204 |
| | | | | | | | | 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 | 3 | -3/+845 |
|\| | |||||
| * | Contributions from mallanmba allowing simpler adding of shadowcasters and ↵ | mallanmba | 2017-04-19 | 3 | -3/+3 |
| | | | | | | | | resolving some shadow flickering. | ||||
* | | Merges mallanmba's commit 8ea0c83909327832f6ec575b752153b5ed6366fb | Julien Gouesse | 2018-01-26 | 1 | -3/+6 |
|\| | |||||
| * | Contributions from mallanmba regarding improvements and fixes to the Ardor3D ↵ | mallanmba | 2017-04-19 | 1 | -3/+6 |
| | | | | | | | | interact system. | ||||
* | | First blueprint of the PLY importer, work in progress | Julien Gouesse | 2016-08-20 | 3 | -0/+14024 |
| | | |||||
* | | Fixes the management of the parenthesis within expressions in the Eclipse ↵ | Julien Gouesse | 2016-08-17 | 1 | -1/+1 |
| | | | | | | | | settings |