aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 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
| |/
| * Update ardor3d-core/src/main/java/com/ardor3d/scenegraph/MeshData.javaJoshua Slack2012-12-201-0/+1
| | | | | | replace missing refreshInterleaved();
| * Suggested tweak from Julien GouesseRenanse2012-12-201-4/+7
| |
| * Merge remote-tracking branch 'origin/master'renanse2012-12-199-16/+104
| |\
| | * Small tweaks, spelling, unnecessary checks, etc.Renanse2012-12-185-6/+4
| | |
| | * Added "asType(Type)" method to BoundingVolume.Renanse2012-12-184-10/+100
| | |
| * | Various audit cleanup suggestions.renanse2012-12-1926-137/+135
| |/
| * null checksrenanse2012-12-171-3/+6
| |
| * fixed cobertura version norenanse2012-12-121-2/+2
| |
| * another tweak for javadoc purposes.renanse2012-12-121-2/+1
| |
| * updated junit section to reduce warningsrenanse2012-12-121-2/+1
| |
* | Changed Maven phase of natives extraction from (default) "package" toneothemachine2013-02-111-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)neothemachine2013-01-179-17/+17
| |
* | Merge branch 'master' into dependenciesneothemachine2012-12-060-0/+0
|\|
| * Merge pull request #11 from neothemachine/kill_trunkJoshua Slack2012-12-051450-0/+0
| |\ | | | | | | Move all files from trunk to root folder
* | | add target/ folder to gitignoreneothemachine2012-12-051-0/+1
| | |
* | | add ardor3d nexus for swt dependency until current swt gets on centralneothemachine2012-12-051-0/+12
| | |
* | | let eclipse remove timestamps out of .prefs filesneothemachine2012-12-0527-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 nativeneothemachine2012-12-052-1/+16
| | | | | | | | | | | | lib loading) added /target to .gitignore