aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'ec637d5a3fffe01ed4346c73fab91d8447a7192d'Julien Gouesse2018-01-273-8/+345
|\
| * Added a new 9-slice capable BMTextBackground to use with BMText/BasicText and...Joshua Slack2017-04-213-8/+345
* | 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-2712-146/+180
|\|
| * Cleaned up various warningsJoshua Slack2017-04-2014-205/+226
* | Merges Renanse's commit 2d335b378ab5a4ab98741117230e82d3c7cb8a69Julien Gouesse2018-01-270-0/+0
|\|
| * Updated target to Java 1.7Joshua Slack2017-04-2014-54/+91
* | 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-277-90/+328
|\|
| * Fixed BillboardNode for better usage in camera setups other than Y-up. Added...Joshua Slack2017-04-207-90/+328
* | Merges mallanmba's commit c4460a3ef2df44b353bb9164400c6bd0879523a5Julien Gouesse2018-01-278-70/+983
|\|
| * Contributions from mallanmba allowing simpler adding of shadowcasters and res...mallanmba2017-04-198-41/+112
* | Merges mallanmba's commit 8ea0c83909327832f6ec575b752153b5ed6366fbJulien Gouesse2018-01-2614-49/+162
|\|
| * Contributions from mallanmba regarding improvements and fixes to the Ardor3D ...mallanmba2017-04-1914-44/+156
* | Merges Renanse's commit d07dfa20670807a588bfa0f643d88e8b8183d118Julien Gouesse2018-01-261-8/+15
|\|
| * Merge pull request #77 from mallanmba/masterJoshua Slack2017-04-122-10/+17
| |\
| | * fix clipmap terrain when view moves outside original cache bounds by removing...mallanmba2016-01-271-8/+15
| | * replace Java7 constructmallanmba2016-01-271-2/+2
* | | Merges Renanse's commit 0ceb20b296134b6f647e00bca20901097d43294eJulien Gouesse2018-01-261-1/+1
|\| |
| * | updated to a version visible in mavenJoshua Slack2017-02-211-1/+1
| |/
* | 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
* | Switches to Guava 19.0Julien Gouesse2016-08-302-2/+2
* | Updates the READMEJulien Gouesse2016-08-271-2/+2
* | Avoids keeping a useless stream opened in the PLY importerJulien Gouesse2016-08-231-275/+296
* | Adds the support of texture coordinates contained by the vertices into the PL...Julien Gouesse2016-08-233-5/+42
* | Fixes the support of textures in the PLY importerJulien Gouesse2016-08-211-1/+12
* | Adds the support of binary files into the PLY importerJulien Gouesse2016-08-211-117/+224
* | No longer relies on the file helper to determine whether a PLY file is in ASC...Julien Gouesse2016-08-211-173/+125
* | Reads the header of the binary file in the PLY importerJulien Gouesse2016-08-201-290/+280
* | Adds the support of edges into the PLY importerJulien Gouesse2016-08-201-3/+46
* | Adds the support of quads and several index modes into the PLY importerJulien Gouesse2016-08-201-15/+68
* | Removes a useless todo notice from the geometry toolJulien Gouesse2016-08-201-39/+39
* | First blueprint of the PLY importer, work in progressJulien Gouesse2016-08-209-0/+15946
* | Fixes the management of the parenthesis within expressions in the Eclipse set...Julien Gouesse2016-08-1720-14/+659
* | Extracts the most common model properties of a material into a separate classJulien Gouesse2016-08-175-125/+398
* | Drives the STL importer more robust, support 'endsolid' and 'end solid', simp...Julien Gouesse2016-08-171-243/+232
* | Fixes a comment in the STL importerJulien Gouesse2016-08-171-1/+1
* | Initializes the fields of the data stores in their respective constructorsJulien Gouesse2016-08-134-13/+31
* | Improves a warning message displayed when a model in a STL file has no name a...Julien Gouesse2016-08-131-1/+1
* | Updates the copyright headers and templatesJulien Gouesse2016-08-071005-1005/+1005
* | Adds an example using the STL importerJulien Gouesse2016-08-073-0/+2677
* | Switches from Java 1.6 to Java 1.7 in ardor3d-performance and in the Gradle s...Julien Gouesse2016-07-303-6/+6
* | Removes any method chaining from ObjImporterJulien Gouesse2016-07-071-13/+7
* | Adds a STL importer into ardor3d-extrasJulien Gouesse2016-07-074-0/+734
* | Adds a utility to check whether a file contains only US ASCII characters into...Julien Gouesse2016-06-301-0/+74