aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into dependenciesneothemachine2013-02-117-39/+43
|\
| * Added detection of MSAA FBO and FBO blit.renanse2013-02-031-1/+2
| | | | | | | | Fixed multisample support on LwjglHeadlessCanvas - still needs fixing in FBO texture rendering.
| * Switched more code to using more efficient index buffers.renanse2013-01-203-27/+29
| |
| * Merge remote-tracking branch 'origin/master'renanse2012-12-191-1/+1
| |\
| | * Small tweaks, spelling, unnecessary checks, etc.Renanse2012-12-181-1/+1
| | |
| * | Various audit cleanup suggestions.renanse2012-12-192-10/+11
| |/
* | 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
| |
* | let eclipse remove timestamps out of .prefs filesneothemachine2012-12-052-2/+1
| | | | | | | | | | | | (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-051-1/+15
| | | | | | | | lib loading) added /target to .gitignore
* | Merge branch 'kill_trunk' into dependenciesneothemachine2012-12-055-170/+43
|/
* move all files from trunk to root folderneothemachine2012-12-05296-0/+91994