aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Small update for lwjgl vbo, using their no arg vbo buffer creationRenanse2013-03-252-4/+2
| | | method to reduce nio buffer creation.
* Update to allow cutting off particle spawning immediatelyRenanse2013-03-161-17/+24
|
* Updates to reset flow counter when forcing a respawn.Renanse2013-03-162-0/+5
|
* updated to 14.0.1 guavaRenanse2013-03-161-1/+1
|
* Updates to particles to better support ramp 0 entriesRenanse2013-03-162-6/+3
|
* Allow injecting of GameTask directly.Renanse2013-03-151-0/+10
|
* Merge remote-tracking branch 'origin/master'renanse2013-03-1520-1769/+1835
|\
| * Fields are now protected.Renanse2013-03-141-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 pomRenanse2013-03-142-50/+48
| |
| * Merge remote-tracking branch 'origin/master'Renanse2013-03-14615-67835/+110095
| |\ | | | | | | | | | | | | Conflicts: ardor3d-collada/src/main/java/com/ardor3d/extension/model/collada/jdom/data/DataCache.java
| * | Updates to handle items attached to skeletons.Renanse2013-03-145-17/+78
| | |
* | | Update guava versionrenanse2013-03-151-1/+1
| |/ |/|
* | missing picher addedRenanse2013-03-021-0/+42910
| |
* | removed debug boolean and attempt to reduce object creation inrenanse2013-02-242-2/+1
| | | | | | boundingsphere.
* | Merge pull request #27 from neothemachine/gitattributesJoshua Slack2013-02-21373-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 endingsneothemachine2013-02-21373-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/assemblyJoshua Slack2013-02-176-2/+267
|\| | | | | | | | Added new distribution module which builds different distributable zips
| * | Fixed assembly artifact exclusion bugneothemachine2013-02-175-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 anneothemachine2013-02-171-0/+1
| | | | | | | | | obsolete assembly configuration in the future leads to a build error
| * | added "all" assemblyneothemachine2013-02-172-0/+64
| | |
| * | excluded distribution artifacts from being installed to local reponeothemachine2013-02-172-1/+31
| | | | | | | | | added note on what to do when changing to Sonatype OSS
| * | added new distribution module which builds zips with all depsneothemachine2013-02-135-2/+169
| | | | | | | | | also, simplified assembly exclusion filter in examples project
* | | Merge pull request #12 from neothemachine/dependenciesJoshua Slack2013-02-11201-1843/+609
|\| | | | | | | | Major cleanup and transition to Maven-only
| * | Merge branch 'master' into dependenciesneothemachine2013-02-1199-1037/+1432
| |\ \ | |/ / |/| |
* | | Merge pull request #22 from gouessej/masterJoshua Slack2013-02-092-68/+86
|\ \ \ | | | | | | | | Adds offscreen support into the JOGL backend
| * \ \ Merge branch 'master' of git://github.com/Renanse/Ardor3DJulien Gouesse2013-02-096-44/+121
| |\ \ \ | |/ / / |/| | |
* | | | Merge remote-tracking branch 'origin/master'renanse2013-02-0365-513/+596
|\ \ \ \
| * \ \ \ Merge pull request #20 from gouessej/masterJoshua Slack2013-01-2522-471/+548
| |\ \ \ \ | | | | | | | | | | | | Replaces GLU.getCurrent*() by GLContext.getCurrent*()
| * \ \ \ \ Merge remote-tracking branch 'origin/master'Renanse2013-01-2374-195/+277
| |\ \ \ \ \
| * | | | | | Update the max content size if you set content size larger than it.Renanse2013-01-231-4/+10
| | | | | | |
* | | | | | | Added detection of MSAA FBO and FBO blit.renanse2013-02-035-40/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed multisample support on LwjglHeadlessCanvas - still needs fixing in FBO texture rendering.
| | | | * | | Adds offscreen supportJulien Gouesse2013-01-301-1/+2
| | | | | | |
| | | | * | | Adds offscreen supportJulien Gouesse2013-01-282-67/+84
| | | |/ / /
| | | * / / Replaces GLU.getCurrent*() by GLContext.getCurrent*()Julien Gouesse2013-01-2522-471/+548
| | |/ / /
| | * | | Merge pull request #18 from gouessej/masterJoshua Slack2013-01-2242-38/+38
| |/| | | |/| | | | | | | | | Fixes a regression introduced by my previous "fix" and a bug with Intel 3000HD under Windows
| | * | | Does not use the ECT yetJulien Gouesse2013-01-221-1/+0
| | | | |
| | * | | Switches to JOGL 2.0 build 899Julien Gouesse2013-01-2026-0/+0
| | | | |
| | * | | Adds a workaround for a regression in the build 896 impacting at least ↵Julien Gouesse2013-01-181-0/+1
| | | | | | | | | | | | | | | | | | | | JoglAwtCanvas
| | * | | Switches to JOGL 2.0 build 896Julien Gouesse2013-01-1742-38/+38
| | | | |
* | | | | Dropped uses of getIndexBufferrenanse2013-01-2015-56/+56
| | | | |
* | | | | Merge remote-tracking branch 'origin/master'renanse2013-01-205-94/+153
|\| | | |
| * | | | Merge pull request #15 from gouessej/masterJoshua Slack2013-01-161-0/+13
| |\| | | | | | | | | | | | | Improves the creation of GLCapabilities
| | * | | Improves the creation of GLCapabilitiesJulien Gouesse2013-01-161-0/+13
| | | | |
| * | | | Merge pull request #14 from gouessej/masterJoshua Slack2013-01-151-1/+3
| |\| | | | | | | | | | | | | Fixes the previous commit
| | * | | Fixes the previous commitJulien Gouesse2013-01-151-1/+3
| | | | |
| * | | | Merge pull request #13 from gouessej/masterJoshua Slack2013-01-143-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 WindowsJulien Gouesse2013-01-143-93/+119
| |/ / / | | | | | | | | | | | | when realizing a drawable and creating a context outside the AWT-EDT whereas the drawable is an heavyweight AWT GLCanvas
| * | | fixed erroneous javadocRenanse2013-01-141-3/+0
| | | |
| * | | Make better use of the AWT dispatch thread.Renanse2013-01-041-11/+32
| | | |
* | | | Switched more code to using more efficient index buffers.renanse2013-01-2018-101/+183
|/ / /