aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-jogl
Commit message (Collapse)AuthorAgeFilesLines
* Replaces com.ardor3d by org.jogamp.ardor3d in the Maven group idJulien Gouesse2019-06-301-1/+1
|
* Fixes some errors in the Java documentation of ardor3d-joglJulien Gouesse2019-06-017-93/+206
|
* Replaces Guava's enum multisets by Java EnumMap (issue #13)Julien Gouesse2019-05-271-9/+8
|
* Fixes a bug introduced while fixing the issue #13: the keyboard input was no ↵Julien Gouesse2019-05-271-5/+2
| | | | longer working when using JOGL with NEWT
* Sets the compiler compliance to 1.8Julien Gouesse2019-05-261-3/+5
|
* Replaces Guava's PeekingIteratorJulien Gouesse2018-09-132-38/+6
|
* Replaces Guava's checkNotNull by Objects.requireNonNullJulien Gouesse2018-07-141-4/+4
|
* Replaces Guava's checkNonNull by Objects.requireNonNullJulien Gouesse2018-07-141-3/+2
|
* Merges several Renanse's commitsJulien Gouesse2018-01-275-28/+60
|\
| * Update to mouse manager allowing null to be passed to setCursor to signify ↵Joshua Slack2018-01-151-1/+5
| | | | | | | | clearing the cursor
| * Added new method to Canvas interface providing a way to store and retrieve ↵Joshua Slack2018-01-156-4/+82
| | | | | | | | the mouse manager for a given canvas.
| * Small tweak to eclipse project settingsJoshua Slack2018-01-041-1/+1
| |
| * Fixed bug with caps in Jogl recently introduced.Joshua Slack2017-10-181-3/+5
| |
| * Added some additional caps detection + divorced UIContainer standin texture ↵Joshua Slack2017-10-161-1/+10
| | | | | | | | size from camera. This should help in serveral situations such as window size being tiny during init, or different contexts having different window sizes.
| * Added centerOn method to UIComponent to make it simpler to center a ↵Joshua Slack2017-09-291-6/+3
| | | | | | | | | | | | | | component on another component or the hud. Fixed issue in sliders when min value is not 0. Clean up warnings.
| * Experimental conversion to gradleJoshua Slack2017-09-191-0/+8
| |
* | Merges Renanse's commit 9e9c406384a5ef51fd777d936932382f8dde0dc4Julien Gouesse2018-01-271-2/+3
|\|
| * Cleaned up various warningsJoshua Slack2017-04-201-3/+3
| |
| * Updated target to Java 1.7Joshua Slack2017-04-201-4/+7
| |
* | Fixes the management of the parenthesis within expressions in the Eclipse ↵Julien Gouesse2016-08-171-1/+1
| | | | | | | | settings
* | Updates the copyright headers and templatesJulien Gouesse2016-08-0743-43/+43
| |
* | Switches from Java 1.6 to Java 1.7 and fixes numerous warningsJulien Gouesse2016-06-307-11/+11
| |
* | Minor javadoc fixesJulien Gouesse2016-03-201-4/+5
| |
* | Disables the use of GLSL in GLJPanel used in JoglSwingCanvas as it caused ↵Julien Gouesse2015-10-301-0/+6
| | | | | | | | too much troubles with other GLSL shaders and the wireframe state
* | Uses the rotated width and height within the canvas renderer in order to fix ↵Julien Gouesse2015-10-221-6/+5
| | | | | | | | the management of the rotation
* | Ensures that the display settings stored into JoglNewtWindow reflect the ↵Julien Gouesse2015-10-223-22/+47
| | | | | | | | chosen capabilities
* | Adds the screen rotation into the display settings, allows to pass (0,0) as ↵Julien Gouesse2015-10-212-22/+182
| | | | | | | | 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-131-2/+2
| |
* | Disables HiDPI by default, see the issue #14: ↵Julien Gouesse2015-10-121-5/+8
| | | | | | | | https://github.com/gouessej/Ardor3D/issues/14
* | Updates JogAmp, uses the build 2.3.2-rc-20150929Julien Gouesse2015-09-301-2/+2
| |
* | Updates JogAmp, uses the build 2.3.2-rc-20150927Julien Gouesse2015-09-271-2/+2
| |
* | Updates JogAmp, uses the build 2.3.2-rc-20150926 in the Gradle build tooJulien Gouesse2015-09-261-2/+2
| |
* | Fixes the OpenGL ES 2 support, not exposed yet anywayJulien Gouesse2015-09-253-5/+9
| |
* | Moves the classes of the JOGL backend depending on AWT into ardor3d-jogl-awtJulien Gouesse2015-09-206-711/+0
| |
* | Updates JOGL (2.3.2 RC 20150812), moves the image format detection from ↵Julien Gouesse2015-08-283-389/+13
| | | | | | | | Ardor3D to JOGL
* | Fixes the issue #18Julien Gouesse2015-08-142-6/+83
| |
* | Updates the Gradle build scriptJulien Gouesse2015-08-131-2/+2
| |
* | Fixes the read limit when marking a stream in the JOGL image loaderJulien Gouesse2015-08-101-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
| |
* | Updates JOGL (2.3.1)Julien Gouesse2015-03-291-2/+2
| |
* | Updates JOGL (2.3.0)Julien Gouesse2015-03-134-130/+127
| |
* | Moves the JOGL SWT canvases into a separate sub-project called ardor3d-jogl-swtJulien Gouesse2015-02-105-377/+0
| |
* | Uses JOGL 2.3.0 RC 20150205Julien Gouesse2015-02-0938-150/+147
| |
* | Adds some methods to get and set the size of the window into JoglNewtWindow, ↵Julien Gouesse2015-02-092-4/+69
| | | | | | | | clarifies the documentation (window units/pixel units)
* | Moves the controller based on JInput into a separate sub-project called ↵Julien Gouesse2015-01-203-131/+0
| | | | | | | | ardor3d-jinput
* | 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-101-2/+2
| |