aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | * Takes the transforms into account when updating the morph meshJulien Gouesse2013-11-051-2/+21
| | | | |/
| | | | * Improves the previous commitJulien Gouesse2013-11-041-5/+8
| | | | |
| | | | * Modifies the JOGL renderer in order to support the changes introduced in the ↵Julien Gouesse2013-11-044-25/+23
| | | |/ | | | | | | | | | | | | public APIs of JOGL 2.1.x
| | | * Adds the missing new class DirectNioBuffersSetJulien Gouesse2013-10-111-0/+110
| | | |
| | | * Adds missing @Override annotations, fixes a few bugs and decreases the ↵Julien Gouesse2013-10-1116-141/+358
| | |/ | | | | | | | | | native memory footprint of the JOGL renderer
| | * Does not use the development repository to get the stable release of JOGL, ↵Julien Gouesse2013-08-111-2/+3
| | | | | | | | | | | | rather uses Maven Central
| | * Allows to skip auto-repeat eventsJulien Gouesse2013-08-012-43/+73
| |/
| * Switches to JOGL 2.0.2Julien Gouesse2013-07-302-5/+6
|/
* Merge pull request #57 from neothemachine/sonatypeJoshua Slack2013-07-281-0/+20
|\ | | | | Skip pom deployment for distribution module by default
| * skipping pom deployment for distribution module by default (exceptneothemachine2013-07-261-0/+20
| | | | | | hudson)
* | Merge pull request #56 from neothemachine/sonatypeJoshua Slack2013-07-252-121/+96
|\| | | | | Further cleanup of pom files
| * change cobertura output from xml to html (default) for the reportsneothemachine2013-07-251-3/+0
| |
| * added a note that 'compile' has to be run before running findbugsneothemachine2013-07-251-4/+7
| |
| * some more POM cleanupneothemachine2013-07-251-29/+28
| | | | | | | | - use Maven reporting properly - use jar-no-fork instead of jar for maven-sources-plugin
| * don't exclude distribution module from build + some POM refactoringneothemachine2013-07-252-99/+75
| | | | | | | | this prevents that the version number isn't bumped when using maven-release-plugin
* | Merge pull request #55 from neothemachine/sonatypeJoshua Slack2013-07-2516-110/+117
|\| | | | | POM changes for 0.9 release
| * [maven-release-plugin] prepare for next development iterationneothemachine2013-07-2316-18/+17
| |
| * [maven-release-plugin] prepare release v0.9v0.9neothemachine2013-07-2315-18/+18
| |
| * Prepared POMs for Maven Centralneothemachine2013-07-233-92/+100
|/ | | | | | The building of the zip assemblies now only happens when the "hudson" profile is used. Also, the default Maven repositories are now the Sonatype ones which are then overriden in the "hudson" profile to the ones of ardor3d.
* Merge pull request #53 from gouessej/masterJoshua Slack2013-06-263-11/+7
|\ | | | | Switches to JOGL 2.0.2 RC12
| * Switches to JOGL 2.0.2 RC12Julien Gouesse2013-06-263-11/+7
| |
* | Merge pull request #52 from gouessej/masterJoshua Slack2013-06-243-3/+3
|\| | | | | Switches to the post build 2.0.2 RC 20130619 and requires OpenGL 3.1 for draw instancing
| * Switches to the post build 2.0.2 RC 20130619Julien Gouesse2013-06-241-1/+1
| |
| * Requires OpenGL 3.1 to use draw instancingJulien Gouesse2013-06-242-2/+2
| |
* | Merge pull request #51 from gouessej/masterJoshua Slack2013-06-193-7/+29
|\| | | | | Fixes the offscreen rendering using FBOs and adds the support of more mouse buttons
| * Forces the rebinding of the texture only when the drawable uses a frame ↵Julien Gouesse2013-06-191-5/+3
| | | | | | | | buffer object as neothemachine suggested
| * Fixes offscreen support, forces the rebinding of the texture in this caseJulien Gouesse2013-06-181-1/+7
| |
| * Adds the support of 9 mouse buttons into the JOGL 2.0 NEWT backendJulien Gouesse2013-06-182-6/+24
| |
* | Merge pull request #50 from gouessej/masterJoshua Slack2013-06-179-47/+72
|\| | | | | Switches to the post build 2.0.2 RC 20130613 (pre-RC12)
| * Merge branch 'master' of git://github.com/Renanse/Ardor3DJulien Gouesse2013-06-130-0/+0
| |\ | |/ |/|
* | Merge pull request #46 from gouessej/masterJoshua Slack2013-05-012-15/+9
|\ \ | | | | | | Fixes the wrong match between key symbols and keys on non-QWERTY keyboards
* \ \ Merge pull request #45 from gouessej/masterJoshua Slack2013-04-265-28/+56
|\ \ \ | | | | | | | | Switches to JOGL 2.0.2 RC 20130425 and allows to control the creation of the renderer in the canvas renderer
* \ \ \ Merge pull request #44 from gouessej/masterJoshua Slack2013-04-242-11/+17
|\ \ \ \ | | | | | | | | | | Fixes the bug in KeyframeController
| | | | * Switches to the post build 2.0.2 RC 20130613Julien Gouesse2013-06-131-1/+1
| | | | |
| | | | * Modifies the few classes using NEWT to fix compile errors caused by API ↵Julien Gouesse2013-05-092-18/+17
| | | | | | | | | | | | | | | | | | | | changes in JOGL 2.0 build 987
| | | | * Allows to override the capabilities utilitiesJulien Gouesse2013-05-077-28/+54
| | | |/
| | | * Fixes the wrong match between key symbols and keys on non-QWERTY keyboardsJulien Gouesse2013-04-292-15/+9
| | |/
| | * Allows to control the creation of the renderer in the canvas rendererJulien Gouesse2013-04-263-5/+22
| | |
| | * Switches to JOGL 2.0.2 RC 20130425Julien Gouesse2013-04-252-23/+34
| |/
| * The keys KANA and KANJI are not supported any more by NEWTJulien Gouesse2013-04-241-2/+2
| |
| * Fixes the bug in KeyframeController, keeps the current time inside a ↵Julien Gouesse2013-04-241-9/+15
|/ | | | reasonable frame to avoid weird morphing
* Merge pull request #42 from gouessej/masterJoshua Slack2013-04-231-1/+8
|\ | | | | Allows to override the update of the bounding volume in the key frame controller
| * Allows to override the update of the bounding volume in the key frame controllerJulien Gouesse2013-04-201-1/+8
|/
* Merge pull request #40 from gouessej/masterJoshua Slack2013-04-131-117/+149
|\ | | | | Drives JoglImageLoader 50 times faster
| * Drives JoglImageLoader 50 times fasterJulien Gouesse2013-04-131-117/+149
| |
* | Merge pull request #39 from gouessej/masterJoshua Slack2013-04-111-1/+2
|\| | | | | Fixes a regression in JoglClipStateUtil
| * Fixes a regression in JoglClipStateUtilJulien Gouesse2013-04-111-1/+2
|/
* Merge pull request #38 from green-coder/masterJoshua Slack2013-04-0816-683/+546
|\ | | | | Pom.xml clean up & fix
| * Merge commit 'c4d2aeb67df31a889ea68c622f9cb2c5997f9cd9'Vincent Cantin2013-04-084-68/+156
| |\ | |/ |/|
* | Merge pull request #37 from gouessej/masterJoshua Slack2013-04-075-69/+157
|\ \ | | | | | | Switches to JOGL 2.0 RC11 post build 08