aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Keeps only the JogAmp backendJulien Gouesse2014-05-2871-12495/+32
* | | Copies the controller based on JInput 2.0.6 into the JogAmp backendJulien Gouesse2014-05-283-0/+141
* | | Fixes the orientation of the billboard node when Z = 1 (suggested by Runiter:...Julien Gouesse2014-05-191-2/+4
* | | Switch to JOGL 2.2.0-rc-20140512Julien Gouesse2014-05-151-1/+1
* | | Adds a few comments into JoglAwtCanvas and clarifies the use of the buffer sw...Julien Gouesse2014-03-202-5/+8
* | | Fixes a regression found by the JGO member orange451 http://www.java-gaming.o...Julien Gouesse2014-03-201-7/+9
* | | Creates the correct debug pipeline matching with any GL instance used by the ...Julien Gouesse2014-02-231-38/+2
* | | glFlush() shouldn't be called just before swapBuffers() in the JOGL rendererJulien Gouesse2014-02-151-3/+5
* | | Does not drop and reclaim the OpenGL context in JoglCanvasRenderer.draw() by ...Julien Gouesse2014-02-151-4/+37
* | | Calls Thread.sleep(5) only when there is no current OpenGL context yet in Jog...Julien Gouesse2014-02-151-8/+12
* | | Adds a working example for the MD3 importerJulien Gouesse2014-02-114-0/+82