aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disables the use of GLSL in GLJPanel used in JoglSwingCanvas as it caused ↵Julien Gouesse2015-10-302-4/+7
| | | | too much troubles with other GLSL shaders and the wireframe state
* Throws an exception when trying to access rotated sizes whereas the rotation ↵Julien Gouesse2015-10-231-4/+8
| | | | angle is invalid in the display settings
* Merge pull request #21 from AndiMb/masterJulien Gouesse2015-10-231-0/+1
|\ | | | | fixed bug when using the right mouse button
| * + 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
| | | | the management of the rotation
* Ensures that the display settings stored into JoglNewtWindow reflect the ↵Julien Gouesse2015-10-224-42/+76
| | | | chosen capabilities
* Adds the screen rotation into the display settings, allows to pass (0,0) as ↵Julien Gouesse2015-10-213-75/+253
| | | | a screen size in fullscreen mode to use the current size of the screen (composed of one or more physical monitors), partially supports multiple monitors in JoglNewtWindow
* 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: ↵Julien Gouesse2015-10-124-5/+20
| | | | https://github.com/gouessej/Ardor3D/issues/14
* 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 ↵Julien Gouesse2015-09-213-16/+45
| | | | cleanup failed because it was started after the destruction of the OpenGL context, far too late
* Uses some less misleading package names in ardor3d-jogl-awt and ↵Julien Gouesse2015-09-2016-23/+39
| | | | ardor3d-jogl-swt, renames JoglCanvas JoglAwtWindow
* Replaces lots of calls to the Guava map maker by some weak hashmaps, fixes ↵Julien Gouesse2015-09-2010-317/+315
| | | | the issue #13
* Fixes the bug #5: ardor3d-collada shouldn't go on using ↵Julien Gouesse2015-09-202-44/+28
| | | | org.jdom2.xpath.XPath: https://github.com/gouessej/Ardor3D/issues/5
* 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 ↵Julien Gouesse2015-08-284-390/+14
| | | | Ardor3D to JOGL
* Adds the support of 9 mouse buttons into the JOGL backends of the other ↵Julien Gouesse2015-08-285-8/+153
| | | | toolkits (SWT, AWT)
* Fixes the issue #18Julien Gouesse2015-08-144-27/+184
|
* Updates the Gradle build scriptJulien Gouesse2015-08-131-2/+2
|
* Switches to JOGL 2.3.2 RC 20150716Julien Gouesse2015-08-101-1/+1
|
* Fixes the read limit when marking a stream in the JOGL image loaderJulien Gouesse2015-08-101-1/+1
|
* Switches to Gradle 2.2Julien Gouesse2015-07-121-1/+1
|
* Adds a comment into JoglSwingCanvas about the possible conflicts between the ↵Julien Gouesse2015-07-031-5/+7
| | | | shaders used by JOGL to flip the pixels and those of Ardor3D
* Fixes the issue #17Julien Gouesse2015-04-211-18/+17
|
* Documents, fixes and simplifies a bit the JOGL image file format detection ↵Julien Gouesse2015-04-011-19/+58
| | | | mechanism
* Fixes the bug #16: the shader id was passed but used as a program idJulien Gouesse2015-04-011-12/+12
|
* Merge branch 'master' of git://github.com/Renanse/Ardor3DJulien Gouesse2015-03-290-0/+0
|\
| * Merge pull request #73 from runiter/masterJoshua Slack2015-03-171-2/+3
| |\ | | | | | | Fix problem with billboard stretching when rotating around z axis
| | * Fix problem with billboard stretching when rotating around z axisSaeid2015-03-171-2/+3
| |/
* | Updates JOGL (2.3.1)Julien Gouesse2015-03-292-3/+3
| |
* | Updates JOGL (2.3.0)Julien Gouesse2015-03-136-195/+192
| |
* | Moves the JOGL SWT canvases into a separate sub-project called ardor3d-jogl-swtJulien Gouesse2015-02-1011-117/+48
| |
* | Uses JOGL 2.3.0 RC 20150205Julien Gouesse2015-02-0940-152/+149
| |
* | Adds some methods to get and set the size of the window into JoglNewtWindow, ↵Julien Gouesse2015-02-093-12/+77
| | | | | | | | clarifies the documentation (window units/pixel units)
* | Moves the controller based on JInput into a separate sub-project called ↵Julien Gouesse2015-01-209-5/+41
| | | | | | | | ardor3d-jinput
* | Fixes the texts of the examples and adds a thumbnail into the mountain ↵Julien Gouesse2014-11-276-13/+25
| | | | | | | | shadow terrain example
* | Uses the JOGL NEWT image loader in JoglBasicExampleJulien Gouesse2014-11-251-6/+6
| |
* | Uses a dumb GLU instance in the renderer as it's only used to get error stringsJulien Gouesse2014-10-101-4/+1
| |
* | Updates JOGL (2.2.4)Julien Gouesse2014-10-102-3/+3
| |
* | Caches the GLU instancesJulien Gouesse2014-10-102-7/+14
| |
* | Updates JOGL (2.2.1)Julien Gouesse2014-09-302-3/+3
| |
* | Stops using Guava to create the lists, the sets and the maps except when it ↵Julien Gouesse2014-09-24132-510/+474
| | | | | | | | is really necessary
* | Modifies the attribution of the project in pom.xml and prepares the ↵Julien Gouesse2014-09-241-15/+29
| | | | | | | | deployment on JogAmp