Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 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 |
| |/ | |||||
| * | Update ardor3d-core/src/main/java/com/ardor3d/scenegraph/MeshData.java | Joshua Slack | 2012-12-20 | 1 | -0/+1 |
| | | | | | | replace missing refreshInterleaved(); | ||||
| * | Suggested tweak from Julien Gouesse | Renanse | 2012-12-20 | 1 | -4/+7 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' | renanse | 2012-12-19 | 9 | -16/+104 |
| |\ | |||||
| | * | Small tweaks, spelling, unnecessary checks, etc. | Renanse | 2012-12-18 | 5 | -6/+4 |
| | | | |||||
| | * | Added "asType(Type)" method to BoundingVolume. | Renanse | 2012-12-18 | 4 | -10/+100 |
| | | | |||||
| * | | Various audit cleanup suggestions. | renanse | 2012-12-19 | 26 | -137/+135 |
| |/ | |||||
| * | null checks | renanse | 2012-12-17 | 1 | -3/+6 |
| | | |||||
| * | fixed cobertura version no | renanse | 2012-12-12 | 1 | -2/+2 |
| | | |||||
| * | another tweak for javadoc purposes. | renanse | 2012-12-12 | 1 | -2/+1 |
| | | |||||
| * | updated junit section to reduce warnings | renanse | 2012-12-12 | 1 | -2/+1 |
| | | |||||
* | | Changed Maven phase of natives extraction from (default) "package" to | neothemachine | 2013-02-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | "generate-resources" (this makes more sense as you then have a functional project when you run the compile goal manually outside m2e) Note: The automatic extraction of natives in Eclipse (without relying on on the maven natives eclipse plugin) is covered by the lifecycle mappings of the maven natives plugin (which are set to "runOnConfiguration" meaning that natives get extracted on project import and on configuration update) | ||||
* | | fixed Netbeans run configs (native lib path) | neothemachine | 2013-01-17 | 9 | -17/+17 |
| | | |||||
* | | Merge branch 'master' into dependencies | neothemachine | 2012-12-06 | 0 | -0/+0 |
|\| | |||||
| * | Merge pull request #11 from neothemachine/kill_trunk | Joshua Slack | 2012-12-05 | 1450 | -0/+0 |
| |\ | | | | | | | Move all files from trunk to root folder | ||||
* | | | add target/ folder to gitignore | neothemachine | 2012-12-05 | 1 | -0/+1 |
| | | | |||||
* | | | add ardor3d nexus for swt dependency until current swt gets on central | neothemachine | 2012-12-05 | 1 | -0/+12 |
| | | | |||||
* | | | let eclipse remove timestamps out of .prefs files | neothemachine | 2012-12-05 | 27 | -24/+129 |
| | | | | | | | | | | | | | | | | | | (these aren't written since eclipse 3.7.2, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=342709 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=363836) | ||||
* | | | fixed assembly.xml of examples project (to make jogl use its own native | neothemachine | 2012-12-05 | 2 | -1/+16 |
| | | | | | | | | | | | | lib loading) added /target to .gitignore |