Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switches to JOGL 2.1.3 | Julien Gouesse | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | Allows to override GeometryTool | Julien Gouesse | 2013-11-18 | 5 | -18/+68 |
| | |||||
* | Supports all fields of the material in the WaveFront OBJ exporter | Julien Gouesse | 2013-11-15 | 1 | -21/+65 |
| | |||||
* | Fixes the texture coordinates and adds a warning about the flipped textures ↵ | Julien Gouesse | 2013-11-15 | 2 | -42/+43 |
| | | | | into the exporter | ||||
* | Merge branch 'master' of git://github.com/Renanse/Ardor3D | Julien Gouesse | 2013-11-11 | 2 | -18/+14 |
|\ | |||||
| * | Merge pull request #62 from gouessej/master | Joshua Slack | 2013-11-11 | 1 | -4/+31 |
| |\ | | | | | | | Takes the transforms of the meshes into account when updating the morph mesh | ||||
| * | | more swt tweaks | Renanse | 2013-11-04 | 2 | -11/+10 |
| | | | |||||
| * | | Altered swt version and repo information in attempt to get it compiling again | Renanse | 2013-11-04 | 2 | -7/+4 |
| | | | |||||
| * | | Merge pull request #61 from gouessej/master | Joshua Slack | 2013-11-04 | 4 | -23/+24 |
| |\ \ | | | | | | | | | Updates JOGL (2.0.2 -> 2.1.2) | ||||
| * \ \ | Merge pull request #60 from gouessej/master | Joshua Slack | 2013-10-18 | 17 | -141/+468 |
| |\ \ \ | | | | | | | | | | | Adds missing @Override annotations, fixes a few bugs and decreases the native memory footprint of the JOGL renderer | ||||
| * \ \ \ | Merge pull request #59 from gouessej/master | Joshua Slack | 2013-08-11 | 3 | -45/+76 |
| |\ \ \ \ | | | | | | | | | | | | | Allows to skip auto-repeat events | ||||
| * \ \ \ \ | Merge pull request #58 from gouessej/master | Joshua Slack | 2013-07-31 | 2 | -5/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Switches to JOGL 2.0.2 | ||||
* | | | | | | | WaveFront OBJ exporter (work in progress) | Julien Gouesse | 2013-11-11 | 1 | -0/+371 |
| | | | | | | | |||||
* | | | | | | | Adds getPrimitiveTextureCoords into MeshData | Julien Gouesse | 2013-11-11 | 1 | -0/+49 |
| | | | | | | | |||||
* | | | | | | | Switches to JOGL 2.1.2 | Julien Gouesse | 2013-11-11 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Uses the 'legacy' code path when there is no useful transform in ↵ | Julien Gouesse | 2013-11-07 | 1 | -12/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | KeyframeController.update() | ||||
* | | | | | | Takes the transforms into account when updating the morph mesh | Julien Gouesse | 2013-11-05 | 1 | -2/+21 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Improves the previous commit | Julien Gouesse | 2013-11-04 | 1 | -5/+8 |
| | | | | | |||||
* | | | | | Modifies the JOGL renderer in order to support the changes introduced in the ↵ | Julien Gouesse | 2013-11-04 | 4 | -25/+23 |
| |_|_|/ |/| | | | | | | | | | | | public APIs of JOGL 2.1.x | ||||
* | | | | Adds the missing new class DirectNioBuffersSet | Julien Gouesse | 2013-10-11 | 1 | -0/+110 |
| | | | | |||||
* | | | | Adds missing @Override annotations, fixes a few bugs and decreases the ↵ | Julien Gouesse | 2013-10-11 | 16 | -141/+358 |
| |_|/ |/| | | | | | | | | native memory footprint of the JOGL renderer | ||||
* | | | Does not use the development repository to get the stable release of JOGL, ↵ | Julien Gouesse | 2013-08-11 | 1 | -2/+3 |
| | | | | | | | | | | | | rather uses Maven Central | ||||
* | | | Allows to skip auto-repeat events | Julien Gouesse | 2013-08-01 | 2 | -43/+73 |
| |/ |/| | |||||
* | | Switches to JOGL 2.0.2 | Julien Gouesse | 2013-07-30 | 2 | -5/+6 |
|/ | |||||
* | Merge pull request #57 from neothemachine/sonatype | Joshua Slack | 2013-07-28 | 1 | -0/+20 |
|\ | | | | | Skip pom deployment for distribution module by default | ||||
| * | skipping pom deployment for distribution module by default (except | neothemachine | 2013-07-26 | 1 | -0/+20 |
| | | | | | | hudson) | ||||
* | | Merge pull request #56 from neothemachine/sonatype | Joshua Slack | 2013-07-25 | 2 | -121/+96 |
|\| | | | | | Further cleanup of pom files | ||||
| * | change cobertura output from xml to html (default) for the reports | neothemachine | 2013-07-25 | 1 | -3/+0 |
| | | |||||
| * | added a note that 'compile' has to be run before running findbugs | neothemachine | 2013-07-25 | 1 | -4/+7 |
| | | |||||
| * | some more POM cleanup | neothemachine | 2013-07-25 | 1 | -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 refactoring | neothemachine | 2013-07-25 | 2 | -99/+75 |
| | | | | | | | | this prevents that the version number isn't bumped when using maven-release-plugin | ||||
* | | Merge pull request #55 from neothemachine/sonatype | Joshua Slack | 2013-07-25 | 16 | -110/+117 |
|\| | | | | | POM changes for 0.9 release | ||||
| * | [maven-release-plugin] prepare for next development iteration | neothemachine | 2013-07-23 | 16 | -18/+17 |
| | | |||||
| * | [maven-release-plugin] prepare release v0.9v0.9 | neothemachine | 2013-07-23 | 15 | -18/+18 |
| | | |||||
| * | Prepared POMs for Maven Central | neothemachine | 2013-07-23 | 3 | -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/master | Joshua Slack | 2013-06-26 | 3 | -11/+7 |
|\ | | | | | Switches to JOGL 2.0.2 RC12 | ||||
| * | Switches to JOGL 2.0.2 RC12 | Julien Gouesse | 2013-06-26 | 3 | -11/+7 |
| | | |||||
* | | Merge pull request #52 from gouessej/master | Joshua Slack | 2013-06-24 | 3 | -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 20130619 | Julien Gouesse | 2013-06-24 | 1 | -1/+1 |
| | | |||||
| * | Requires OpenGL 3.1 to use draw instancing | Julien Gouesse | 2013-06-24 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #51 from gouessej/master | Joshua Slack | 2013-06-19 | 3 | -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 Gouesse | 2013-06-19 | 1 | -5/+3 |
| | | | | | | | | buffer object as neothemachine suggested | ||||
| * | Fixes offscreen support, forces the rebinding of the texture in this case | Julien Gouesse | 2013-06-18 | 1 | -1/+7 |
| | | |||||
| * | Adds the support of 9 mouse buttons into the JOGL 2.0 NEWT backend | Julien Gouesse | 2013-06-18 | 2 | -6/+24 |
| | | |||||
* | | Merge pull request #50 from gouessej/master | Joshua Slack | 2013-06-17 | 9 | -47/+72 |
|\| | | | | | Switches to the post build 2.0.2 RC 20130613 (pre-RC12) | ||||
| * | Merge branch 'master' of git://github.com/Renanse/Ardor3D | Julien Gouesse | 2013-06-13 | 0 | -0/+0 |
| |\ | |/ |/| | |||||
* | | Merge pull request #46 from gouessej/master | Joshua Slack | 2013-05-01 | 2 | -15/+9 |
|\ \ | | | | | | | Fixes the wrong match between key symbols and keys on non-QWERTY keyboards | ||||
* \ \ | Merge pull request #45 from gouessej/master | Joshua Slack | 2013-04-26 | 5 | -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/master | Joshua Slack | 2013-04-24 | 2 | -11/+17 |
|\ \ \ \ | | | | | | | | | | | Fixes the bug in KeyframeController | ||||
| | | | * | Switches to the post build 2.0.2 RC 20130613 | Julien Gouesse | 2013-06-13 | 1 | -1/+1 |
| | | | | |