aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-core/src
Commit message (Expand)AuthorAgeFilesLines
* Replaces Guava's Multimap by Java Map in DisplayListDelegate (issue #13)Julien Gouesse2019-05-281-15/+38
* Replaces Guava's Multimap by Java Map in TextureManager and adds some null ch...Julien Gouesse2019-05-282-23/+80
* Replaces Guava's Multimap by Java Map in AbstractBufferData (issue #13)Julien Gouesse2019-05-271-17/+67
* Replaces Guava's enum multisets by Java EnumMap (issue #13)Julien Gouesse2019-05-271-19/+16
* Disables the tests of the physical layerJulien Gouesse2019-05-261-130/+123
* Fixes the compile errors caused by the previous commit in a testJulien Gouesse2019-05-261-57/+57
* Replaces Guava's Predicate by Java 8 Predicate (issue #13)Julien Gouesse2019-05-2619-110/+121
* Replaces Guava's AbstractIterator by a modified copy of this classJulien Gouesse2018-09-144-3/+197
* Replaces Guava's PeekingIteratorJulien Gouesse2018-09-139-99/+215
* Replaces Guava's checkArgumentJulien Gouesse2018-07-141-6/+8
* Replaces Guava's checkNotNull by Objects.requireNonNullJulien Gouesse2018-07-141-4/+2
* Drops Guava's immutable lists, sets and mapsJulien Gouesse2018-02-125-54/+55
* Merges several Renanse's commitsJulien Gouesse2018-01-274-13/+72
|\
| * Added new method to Canvas interface providing a way to store and retrieve th...Joshua Slack2018-01-151-1/+15
| * Added some additional caps detection + divorced UIContainer standin texture s...Joshua Slack2017-10-161-20/+53
| * Added centerOn method to UIComponent to make it simpler to center a component...Joshua Slack2017-09-292-12/+24
* | Merges several Renanse's commits about pie menu and diskJulien Gouesse2018-01-272-54/+171
|\|
| * Updates to Disk to allow for hole in center.Joshua Slack2017-09-061-49/+142
| * Add a local rotation to BillboardNode that is applied post orientation. This ...mallanmba2017-06-141-5/+29
| * Made GeometryTool effectively into a static classJoshua Slack2017-04-271-10/+10
* | Merge commit 'ec637d5a3fffe01ed4346c73fab91d8447a7192d'Julien Gouesse2018-01-271-0/+308
|\|
| * Added a new 9-slice capable BMTextBackground to use with BMText/BasicText and...Joshua Slack2017-04-211-0/+308
* | 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-273-97/+120
|\|
| * Cleaned up various warningsJoshua Slack2017-04-203-98/+121
* | Merges mallanmba's commit 95c78c28646e366064e45ab7f0c5e22249ce6c43Julien Gouesse2018-01-2728-73/+2296
|\|
| * Contributions from mallanmba offering improvements to bmfont and bmtext, incl...mallanmba2017-04-2028-72/+2295
* | 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-272-74/+124
|\|
| * Fixed BillboardNode for better usage in camera setups other than Y-up. Added...Joshua Slack2017-04-202-74/+124
| * Fix problem with billboard stretching when rotating around z axisSaeid2015-03-171-2/+3
* | Adds some missing calls to rewind() into Box.javaJulien Gouesse2017-09-291-9/+12
* | Fixes the distance comparator when both distances are equalJulien Gouesse2017-09-101-9/+12
* | Removes a useless todo notice from the geometry toolJulien Gouesse2016-08-201-39/+39
* | Updates the copyright headers and templatesJulien Gouesse2016-08-07369-369/+369
* | Switches from Java 1.6 to Java 1.7 and fixes numerous warningsJulien Gouesse2016-06-3098-594/+527
* | Fixes a bug in the collision tree, fix provided by Runiter: https://github.co...Julien Gouesse2016-04-271-14/+18
* | Minor javadoc fixesJulien Gouesse2016-03-201-3/+10
* | Uses the default loader when the type is unknown in ImageLoaderUtil instead o...Julien Gouesse2016-03-201-3/+3
* | Minor code style issues fixed in ImageUtilsJulien Gouesse2016-02-231-11/+12
* | Allows the geometry tool to use direct NIO buffers when converting an indexed...Julien Gouesse2015-11-251-10/+21
* | Allows to create indirect NIO buffers when minimizing a geometry (optional)Julien Gouesse2015-11-251-9/+147
* | Improves the creation of NIO buffers on the heapJulien Gouesse2015-11-251-0/+104
* | Moves some methods from T.U.E.R into ImageUtilsJulien Gouesse2015-11-021-1/+223
* | Implements equals() and hashCode() in the classes of the bounding volumesJulien Gouesse2015-11-024-93/+240
* | Throws an exception when trying to access rotated sizes whereas the rotation ...Julien Gouesse2015-10-231-4/+8
* | Uses the rotated width and height within the canvas renderer in order to fix ...Julien Gouesse2015-10-221-0/+28
* | Ensures that the display settings stored into JoglNewtWindow reflect the chos...Julien Gouesse2015-10-221-20/+29