Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drops Maven build scripts as it's replaced by Gradle | Julien Gouesse | 2023-04-17 | 1 | -27/+0 |
| | |||||
* | Removes useless obsolete files specific to Eclipse and NetBeans | Julien Gouesse | 2023-04-09 | 2 | -398/+0 |
| | |||||
* | Removes some deprecated calls in order to ease compilation with future ↵ | Julien Gouesse | 2023-02-15 | 2 | -3/+9 |
| | | | | versions of Java | ||||
* | Fixes gradle build with Gradle 7.2 | Julien Gouesse | 2021-09-04 | 1 | -0/+2 |
| | |||||
* | Fixes gradle clean with Gradle 7.2 | Julien Gouesse | 2021-09-04 | 1 | -2/+2 |
| | |||||
* | Removes the misleading VBO interleaved data mode | Julien Gouesse | 2021-08-30 | 1 | -5/+0 |
| | |||||
* | Partially fixes the generation of the Java API documentation (there are ↵ | Julien Gouesse | 2019-08-23 | 1 | -1/+1 |
| | | | | still some warnings) | ||||
* | Uses the release option in the Maven build to ease the use of Java >= 9 | Julien Gouesse | 2019-08-12 | 1 | -1/+3 |
| | |||||
* | Replaces com.ardor3d by org.jogamp.ardor3d in the Maven group id | Julien Gouesse | 2019-06-30 | 1 | -1/+1 |
| | |||||
* | Fixes some errors in the Java documentation of ardor3d-terrain | Julien Gouesse | 2019-06-01 | 11 | -128/+230 |
| | |||||
* | Sets the compiler compliance to 1.8 | Julien Gouesse | 2019-05-26 | 1 | -3/+4 |
| | |||||
* | Replaces Guava's ByteSource in ardor3d-terrain | Julien Gouesse | 2018-07-14 | 2 | -34/+13 |
| | |||||
* | Replaces Guava's ThreadFactoryBuilder | Julien Gouesse | 2018-07-14 | 1 | -8/+29 |
| | |||||
* | Merges Renanse's commit 9e9c406384a5ef51fd777d936932382f8dde0dc4 | Julien Gouesse | 2018-01-27 | 1 | -0/+3 |
|\ | |||||
| * | Cleaned up various warnings | Joshua Slack | 2017-04-20 | 1 | -0/+3 |
| | | |||||
| * | Updated target to Java 1.7 | Joshua Slack | 2017-04-20 | 1 | -4/+7 |
| | | |||||
* | | Merges Renanse's commit d07dfa20670807a588bfa0f643d88e8b8183d118 | Julien Gouesse | 2018-01-26 | 1 | -8/+15 |
|\| | |||||
| * | fix clipmap terrain when view moves outside original cache bounds by ↵ | mallanmba | 2016-01-27 | 1 | -8/+15 |
| | | | | | | | | removing bad conditional that will always fail. | ||||
* | | Fixes the management of the parenthesis within expressions in the Eclipse ↵ | Julien Gouesse | 2016-08-17 | 1 | -1/+1 |
| | | | | | | | | settings | ||||
* | | Updates the copyright headers and templates | Julien Gouesse | 2016-08-07 | 63 | -63/+63 |
| | | |||||
* | | Switches from Java 1.6 to Java 1.7 and fixes numerous warnings | Julien Gouesse | 2016-06-30 | 30 | -139/+121 |
| | | |||||
* | | Stops using Guava to create the lists, the sets and the maps except when it ↵ | Julien Gouesse | 2014-09-24 | 24 | -100/+99 |
| | | | | | | | | is really necessary | ||||
* | | Stops using the deprecated Guava interface InputSupplier, replaces it by the ↵ | Julien Gouesse | 2014-08-08 | 2 | -19/+19 |
| | | | | | | | | abstract class ByteSource | ||||
* | | Removes tons of warnings | Julien Gouesse | 2014-08-08 | 9 | -0/+15 |
| | | |||||
* | | Adds Gradle support | Julien Gouesse | 2014-08-02 | 1 | -0/+6 |
| | | |||||
* | | Keeps only the JogAmp backend | Julien Gouesse | 2014-05-28 | 1 | -1/+1 |
|/ | |||||
* | [maven-release-plugin] prepare for next development iteration | neothemachine | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release v0.9v0.9 | neothemachine | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | Cleaned up and fixed the pom.xml files. | Vincent Cantin | 2013-04-07 | 1 | -34/+24 |
| | |||||
* | Gets Renanse's changes | Julien Gouesse | 2013-03-27 | 1 | -117/+117 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Renanse | 2013-03-14 | 31 | -4582/+4547 |
|\ | | | | | | | | | Conflicts: ardor3d-collada/src/main/java/com/ardor3d/extension/model/collada/jdom/data/DataCache.java | ||||
| * | normalized line endings | neothemachine | 2013-02-21 | 27 | -4429/+4429 |
| | | | | | | | | | | | | see http://www.hanselman.com/blog/YoureJustAnotherCarriageReturnLineFeedInTheWall.aspx and https://help.github.com/articles/dealing-with-line-endings | ||||
| * | Merge branch 'master' into dependencies | neothemachine | 2013-02-11 | 4 | -37/+26 |
| |\ | |||||
| | * | Dropped uses of getIndexBuffer | renanse | 2013-01-20 | 1 | -1/+1 |
| | | | |||||
| | * | Switched more code to using more efficient index buffers. | renanse | 2013-01-20 | 1 | -32/+25 |
| |/ |/| | |||||
| * | let eclipse remove timestamps out of .prefs files | neothemachine | 2012-12-05 | 2 | -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) | ||||
| * | Merge branch 'kill_trunk' into dependencies | neothemachine | 2012-12-05 | 2 | -27/+0 |
| | | |||||
* | | Various audit cleanup suggestions. | renanse | 2012-12-19 | 2 | -4/+0 |
|/ | |||||
* | move all files from trunk to root folder | neothemachine | 2012-12-05 | 76 | -0/+10309 |