aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switches from Java 1.6 to Java 1.7 and fixes numerous warningsJulien Gouesse2016-06-30283-2204/+1919
* Fixes a bug in the collision tree, fix provided by Runiter: https://github.co...Julien Gouesse2016-04-271-14/+18
* Switches to JUnit 4.12 and fixes the javadoc creation with Java 1.8 (disables...Julien Gouesse2016-03-201-2/+3
* Minor javadoc fixesJulien Gouesse2016-03-202-7/+15
* Fixes the javadoc of ardor3d-animationJulien Gouesse2016-03-2020-116/+138
* Uses the default loader when the type is unknown in ImageLoaderUtil instead o...Julien Gouesse2016-03-201-3/+3
* Fixes a NullPointerException occuring (sometimes) when resizing a JoglSwingCa...Julien Gouesse2016-02-231-21/+32
* Minor code style issues fixed in ImageUtilsJulien Gouesse2016-02-231-11/+12
* Drops applet support: http://github.com/gouessej/Ardor3D/issues/22Julien Gouesse2016-02-232-408/+0
* Enables all debug information by default and fixes the default encoding of th...Julien Gouesse2016-01-081-0/+2
* 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
* Disables the use of GLSL in GLJPanel used in JoglSwingCanvas as it caused too...Julien Gouesse2015-10-302-4/+7
* Throws an exception when trying to access rotated sizes whereas the rotation ...Julien Gouesse2015-10-231-4/+8
* Merge pull request #21 from AndiMb/masterJulien Gouesse2015-10-231-0/+1
|\
| * + fixed bug when using the right mouse buttonhauffe2015-10-231-0/+1
|/
* Uses the rotated width and height within the canvas renderer in order to fix ...Julien Gouesse2015-10-222-6/+33
* Ensures that the display settings stored into JoglNewtWindow reflect the chos...Julien Gouesse2015-10-224-42/+76
* Adds the screen rotation into the display settings, allows to pass (0,0) as a...Julien Gouesse2015-10-213-75/+253
* Updates JogAmp, uses the build 2.3.2Julien Gouesse2015-10-132-3/+3
* Improves the fix of the issue #14Julien Gouesse2015-10-131-3/+13
* Disables HiDPI by default, see the issue #14: https://github.com/gouessej/Ard...Julien Gouesse2015-10-124-5/+20
* Updates JogAmp, uses the build 2.3.2-rc-20150929Julien Gouesse2015-09-302-3/+3
* Updates JogAmp, uses the build 2.3.2-rc-20150927Julien Gouesse2015-09-272-3/+3
* Disables the cobertura plugin in the Maven buildJulien Gouesse2015-09-261-2/+2
* Updates JogAmp, uses the build 2.3.2-rc-20150926 in the Gradle build tooJulien Gouesse2015-09-262-23/+30
* Updates JogAmp, uses the build 2.3.2-rc-20150926Julien Gouesse2015-09-261-1/+1
* Fixes the OpenGL ES 2 support, not exposed yet anywayJulien Gouesse2015-09-253-5/+9
* Fixes the long standing bug occurring when exiting the demos, the OpenGL clea...Julien Gouesse2015-09-213-16/+45
* Uses some less misleading package names in ardor3d-jogl-awt and ardor3d-jogl-...Julien Gouesse2015-09-2016-23/+39
* Replaces lots of calls to the Guava map maker by some weak hashmaps, fixes th...Julien Gouesse2015-09-2010-317/+315
* Fixes the bug #5: ardor3d-collada shouldn't go on using org.jdom2.xpath.XPath...Julien Gouesse2015-09-202-44/+28
* Moves the only dependency on AWT in ardor3d-ui into ardor3d-awtJulien Gouesse2015-09-204-5/+42
* Moves the classes of the JOGL backend depending on AWT into ardor3d-jogl-awtJulien Gouesse2015-09-2012-0/+48
* Updates JOGL (2.3.2 RC 20150812), moves the image format detection from Ardor...Julien Gouesse2015-08-284-390/+14