aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-core/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Adds the screen rotation into the display settings, allows to pass (0,0) as a...Julien Gouesse2015-10-211-53/+71
* | Replaces lots of calls to the Guava map maker by some weak hashmaps, fixes th...Julien Gouesse2015-09-208-297/+295
* | Moves the only dependency on AWT in ardor3d-ui into ardor3d-awtJulien Gouesse2015-09-202-0/+41
* | Adds the support of 9 mouse buttons into the JOGL backends of the other toolk...Julien Gouesse2015-08-283-6/+116
* | Fixes the issue #18Julien Gouesse2015-08-142-21/+101
* | Updates JOGL (2.3.0)Julien Gouesse2015-03-131-64/+64
* | Adds some methods to get and set the size of the window into JoglNewtWindow, ...Julien Gouesse2015-02-091-8/+8
* | Stops using Guava to create the lists, the sets and the maps except when it i...Julien Gouesse2014-09-2433-104/+85
* | Adds a few FIXME notes into BoundingSphere.javaJulien Gouesse2014-09-241-0/+2
* | Comments some unused constructors in the normal generatorJulien Gouesse2014-08-081-2/+2
* | Implements the hashCode() method of ShaderVariableJulien Gouesse2014-08-081-8/+29
* | Removes tons of warningsJulien Gouesse2014-08-0883-98/+485
* | Adds some 'override' annotations into ardor3d-coreJulien Gouesse2014-08-041-0/+1
* | Adds some 'override' annotations into ardor3d-coreJulien Gouesse2014-08-042-0/+6
* | Avoids a NullPointerException in the texture manager when the deleter is null...Julien Gouesse2014-07-131-1/+6
* | Improves the logging message when a resource cannot be located, shows the exp...Julien Gouesse2014-07-131-3/+3
* | Keeps only the JogAmp backendJulien Gouesse2014-05-282-3/+2
* | Fixes the orientation of the billboard node when Z = 1 (suggested by Runiter:...Julien Gouesse2014-05-191-2/+4
|/
* Fix typos in Javadoc comments.Vincent Cantin2014-01-028-16/+16
* Allows to override GeometryToolJulien Gouesse2013-11-181-5/+9