aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixes Arial 16 thanks to Renanse's commit ↵Julien Gouesse2019-05-275-1404/+1439
| | | | 2172c9c21ea55024e61635c58e4eb1add7fc656d
* Replaces Guava's enum multisets by Java EnumMap (issue #13)Julien Gouesse2019-05-274-46/+40
|
* Fixes a bug introduced while fixing the issue #13: the keyboard input was no ↵Julien Gouesse2019-05-271-5/+2
| | | | longer working when using JOGL with NEWT
* Sets the compiler compliance to 1.8Julien Gouesse2019-05-2618-58/+77
|
* 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-2622-138/+152
|
* Replaces Guava's AbstractIterator by a modified copy of this classJulien Gouesse2018-09-144-3/+197
|
* Replaces Guava's PeekingIteratorJulien Gouesse2018-09-1316-250/+248
|
* Replaces Guava's ByteSource in ardor3d-terrainJulien Gouesse2018-07-144-57/+56
|
* Replaces Guava's ThreadFactoryBuilderJulien Gouesse2018-07-141-8/+29
|
* Replaces Guava's checkArgumentJulien Gouesse2018-07-141-6/+8
|
* Replaces Guava's checkNotNull by Objects.requireNonNullJulien Gouesse2018-07-144-17/+14
|
* Merge branch 'master' of https://github.com/gouessej/Ardor3DJulien Gouesse2018-07-141-1/+3
|\
| * Update README.mdJulien Gouesse2018-06-041-1/+3
| |
* | Replaces Guava's checkNonNull by Objects.requireNonNullJulien Gouesse2018-07-144-15/+14
|/
* Drops Guava's immutable lists, sets and mapsJulien Gouesse2018-02-1216-123/+140
|
* Merges several Renanse's commitsJulien Gouesse2018-01-2783-1370/+2150
|\
| * Added an additional default to GridLayoutDataJoshua Slack2018-01-151-4/+14
| |
| * Updated interact widget mouseover code to pass through Canvas and provided a ↵Joshua Slack2018-01-1514-25/+201
| | | | | | | | | | | | | | callback for mouse over/out. Added simple cursor setting callbacks to the basic interact classes. Added a few cursor graphics that may be used with InteractWidgets
| * Update to mouse manager allowing null to be passed to setCursor to signify ↵Joshua Slack2018-01-154-6/+10
| | | | | | | | clearing the cursor
| * Added new method to Canvas interface providing a way to store and retrieve ↵Joshua Slack2018-01-1521-88/+245
| | | | | | | | the mouse manager for a given canvas.