aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-terrain
Commit message (Collapse)AuthorAgeFilesLines
* Drops Maven build scripts as it's replaced by GradleJulien Gouesse2023-04-171-27/+0
|
* Removes useless obsolete files specific to Eclipse and NetBeansJulien Gouesse2023-04-092-398/+0
|
* Removes some deprecated calls in order to ease compilation with future ↵Julien Gouesse2023-02-152-3/+9
| | | | versions of Java
* Fixes gradle build with Gradle 7.2Julien Gouesse2021-09-041-0/+2
|
* Fixes gradle clean with Gradle 7.2Julien Gouesse2021-09-041-2/+2
|
* Removes the misleading VBO interleaved data modeJulien Gouesse2021-08-301-5/+0
|
* Partially fixes the generation of the Java API documentation (there are ↵Julien Gouesse2019-08-231-1/+1
| | | | still some warnings)
* Uses the release option in the Maven build to ease the use of Java >= 9Julien Gouesse2019-08-121-1/+3
|
* Replaces com.ardor3d by org.jogamp.ardor3d in the Maven group idJulien Gouesse2019-06-301-1/+1
|
* Fixes some errors in the Java documentation of ardor3d-terrainJulien Gouesse2019-06-0111-128/+230
|
* Sets the compiler compliance to 1.8Julien Gouesse2019-05-261-3/+4
|
* Replaces Guava's ByteSource in ardor3d-terrainJulien Gouesse2018-07-142-34/+13
|
* Replaces Guava's ThreadFactoryBuilderJulien Gouesse2018-07-141-8/+29
|
* Merges Renanse's commit 9e9c406384a5ef51fd777d936932382f8dde0dc4Julien Gouesse2018-01-271-0/+3
|\
| * Cleaned up various warningsJoshua Slack2017-04-201-0/+3
| |
| * Updated target to Java 1.7Joshua Slack2017-04-201-4/+7
| |
* | Merges Renanse's commit d07dfa20670807a588bfa0f643d88e8b8183d118Julien Gouesse2018-01-261-8/+15
|\|
| * fix clipmap terrain when view moves outside original cache bounds by ↵mallanmba2016-01-271-8/+15
| | | | | | | | removing bad conditional that will always fail.
* | Fixes the management of the parenthesis within expressions in the Eclipse ↵Julien Gouesse2016-08-171-1/+1
| | | | | | | | settings
* | Updates the copyright headers and templatesJulien Gouesse2016-08-0763-63/+63
| |
* | Switches from Java 1.6 to Java 1.7 and fixes numerous warningsJulien Gouesse2016-06-3030-139/+121
| |
* | Stops using Guava to create the lists, the sets and the maps except when it ↵Julien Gouesse2014-09-2424-100/+99
| | | | | | | | is really necessary
* | Stops using the deprecated Guava interface InputSupplier, replaces it by the ↵Julien Gouesse2014-08-082-19/+19
| | | | | | | | abstract class ByteSource
* | Removes tons of warningsJulien Gouesse2014-08-089-0/+15
| |
* | Adds Gradle supportJulien Gouesse2014-08-021-0/+6
| |
* | Keeps only the JogAmp backendJulien Gouesse2014-05-281-1/+1
|/
* [maven-release-plugin] prepare for next development iterationneothemachine2013-07-231-1/+1
|
* [maven-release-plugin] prepare release v0.9v0.9neothemachine2013-07-231-1/+1
|
* Cleaned up and fixed the pom.xml files.Vincent Cantin2013-04-071-34/+24
|
* Gets Renanse's changesJulien Gouesse2013-03-271-117/+117
|
* Merge remote-tracking branch 'origin/master'Renanse2013-03-1431-4582/+4547
|\ | | | | | | | | Conflicts: ardor3d-collada/src/main/java/com/ardor3d/extension/model/collada/jdom/data/DataCache.java
| * normalized line endingsneothemachine2013-02-2127-4429/+4429
| | | | | | | | | | | | see http://www.hanselman.com/blog/YoureJustAnotherCarriageReturnLineFeedInTheWall.aspx and https://help.github.com/articles/dealing-with-line-endings
| * Merge branch 'master' into dependenciesneothemachine2013-02-114-37/+26
| |\
| | * Dropped uses of getIndexBufferrenanse2013-01-201-1/+1
| | |
| | * Switched more code to using more efficient index buffers.renanse2013-01-201-32/+25
| |/ |/|
| * 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)
| * Merge branch 'kill_trunk' into dependenciesneothemachine2012-12-052-27/+0
| |
* | Various audit cleanup suggestions.renanse2012-12-192-4/+0
|/
* move all files from trunk to root folderneothemachine2012-12-0576-0/+10309