aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Modifies the attribution of the project in pom.xml and prepares the deploymen...Julien Gouesse2014-09-241-15/+29
* Adds a few FIXME notes into BoundingSphere.javaJulien Gouesse2014-09-241-0/+2
* Moves a test into the appropriate directory in ardor3d-uiJulien Gouesse2014-09-241-0/+0
* Merge pull request #11 from github-user-test/masterJulien Gouesse2014-09-042-2/+10
|\
| * read extra information for nodesNick Boorman2014-09-032-2/+10
|/
* Updates Guava (18.0), I forgot Gradle...Julien Gouesse2014-09-031-1/+1
* Removes the unused thumbnails from ardor3d-examplesJulien Gouesse2014-09-024-0/+0
* Updates Guava (18.0)Julien Gouesse2014-09-021-1/+1
* Improves the ES code pathsJulien Gouesse2014-08-1710-248/+469
* Forces the use of OpenGL-ES 1 if possible when OpenGL-ES 2 is supportedJulien Gouesse2014-08-161-0/+7
* Drives the OpenGL-ES code path more robust when managing textures, blending a...Julien Gouesse2014-08-163-41/+120
* Drives the OpenGL-ES code path more robust when generating the mipmaps (ugly ...Julien Gouesse2014-08-161-33/+62
* Drives the OpenGL-ES code path more robust when setting the shading modelJulien Gouesse2014-08-151-1/+3
* Ports the JOGL bubble mark example to NEWTJulien Gouesse2014-08-152-5/+3
* Ports the JOGL basic example to NEWTJulien Gouesse2014-08-151-4/+4
* Drives the OpenGL-ES code path more robust, especially when dealing with the ...Julien Gouesse2014-08-151-2/+6
* Drives the OpenGL-ES code path more robust, especially when dealing with the ...Julien Gouesse2014-08-152-9/+15
* Drives the OpenGL-ES code path more robust, especially when dealing with the ...Julien Gouesse2014-08-152-32/+101
* Drives the OpenGL-ES code path more robust, especially when dealing with the ...Julien Gouesse2014-08-152-14/+34
* Sets the mipmap sizesJulien Gouesse2014-08-111-1/+11
* Adds the early mipmaps production into the image loaderJulien Gouesse2014-08-111-6/+33
* Lets JOGL indicate the vertical orientation of the texture dataJulien Gouesse2014-08-111-19/+8
* Stops using the deprecated Guava interface InputSupplier, replaces it by the ...Julien Gouesse2014-08-082-19/+19
* Comments some unused constructors in the normal generatorJulien Gouesse2014-08-081-2/+2
* Implements the hashCode() method of ShaderVariableJulien Gouesse2014-08-082-9/+31
* Renames the variable of the directional light in order to avoid name shadowingJulien Gouesse2014-08-081-1/+1
* Updates Guava (17.0)Julien Gouesse2014-08-082-2/+2
* Removes tons of warningsJulien Gouesse2014-08-085-60/+56
* Removes tons of warningsJulien Gouesse2014-08-08224-123/+889
* Updates JOGL (2.2.0)Julien Gouesse2014-08-082-3/+3
* Merge branch 'master' of git://github.com/Renanse/Ardor3DJulien Gouesse2014-08-080-0/+0
|\
| * Merge pull request #69 from gouessej/masterJoshua Slack2014-02-0517-58/+884
| |\
* | | Drives the source code compatible with Java 1.6 anew (I thank Matt Eskridge f...Julien Gouesse2014-08-081-2/+9
* | | Fixes the TGA support and improves a lot the detection of image formatJulien Gouesse2014-08-042-80/+368
* | | Adds some 'override' annotations into ardor3d-coreJulien Gouesse2014-08-041-0/+1
* | | Adds some 'override' annotations into ardor3d-coreJulien Gouesse2014-08-042-0/+6
* | | Adds Gradle supportJulien Gouesse2014-08-0219-0/+405
* | | Fixes the .gitignore file once for all, removes the useless .gitignore from a...Julien Gouesse2014-08-022-2/+4
* | | The JOGL image loader claims to support GIF only when the AWT SPI is availabl...Julien Gouesse2014-08-011-17/+29
* | | Uses ImageLoaderUtil instead of invoking directly the JOGL image loaderJulien Gouesse2014-08-013-22/+26
* | | Adds some 'override' annotations into ardor3d-awtJulien Gouesse2014-08-016-3/+35
* | | Fixes the vertical orientation of images loaded by JOGL without delegating to...Julien Gouesse2014-08-011-7/+27
* | | Adds a mechanism to determine the image type by using the magic number of the...Julien Gouesse2014-08-011-2/+96
* | | Switches to JOGL 2.2.0-rc-20140731Julien Gouesse2014-07-313-4/+24
* | | Does no longer use the default texture when loading a MD2 model so that the i...Julien Gouesse2014-07-131-23/+13
* | | Avoids a NullPointerException in the texture manager when the deleter is null...Julien Gouesse2014-07-131-1/+6
* | | Uses a temporary dirty kludge to prevent the import of a MD2 model from faili...Julien Gouesse2014-07-131-15/+25
* | | Drives the WaveFront OBJ exporter more robust when manipulating a texture keyJulien Gouesse2014-07-131-15/+20
* | | Improves the logging message when a resource cannot be located, shows the exp...Julien Gouesse2014-07-131-3/+3
* | | Switches to JOGL 2.2.0-rc-20140613Julien Gouesse2014-06-182-3/+3