aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-core
Commit message (Collapse)AuthorAgeFilesLines
* Drops Maven build scripts as it's replaced by GradleJulien Gouesse2023-04-171-23/+0
|
* Prepares the removal of deprecated calls to URL constructors to improve the ↵Julien Gouesse2023-04-093-2/+16
| | | | support of Java 20
* Removes useless obsolete files specific to Eclipse and NetBeansJulien Gouesse2023-04-092-394/+0
|
* Removes some deprecated calls in order to ease compilation with future ↵Julien Gouesse2023-02-156-52/+13
| | | | versions of Java
* Removes another warning message to drive the compilation future-proofJulien Gouesse2022-10-241-1/+1
|
* Fixes gradle build with Gradle 7.2Julien Gouesse2021-09-041-0/+1
|
* Fixes gradle clean with Gradle 7.2Julien Gouesse2021-09-041-1/+1
|
* Adds a default constructor without arguments into PhysicalLayerJulien Gouesse2021-09-041-1/+7
|
* Removes the misleading VBO interleaved data modeJulien Gouesse2021-08-306-198/+30
|
* Adds a method to retrieve the normals of a primitiveJulien Gouesse2021-03-041-0/+44
|
* Fixes a spelling mistake in a commentJulien Gouesse2021-02-271-7/+7
|
* Partially fixes the generation of the Java API documentation (there are ↵Julien Gouesse2019-08-231-1/+1
| | | | still some warnings)
* Removes the remaining references to GithubJulien Gouesse2019-08-211-1/+1
|
* Uses the release option in the Maven build to ease the use of Java >= 9Julien Gouesse2019-08-121-1/+3
|
* Removes a useless jardesc fileJulien Gouesse2019-08-121-17/+0
|
* Replaces com.ardor3d by org.jogamp.ardor3d in the Maven group idJulien Gouesse2019-06-301-1/+1
|
* 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 ParallelSplitShadowMapPassJulien Gouesse2019-06-033-53/+62
|
* Replaces Guava's Multimap by Java Map in ardor3d-collada and removes Google ↵Julien Gouesse2019-05-283-8/+2
| | | | 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 enum multisets by Java EnumMap (issue #13)Julien Gouesse2019-05-271-19/+16
|
* Sets the compiler compliance to 1.8Julien Gouesse2019-05-261-3/+4
|
* Disables the tests of the physical layerJulien Gouesse2019-05-261-130/+123
|
* Fixes the compile errors caused by the previous commit in a testJulien Gouesse2019-05-261-57/+57
|
* Replaces Guava's Predicate by Java 8 Predicate (issue #13)Julien Gouesse2019-05-2619-110/+121
|
* Replaces Guava's AbstractIterator by a modified copy of this classJulien Gouesse2018-09-144-3/+197
|
* Replaces Guava's PeekingIteratorJulien Gouesse2018-09-139-99/+215
|
* Replaces Guava's checkArgumentJulien Gouesse2018-07-141-6/+8
|
* Replaces Guava's checkNotNull by Objects.requireNonNullJulien Gouesse2018-07-141-4/+2
|
* Drops Guava's immutable lists, sets and mapsJulien Gouesse2018-02-125-54/+55
|
* Merges several Renanse's commitsJulien Gouesse2018-01-274-13/+72
|\
| * Added new method to Canvas interface providing a way to store and retrieve ↵Joshua Slack2018-01-151-1/+15
| | | | | | | | the mouse manager for a given canvas.
| * Small tweak to eclipse project settingsJoshua Slack2018-01-041-1/+1
| |
| * Added some additional caps detection + divorced UIContainer standin texture ↵Joshua Slack2017-10-161-20/+53
| | | | | | | | size from camera. This should help in serveral situations such as window size being tiny during init, or different contexts having different window sizes.
| * Added centerOn method to UIComponent to make it simpler to center a ↵Joshua Slack2017-09-292-12/+24
| | | | | | | | | | | | | | component on another component or the hud. Fixed issue in sliders when min value is not 0. Clean up warnings.
| * Experimental conversion to gradleJoshua Slack2017-09-191-0/+6
| |
* | Merges several Renanse's commits about pie menu and diskJulien Gouesse2018-01-272-54/+171
|\|
| * Updates to Disk to allow for hole in center.Joshua Slack2017-09-061-49/+142
| |
| * Add a local rotation to BillboardNode that is applied post orientation. This ↵mallanmba2017-06-141-5/+29
| | | | | | | | is to allow consistency between Y up and Z up conventions - i.e. when we change state of the Billboard behavior, we should not have to transform the Billboard children for things to make sense. Also, AxialZ was rotated 180 degrees so that switching back and forth between ScreenAligned and AxialZ (with a 90 degree rotation around X) is consistent.
| * Made GeometryTool effectively into a static classJoshua Slack2017-04-271-10/+10
| |
* | Merge commit 'ec637d5a3fffe01ed4346c73fab91d8447a7192d'Julien Gouesse2018-01-271-0/+308
|\|