aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-examples
Commit message (Collapse)AuthorAgeFilesLines
* Adds some missing override annotations, removes the useless AWT dependencies ↵Julien Gouesse2014-02-045-41/+61
| | | | from NEWT and SWT examples, uses the heavyweight SWT GLCanvas of JOGL instead of Eclipse SWT canvas (which is unmaintained) and adds an example using JoglNewtSwtCanvas
* [maven-release-plugin] prepare for next development iterationneothemachine2013-07-231-1/+1
|
* [maven-release-plugin] prepare release v0.9v0.9neothemachine2013-07-231-1/+1
|
* Prepared POMs for Maven Centralneothemachine2013-07-231-20/+29
| | | | | | The building of the zip assemblies now only happens when the "hudson" profile is used. Also, the default Maven repositories are now the Sonatype ones which are then overriden in the "hudson" profile to the ones of ardor3d.
* Modifies the few classes using NEWT to fix compile errors caused by API ↵Julien Gouesse2013-05-091-8/+7
| | | | changes in JOGL 2.0 build 987
* Cleaned up and fixed the pom.xml files.Vincent Cantin2013-04-071-34/+27
|
* fixes for recent package change.renanse2013-04-0334-42/+42
|
* Gets Renanse's changesJulien Gouesse2013-03-271-113/+113
|
* Merge pull request #30 from gouessej/masterJoshua Slack2013-03-273-10/+552
|\ | | | | Fixes + enhancements
| * Applet support for the JOGL renderer (first attempt)Julien Gouesse2013-03-181-26/+33
| |
| * Applet support for the JOGL renderer (first attempt)Julien Gouesse2013-03-171-0/+322
| |
| * Adds JoglNewtAwtExampleJulien Gouesse2013-03-091-0/+213
| |
| * Merge branch 'master' of git://github.com/Renanse/Ardor3DJulien Gouesse2013-03-091-0/+42910
| |\
| * \ Uses JOGL 2.0 RC11 post build 06Julien Gouesse2013-02-2253-17356/+17358
| |\ \
* | \ \ Merge remote-tracking branch 'origin/master'Renanse2013-03-1468-17397/+60199
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Conflicts: ardor3d-collada/src/main/java/com/ardor3d/extension/model/collada/jdom/data/DataCache.java
| * | | missing picher addedRenanse2013-03-021-0/+42910
| | |/ | |/|
| * | normalized line endingsneothemachine2013-02-2151-17344/+17344
| | | | | | | | | | | | | | | | | | see http://www.hanselman.com/blog/YoureJustAnotherCarriageReturnLineFeedInTheWall.aspx and https://help.github.com/articles/dealing-with-line-endings
| * | Fixed assembly artifact exclusion bugneothemachine2013-02-171-2/+2
| | | | | | | | | | | | | | | 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 new distribution module which builds zips with all depsneothemachine2013-02-131-2/+3
| |/ | | | | also, simplified assembly exclusion filter in examples project
| * 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
| |/ |/|
| * 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
| |
* | 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
|/
* move all files from trunk to root folderneothemachine2012-12-05296-0/+91994