| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes the management of the parenthesis within expressions in the Eclipse set... | Julien Gouesse | 2016-08-17 | 1 | -1/+1 |
* | Updates the copyright headers and templates | Julien Gouesse | 2016-08-07 | 43 | -43/+43 |
* | Switches from Java 1.6 to Java 1.7 and fixes numerous warnings | Julien Gouesse | 2016-06-30 | 7 | -11/+11 |
* | Minor javadoc fixes | Julien Gouesse | 2016-03-20 | 1 | -4/+5 |
* | Disables the use of GLSL in GLJPanel used in JoglSwingCanvas as it caused too... | Julien Gouesse | 2015-10-30 | 1 | -0/+6 |
* | Uses the rotated width and height within the canvas renderer in order to fix ... | Julien Gouesse | 2015-10-22 | 1 | -6/+5 |
* | Ensures that the display settings stored into JoglNewtWindow reflect the chos... | Julien Gouesse | 2015-10-22 | 3 | -22/+47 |
* | Adds the screen rotation into the display settings, allows to pass (0,0) as a... | Julien Gouesse | 2015-10-21 | 2 | -22/+182 |
* | Updates JogAmp, uses the build 2.3.2 | Julien Gouesse | 2015-10-13 | 1 | -2/+2 |
* | Disables HiDPI by default, see the issue #14: https://github.com/gouessej/Ard... | Julien Gouesse | 2015-10-12 | 1 | -5/+8 |
* | Updates JogAmp, uses the build 2.3.2-rc-20150929 | Julien Gouesse | 2015-09-30 | 1 | -2/+2 |
* | Updates JogAmp, uses the build 2.3.2-rc-20150927 | Julien Gouesse | 2015-09-27 | 1 | -2/+2 |
* | Updates JogAmp, uses the build 2.3.2-rc-20150926 in the Gradle build too | Julien Gouesse | 2015-09-26 | 1 | -2/+2 |
* | Fixes the OpenGL ES 2 support, not exposed yet anyway | Julien Gouesse | 2015-09-25 | 3 | -5/+9 |
* | Moves the classes of the JOGL backend depending on AWT into ardor3d-jogl-awt | Julien Gouesse | 2015-09-20 | 6 | -711/+0 |
* | Updates JOGL (2.3.2 RC 20150812), moves the image format detection from Ardor... | Julien Gouesse | 2015-08-28 | 3 | -389/+13 |
* | Fixes the issue #18 | Julien Gouesse | 2015-08-14 | 2 | -6/+83 |
* | Updates the Gradle build script | Julien Gouesse | 2015-08-13 | 1 | -2/+2 |
* | Fixes the read limit when marking a stream in the JOGL image loader | Julien Gouesse | 2015-08-10 | 1 | -1/+1 |
* | Adds a comment into JoglSwingCanvas about the possible conflicts between the ... | Julien Gouesse | 2015-07-03 | 1 | -5/+7 |
* | Fixes the issue #17 | Julien Gouesse | 2015-04-21 | 1 | -18/+17 |
* | Documents, fixes and simplifies a bit the JOGL image file format detection me... | Julien Gouesse | 2015-04-01 | 1 | -19/+58 |
* | Fixes the bug #16: the shader id was passed but used as a program id | Julien Gouesse | 2015-04-01 | 1 | -12/+12 |
* | Updates JOGL (2.3.1) | Julien Gouesse | 2015-03-29 | 1 | -2/+2 |
* | Updates JOGL (2.3.0) | Julien Gouesse | 2015-03-13 | 4 | -130/+127 |
* | Moves the JOGL SWT canvases into a separate sub-project called ardor3d-jogl-swt | Julien Gouesse | 2015-02-10 | 5 | -377/+0 |
* | Uses JOGL 2.3.0 RC 20150205 | Julien Gouesse | 2015-02-09 | 38 | -150/+147 |
* | Adds some methods to get and set the size of the window into JoglNewtWindow, ... | Julien Gouesse | 2015-02-09 | 2 | -4/+69 |
* | Moves the controller based on JInput into a separate sub-project called ardor... | Julien Gouesse | 2015-01-20 | 3 | -131/+0 |
* | Uses a dumb GLU instance in the renderer as it's only used to get error strings | Julien Gouesse | 2014-10-10 | 1 | -4/+1 |
* | Updates JOGL (2.2.4) | Julien Gouesse | 2014-10-10 | 1 | -2/+2 |
* | Caches the GLU instances | Julien Gouesse | 2014-10-10 | 2 | -7/+14 |
* | Updates JOGL (2.2.1) | Julien Gouesse | 2014-09-30 | 1 | -2/+2 |
* | Stops using Guava to create the lists, the sets and the maps except when it i... | Julien Gouesse | 2014-09-24 | 3 | -10/+7 |
* | Improves the ES code paths | Julien Gouesse | 2014-08-17 | 10 | -248/+469 |
* | Forces the use of OpenGL-ES 1 if possible when OpenGL-ES 2 is supported | Julien Gouesse | 2014-08-16 | 1 | -0/+7 |
* | Drives the OpenGL-ES code path more robust when managing textures, blending a... | Julien Gouesse | 2014-08-16 | 3 | -41/+120 |
* | Drives the OpenGL-ES code path more robust when generating the mipmaps (ugly ... | Julien Gouesse | 2014-08-16 | 1 | -33/+62 |
* | Drives the OpenGL-ES code path more robust when setting the shading model | Julien Gouesse | 2014-08-15 | 1 | -1/+3 |
* | Ports the JOGL bubble mark example to NEWT | Julien Gouesse | 2014-08-15 | 1 | -1/+1 |
* | Drives the OpenGL-ES code path more robust, especially when dealing with the ... | Julien Gouesse | 2014-08-15 | 1 | -2/+6 |
* | Drives the OpenGL-ES code path more robust, especially when dealing with the ... | Julien Gouesse | 2014-08-15 | 2 | -9/+15 |
* | Drives the OpenGL-ES code path more robust, especially when dealing with the ... | Julien Gouesse | 2014-08-15 | 2 | -32/+101 |
* | Drives the OpenGL-ES code path more robust, especially when dealing with the ... | Julien Gouesse | 2014-08-15 | 2 | -14/+34 |
* | Sets the mipmap sizes | Julien Gouesse | 2014-08-11 | 1 | -1/+11 |
* | Adds the early mipmaps production into the image loader | Julien Gouesse | 2014-08-11 | 1 | -6/+33 |
* | Lets JOGL indicate the vertical orientation of the texture data | Julien Gouesse | 2014-08-11 | 1 | -19/+8 |
* | Updates JOGL (2.2.0) | Julien Gouesse | 2014-08-08 | 1 | -2/+2 |
* | Fixes the TGA support and improves a lot the detection of image format | Julien Gouesse | 2014-08-04 | 2 | -80/+368 |
* | Adds Gradle support | Julien Gouesse | 2014-08-02 | 1 | -0/+9 |