aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-core
Commit message (Expand)AuthorAgeFilesLines
* Throws an exception when trying to access rotated sizes whereas the rotation ...Julien Gouesse2015-10-231-4/+8
* Uses the rotated width and height within the canvas renderer in order to fix ...Julien Gouesse2015-10-221-0/+28
* Ensures that the display settings stored into JoglNewtWindow reflect the chos...Julien Gouesse2015-10-221-20/+29
* Adds the screen rotation into the display settings, allows to pass (0,0) as a...Julien Gouesse2015-10-211-53/+71
* Replaces lots of calls to the Guava map maker by some weak hashmaps, fixes th...Julien Gouesse2015-09-208-297/+295
* Moves the only dependency on AWT in ardor3d-ui into ardor3d-awtJulien Gouesse2015-09-202-0/+41
* Adds the support of 9 mouse buttons into the JOGL backends of the other toolk...Julien Gouesse2015-08-283-6/+116
* Fixes the issue #18Julien Gouesse2015-08-142-21/+101
* Updates JOGL (2.3.0)Julien Gouesse2015-03-131-64/+64
* Adds some methods to get and set the size of the window into JoglNewtWindow, ...Julien Gouesse2015-02-091-8/+8
* Stops using Guava to create the lists, the sets and the maps except when it i...Julien Gouesse2014-09-2433-104/+85
* Adds a few FIXME notes into BoundingSphere.javaJulien Gouesse2014-09-241-0/+2
* Updates Guava (18.0), I forgot Gradle...Julien Gouesse2014-09-031-1/+1
* Comments some unused constructors in the normal generatorJulien Gouesse2014-08-081-2/+2
* Implements the hashCode() method of ShaderVariableJulien Gouesse2014-08-081-8/+29
* Updates Guava (17.0)Julien Gouesse2014-08-081-1/+1
* Removes tons of warningsJulien Gouesse2014-08-0883-98/+485
* 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-021-0/+6
* Avoids a NullPointerException in the texture manager when the deleter is null...Julien Gouesse2014-07-131-1/+6
* Improves the logging message when a resource cannot be located, shows the exp...Julien Gouesse2014-07-131-3/+3
* Keeps only the JogAmp backendJulien Gouesse2014-05-282-3/+2
* Fixes the orientation of the billboard node when Z = 1 (suggested by Runiter:...Julien Gouesse2014-05-191-2/+4
* Fix typos in Javadoc comments.Vincent Cantin2014-01-028-16/+16
* Allows to override GeometryToolJulien Gouesse2013-11-181-5/+9
* Fixes the texture coordinates and adds a warning about the flipped textures i...Julien Gouesse2013-11-151-6/+6
* Adds getPrimitiveTextureCoords into MeshDataJulien Gouesse2013-11-111-0/+49
* [maven-release-plugin] prepare for next development iterationneothemachine2013-07-231-1/+1
* [maven-release-plugin] prepare release v0.9v0.9neothemachine2013-07-231-1/+1
* Adds the support of 9 mouse buttons into the JOGL 2.0 NEWT backendJulien Gouesse2013-06-181-1/+1
* Allows to control the creation of the renderer in the canvas rendererJulien Gouesse2013-04-261-0/+7
* Cleaned up and fixed the pom.xml files.Vincent Cantin2013-04-071-43/+17
* Fixes the regression introduced by my previous commitJulien Gouesse2013-04-0319-24/+36
* Allows the use of clip planes with OpenGL-ES1Julien Gouesse2013-04-022-3/+28
* Gets Renanse's changesJulien Gouesse2013-03-271-113/+113
* Merge pull request #30 from gouessej/masterJoshua Slack2013-03-275-6/+50
|\
| * Adds OpenGL-ES 2.0 support, prepares the use of PMVMatrix (work in progress)Julien Gouesse2013-03-221-1/+6
| * Uses the proper buffer size when using ScreenExporter with JOGL 2.0Julien Gouesse2013-03-093-3/+40
| * Merge branch 'master' of git://github.com/Renanse/Ardor3DJulien Gouesse2013-03-091-1/+1
| |\
| * | Fixes GeneratedTexturesExample (several rewind() calls were missing in the API)Julien Gouesse2013-03-091-2/+4
* | | Fix to primitive constructionRenanse2013-03-251-1/+1
* | | Merge remote-tracking branch 'origin/master'Renanse2013-03-252-0/+34
|\ \ \
| * | | Added support for handling ExecutionExceptions that happen when aneothemachine2013-03-192-0/+34
* | | | Small update for lwjgl vbo, using their no arg vbo buffer creationRenanse2013-03-251-1/+1
|/ / /
* | | Allow injecting of GameTask directly.Renanse2013-03-151-0/+10
* | | Fields are now protected.Renanse2013-03-141-9/+12
* | | Merge remote-tracking branch 'origin/master'Renanse2013-03-14109-8632/+8705
|\ \ \ | | |/ | |/|
| * | removed debug boolean and attempt to reduce object creation inrenanse2013-02-241-1/+1
| |/
| * normalized line endingsneothemachine2013-02-2177-8416/+8416