aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-core/src
Commit message (Expand)AuthorAgeFilesLines
* Prepares the removal of deprecated calls to URL constructors to improve the s...Julien Gouesse2023-04-093-2/+16
* Removes some deprecated calls in order to ease compilation with future versio...Julien Gouesse2023-02-156-52/+13
* Removes another warning message to drive the compilation future-proofJulien Gouesse2022-10-241-1/+1
* Adds a default constructor without arguments into PhysicalLayerJulien Gouesse2021-09-041-1/+7
* Removes the misleading VBO interleaved data modeJulien Gouesse2021-08-306-198/+30
* Adds a method to retrieve the normals of a primitiveJulien Gouesse2021-03-041-0/+44
* Fixes a spelling mistake in a commentJulien Gouesse2021-02-271-7/+7
* Removes the remaining references to GithubJulien Gouesse2019-08-211-1/+1
* Fixes some warnings in the Java documentation of ardor3d-coreJulien Gouesse2019-06-305-10/+138
* Fixes some warnings in the Java documentation of ardor3d-coreJulien Gouesse2019-06-3032-154/+329
* Fixes some warnings in the Java documentation of ardor3d-coreJulien Gouesse2019-06-188-34/+74
* Fixes some warnings in the Java documentation of ardor3d-coreJulien Gouesse2019-06-179-77/+137
* Fixes some errors in the Java documentation of ardor3d-coreJulien Gouesse2019-06-1612-104/+125
* Fixes some errors in the Java documentation of ardor3d-coreJulien Gouesse2019-06-1429-257/+320
* Fixes some errors in the Java documentation of ardor3d-coreJulien Gouesse2019-06-1417-229/+259
* Fixes some errors in the Java documentation of ParallelSplitShadowMapPassJulien Gouesse2019-06-033-53/+62
* Replaces Guava's Multimap by Java Map in ardor3d-collada and removes Google G...Julien Gouesse2019-05-281-2/+2
* Replaces Guava's Multimap by Java Map in MeshCombiner (issue #13)Julien Gouesse2019-05-281-16/+37
* 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