aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes the Java documentation of MathUtilsJulien Gouesse2019-11-291-3/+3
|
* Fixes the generation of the Java API documentation and removes some ↵Julien Gouesse2019-08-2519-2076/+688
| | | | duplicate classes
* Partially fixes the generation of the Java API documentation (there are ↵Julien Gouesse2019-08-2323-49/+42
| | | | still some warnings)
* Stops using the release option in the Maven build to allow to build the ↵Julien Gouesse2019-08-221-2/+4
| | | | project with Java 8 as Maven 3.6.1 with Java 11 doesn't find the dependencies when generating the Java API documentation
* Removes the remaining references to GithubJulien Gouesse2019-08-217-13/+11
|
* Moves the missing files from ArdorCraftAPITest into ardor3d-examplesJulien Gouesse2019-08-178-0/+105
|
* Moves ArdorCraftAPITest into ardor3d-examplesJulien Gouesse2019-08-1727-0/+5888
|
* Moves ArdorCraft into ardor3d-craftJulien Gouesse2019-08-1777-1/+10556
|
* Uses the release option in the Maven build to ease the use of Java >= 9Julien Gouesse2019-08-1217-20/+50
|
* Fixes the Gradle buildJulien Gouesse2019-08-122-0/+10
|
* Removes a useless jardesc fileJulien Gouesse2019-08-121-17/+0
|
* Removes some useless configuration parameters from the Maven buildJulien Gouesse2019-06-301-4/+0
|
* Replaces com.ardor3d by org.jogamp.ardor3d in the Maven group idJulien Gouesse2019-06-3020-20/+20
|
* Fixes some warnings in the Java documentation of ardor3d-coreJulien Gouesse2019-06-305-10/+138
|
* Fixes some warnings in the Java documentation of ardor3d-coreJulien Gouesse2019-06-3032-154/+329
|
* Fixes some warnings in the Java documentation of ardor3d-coreJulien Gouesse2019-06-188-34/+74
|
* Fixes some warnings in the Java documentation of ardor3d-coreJulien Gouesse2019-06-179-77/+137
|
* Fixes some errors in the Java documentation of ardor3d-coreJulien Gouesse2019-06-1612-104/+125
|
* Fixes some errors in the Java documentation of ardor3d-coreJulien Gouesse2019-06-1429-257/+320
|
* Fixes some errors in the Java documentation of ardor3d-coreJulien Gouesse2019-06-1417-229/+259
|
* Fixes some errors in the Java documentation of ardor3d-uiJulien Gouesse2019-06-1422-88/+204
|
* Fixes some errors in the Java documentation of ardor3d-uiJulien Gouesse2019-06-058-18/+53
|
* Fixes some errors in the Java documentation of ardor3d-examplesJulien Gouesse2019-06-059-53/+150
|
* Fixes some errors in the Java documentation of ardor3d-mathJulien Gouesse2019-06-057-43/+286
|
* Fixes some errors in the Java documentation of ardor3d-mathJulien Gouesse2019-06-045-4/+39
|
* Fixes some errors in the Java documentation of ardor3d-mathJulien Gouesse2019-06-035-20/+120
|
* Fixes some errors in the Java documentation of ardor3d-mathJulien Gouesse2019-06-0314-224/+524
|
* Fixes some errors in the Java documentation of ParallelSplitShadowMapPassJulien Gouesse2019-06-035-82/+100
|
* Fixes some errors in the Java documentation of ardor3d-mathJulien Gouesse2019-06-026-122/+177
|
* Fixes a few errors in the Java documentation of ardor3d-mathJulien Gouesse2019-06-022-0/+4
|
* Adds some comments into ArchimedeanSpiralFunction3DJulien Gouesse2019-06-021-0/+3
|
* Adds some comments into BrickGridFunction3DJulien Gouesse2019-06-021-0/+14
|
* Fixes some errors in the Java documentation of ardor3d-joglJulien Gouesse2019-06-017-93/+206
|
* Fixes some errors in the Java documentation of ardor3d-effectsJulien Gouesse2019-06-016-137/+176
|
* Fixes some errors in the Java documentation of ardor3d-extrasJulien Gouesse2019-06-0112-110/+213
|
* Fixes some errors in the Java documentation of ardor3d-savableJulien Gouesse2019-06-013-13/+28
|
* Fixes some errors in the Java documentation of ardor3d-terrainJulien Gouesse2019-06-0111-128/+230
|
* Fixes some errors in the Java documentation of ardor3d-swtJulien Gouesse2019-06-011-11/+8
|
* Fixes some errors in the Java documentation of ardor3d-colladaJulien Gouesse2019-06-0112-66/+117
|
* Fixes some errors in the Java documentation of ardor3d-awtJulien Gouesse2019-06-012-25/+40
|
* Builds ardor3d-performance with Maven in order to fix the javadoc generationJulien Gouesse2019-06-012-0/+39
|
* Stops using a broken repository to get SWT with Maven and partially fixes ↵Julien Gouesse2019-06-012-25/+51
| | | | the generation of the Java documentation
* Removes the last reference to Google Guava and updates the links to the Java ↵Julien Gouesse2019-06-011-7/+2
| | | | API documentation
* Replaces Guava's Multimap by Java Map in ardor3d-collada and removes Google ↵Julien Gouesse2019-05-2810-97/+179
| | | | Guava from the build scripts as it's no longer used in JogAmp's Ardor3D Continuation (issue #13)
* Replaces Guava's Multimap by Java Map in MeshCombiner (issue #13)Julien Gouesse2019-05-281-16/+37
|
* Replaces Guava's Multimap by Java Map in DisplayListDelegate (issue #13)Julien Gouesse2019-05-281-15/+38
|
* Replaces Guava's Multimap by Java Map in TextureManager and adds some null ↵Julien Gouesse2019-05-282-23/+80
| | | | checks into AbstractBufferData (issue #13)
* Replaces Guava's Multimap by Java Map in AbstractBufferData (issue #13)Julien Gouesse2019-05-271-17/+67
|
* Replaces Guava's Multimap by Java Map in ardor3d-animation (issue #13)Julien Gouesse2019-05-271-7/+35
|
* Replaces Guava's Multimap by Java Map in ardor3d-ui (issue #13)Julien Gouesse2019-05-271-8/+14
|