Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small update for lwjgl vbo, using their no arg vbo buffer creation | Renanse | 2013-03-25 | 2 | -4/+2 |
| | | | method to reduce nio buffer creation. | ||||
* | Update to allow cutting off particle spawning immediately | Renanse | 2013-03-16 | 1 | -17/+24 |
| | |||||
* | Updates to reset flow counter when forcing a respawn. | Renanse | 2013-03-16 | 2 | -0/+5 |
| | |||||
* | updated to 14.0.1 guava | Renanse | 2013-03-16 | 1 | -1/+1 |
| | |||||
* | Updates to particles to better support ramp 0 entries | Renanse | 2013-03-16 | 2 | -6/+3 |
| | |||||
* | Allow injecting of GameTask directly. | Renanse | 2013-03-15 | 1 | -0/+10 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | renanse | 2013-03-15 | 20 | -1769/+1835 |
|\ | |||||
| * | Fields are now protected. | Renanse | 2013-03-14 | 1 | -9/+12 |
| | | | | | | | | cancel now uses isDone() to determine if task already ran since result may be null at end of some tasks. | ||||
| * | fix regression in pom | Renanse | 2013-03-14 | 2 | -50/+48 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' | Renanse | 2013-03-14 | 615 | -67835/+110095 |
| |\ | | | | | | | | | | | | | Conflicts: ardor3d-collada/src/main/java/com/ardor3d/extension/model/collada/jdom/data/DataCache.java | ||||
| * | | Updates to handle items attached to skeletons. | Renanse | 2013-03-14 | 5 | -17/+78 |
| | | | |||||
* | | | Update guava version | renanse | 2013-03-15 | 1 | -1/+1 |
| |/ |/| | |||||
* | | missing picher added | Renanse | 2013-03-02 | 1 | -0/+42910 |
| | | |||||
* | | removed debug boolean and attempt to reduce object creation in | renanse | 2013-02-24 | 2 | -2/+1 |
| | | | | | | boundingsphere. | ||||
* | | Merge pull request #27 from neothemachine/gitattributes | Joshua Slack | 2013-02-21 | 373 | -66472/+66474 |
|\ \ | | | | | | | I don't have the patience to wade through ALL 66k lines to see that it is all only lf/cr conversions but otherwise looks ok and yeah makes sense. :) | ||||
| * | | normalized line endings | neothemachine | 2013-02-21 | 373 | -66472/+66474 |
| | | | | | | | | | | | | | | | | | | see http://www.hanselman.com/blog/YoureJustAnotherCarriageReturnLineFeedInTheWall.aspx and https://help.github.com/articles/dealing-with-line-endings | ||||
* | | | Merge pull request #23 from neothemachine/assembly | Joshua Slack | 2013-02-17 | 6 | -2/+267 |
|\| | | | | | | | | Added new distribution module which builds different distributable zips | ||||
| * | | Fixed assembly artifact exclusion bug | neothemachine | 2013-02-17 | 5 | -7/+10 |
| | | | | | | | | | | | | | | | see http://jira.codehaus.org/browse/MASSEMBLY-644 Updated ardor3d-examples to use 2.4 of maven-assembly-plugin | ||||
| * | | made the dependency filtering of the example assembly strict so that an | neothemachine | 2013-02-17 | 1 | -0/+1 |
| | | | | | | | | | obsolete assembly configuration in the future leads to a build error | ||||
| * | | added "all" assembly | neothemachine | 2013-02-17 | 2 | -0/+64 |
| | | | |||||
| * | | excluded distribution artifacts from being installed to local repo | neothemachine | 2013-02-17 | 2 | -1/+31 |
| | | | | | | | | | added note on what to do when changing to Sonatype OSS | ||||
| * | | added new distribution module which builds zips with all deps | neothemachine | 2013-02-13 | 5 | -2/+169 |
| | | | | | | | | | also, simplified assembly exclusion filter in examples project | ||||
* | | | Merge pull request #12 from neothemachine/dependencies | Joshua Slack | 2013-02-11 | 201 | -1843/+609 |
|\| | | | | | | | | Major cleanup and transition to Maven-only | ||||
| * | | Merge branch 'master' into dependencies | neothemachine | 2013-02-11 | 99 | -1037/+1432 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #22 from gouessej/master | Joshua Slack | 2013-02-09 | 2 | -68/+86 |
|\ \ \ | | | | | | | | | Adds offscreen support into the JOGL backend | ||||
| * \ \ | Merge branch 'master' of git://github.com/Renanse/Ardor3D | Julien Gouesse | 2013-02-09 | 6 | -44/+121 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge remote-tracking branch 'origin/master' | renanse | 2013-02-03 | 65 | -513/+596 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #20 from gouessej/master | Joshua Slack | 2013-01-25 | 22 | -471/+548 |
| |\ \ \ \ | | | | | | | | | | | | | Replaces GLU.getCurrent*() by GLContext.getCurrent*() | ||||
| * \ \ \ \ | Merge remote-tracking branch 'origin/master' | Renanse | 2013-01-23 | 74 | -195/+277 |
| |\ \ \ \ \ | |||||
| * | | | | | | Update the max content size if you set content size larger than it. | Renanse | 2013-01-23 | 1 | -4/+10 |
| | | | | | | | |||||
* | | | | | | | Added detection of MSAA FBO and FBO blit. | renanse | 2013-02-03 | 5 | -40/+111 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed multisample support on LwjglHeadlessCanvas - still needs fixing in FBO texture rendering. | ||||
| | | | * | | | Adds offscreen support | Julien Gouesse | 2013-01-30 | 1 | -1/+2 |
| | | | | | | | |||||
| | | | * | | | Adds offscreen support | Julien Gouesse | 2013-01-28 | 2 | -67/+84 |
| | | |/ / / | |||||
| | | * / / | Replaces GLU.getCurrent*() by GLContext.getCurrent*() | Julien Gouesse | 2013-01-25 | 22 | -471/+548 |
| | |/ / / | |||||
| | * | | | Merge pull request #18 from gouessej/master | Joshua Slack | 2013-01-22 | 42 | -38/+38 |
| |/| | | |/| | | | | | | | | | Fixes a regression introduced by my previous "fix" and a bug with Intel 3000HD under Windows | ||||
| | * | | | Does not use the ECT yet | Julien Gouesse | 2013-01-22 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Switches to JOGL 2.0 build 899 | Julien Gouesse | 2013-01-20 | 26 | -0/+0 |
| | | | | | |||||
| | * | | | Adds a workaround for a regression in the build 896 impacting at least ↵ | Julien Gouesse | 2013-01-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | JoglAwtCanvas | ||||
| | * | | | Switches to JOGL 2.0 build 896 | Julien Gouesse | 2013-01-17 | 42 | -38/+38 |
| | | | | | |||||
* | | | | | Dropped uses of getIndexBuffer | renanse | 2013-01-20 | 15 | -56/+56 |
| | | | | | |||||
* | | | | | Merge remote-tracking branch 'origin/master' | renanse | 2013-01-20 | 5 | -94/+153 |
|\| | | | | |||||
| * | | | | Merge pull request #15 from gouessej/master | Joshua Slack | 2013-01-16 | 1 | -0/+13 |
| |\| | | | | | | | | | | | | | Improves the creation of GLCapabilities | ||||
| | * | | | Improves the creation of GLCapabilities | Julien Gouesse | 2013-01-16 | 1 | -0/+13 |
| | | | | | |||||
| * | | | | Merge pull request #14 from gouessej/master | Joshua Slack | 2013-01-15 | 1 | -1/+3 |
| |\| | | | | | | | | | | | | | Fixes the previous commit | ||||
| | * | | | Fixes the previous commit | Julien Gouesse | 2013-01-15 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Merge pull request #13 from gouessej/master | Joshua Slack | 2013-01-14 | 3 | -93/+119 |
| |\| | | | | | | | | | | | | | Fixes a regression introduced by my previous "fix" and a bug with Intel 3000HD under Windows | ||||
| | * | | | Workaround for the deadlock occurring with Intel 3000HD under Windows | Julien Gouesse | 2013-01-14 | 3 | -93/+119 |
| |/ / / | | | | | | | | | | | | | when realizing a drawable and creating a context outside the AWT-EDT whereas the drawable is an heavyweight AWT GLCanvas | ||||
| * | | | fixed erroneous javadoc | Renanse | 2013-01-14 | 1 | -3/+0 |
| | | | | |||||
| * | | | Make better use of the AWT dispatch thread. | Renanse | 2013-01-04 | 1 | -11/+32 |
| | | | | |||||
* | | | | Switched more code to using more efficient index buffers. | renanse | 2013-01-20 | 18 | -101/+183 |
|/ / / |