Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes another warning message to drive the compilation future-proof | Julien Gouesse | 2022-10-24 | 1 | -1/+1 |
| | |||||
* | Fixes gradle build with Gradle 7.2 | Julien Gouesse | 2021-09-04 | 1 | -0/+1 |
| | |||||
* | Fixes gradle clean with Gradle 7.2 | Julien Gouesse | 2021-09-04 | 1 | -1/+1 |
| | |||||
* | Adds a default constructor without arguments into PhysicalLayer | Julien Gouesse | 2021-09-04 | 1 | -1/+7 |
| | |||||
* | Removes the misleading VBO interleaved data mode | Julien Gouesse | 2021-08-30 | 6 | -198/+30 |
| | |||||
* | Adds a method to retrieve the normals of a primitive | Julien Gouesse | 2021-03-04 | 1 | -0/+44 |
| | |||||
* | Fixes a spelling mistake in a comment | Julien Gouesse | 2021-02-27 | 1 | -7/+7 |
| | |||||
* | Partially fixes the generation of the Java API documentation (there are ↵ | Julien Gouesse | 2019-08-23 | 1 | -1/+1 |
| | | | | still some warnings) | ||||
* | Removes the remaining references to Github | Julien Gouesse | 2019-08-21 | 1 | -1/+1 |
| | |||||
* | Uses the release option in the Maven build to ease the use of Java >= 9 | Julien Gouesse | 2019-08-12 | 1 | -1/+3 |
| | |||||
* | Removes a useless jardesc file | Julien Gouesse | 2019-08-12 | 1 | -17/+0 |
| | |||||
* | Replaces com.ardor3d by org.jogamp.ardor3d in the Maven group id | Julien Gouesse | 2019-06-30 | 1 | -1/+1 |
| | |||||
* | Fixes some warnings in the Java documentation of ardor3d-core | Julien Gouesse | 2019-06-30 | 5 | -10/+138 |
| | |||||
* | Fixes some warnings in the Java documentation of ardor3d-core | Julien Gouesse | 2019-06-30 | 32 | -154/+329 |
| | |||||
* | Fixes some warnings in the Java documentation of ardor3d-core | Julien Gouesse | 2019-06-18 | 8 | -34/+74 |
| | |||||
* | Fixes some warnings in the Java documentation of ardor3d-core | Julien Gouesse | 2019-06-17 | 9 | -77/+137 |
| | |||||
* | Fixes some errors in the Java documentation of ardor3d-core | Julien Gouesse | 2019-06-16 | 12 | -104/+125 |
| | |||||
* | Fixes some errors in the Java documentation of ardor3d-core | Julien Gouesse | 2019-06-14 | 29 | -257/+320 |
| | |||||
* | Fixes some errors in the Java documentation of ardor3d-core | Julien Gouesse | 2019-06-14 | 17 | -229/+259 |
| | |||||
* | Fixes some errors in the Java documentation of ParallelSplitShadowMapPass | Julien Gouesse | 2019-06-03 | 3 | -53/+62 |
| | |||||
* | Replaces Guava's Multimap by Java Map in ardor3d-collada and removes Google ↵ | Julien Gouesse | 2019-05-28 | 3 | -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 Gouesse | 2019-05-28 | 1 | -16/+37 |
| | |||||
* | Replaces Guava's Multimap by Java Map in DisplayListDelegate (issue #13) | Julien Gouesse | 2019-05-28 | 1 | -15/+38 |
| | |||||
* | Replaces Guava's Multimap by Java Map in TextureManager and adds some null ↵ | Julien Gouesse | 2019-05-28 | 2 | -23/+80 |
| | | | | checks into AbstractBufferData (issue #13) | ||||
* | Replaces Guava's Multimap by Java Map in AbstractBufferData (issue #13) | Julien Gouesse | 2019-05-27 | 1 | -17/+67 |
| | |||||
* | Replaces Guava's enum multisets by Java EnumMap (issue #13) | Julien Gouesse | 2019-05-27 | 1 | -19/+16 |
| | |||||
* | Sets the compiler compliance to 1.8 | Julien Gouesse | 2019-05-26 | 1 | -3/+4 |
| | |||||
* | Disables the tests of the physical layer | Julien Gouesse | 2019-05-26 | 1 | -130/+123 |
| | |||||
* | Fixes the compile errors caused by the previous commit in a test | Julien Gouesse | 2019-05-26 | 1 | -57/+57 |
| | |||||
* | Replaces Guava's Predicate by Java 8 Predicate (issue #13) | Julien Gouesse | 2019-05-26 | 19 | -110/+121 |
| | |||||
* | Replaces Guava's AbstractIterator by a modified copy of this class | Julien Gouesse | 2018-09-14 | 4 | -3/+197 |
| | |||||
* | Replaces Guava's PeekingIterator | Julien Gouesse | 2018-09-13 | 9 | -99/+215 |
| | |||||
* | Replaces Guava's checkArgument | Julien Gouesse | 2018-07-14 | 1 | -6/+8 |
| | |||||
* | Replaces Guava's checkNotNull by Objects.requireNonNull | Julien Gouesse | 2018-07-14 | 1 | -4/+2 |
| | |||||
* | Drops Guava's immutable lists, sets and maps | Julien Gouesse | 2018-02-12 | 5 | -54/+55 |
| | |||||
* | Merges several Renanse's commits | Julien Gouesse | 2018-01-27 | 4 | -13/+72 |
|\ | |||||
| * | Added new method to Canvas interface providing a way to store and retrieve ↵ | Joshua Slack | 2018-01-15 | 1 | -1/+15 |
| | | | | | | | | the mouse manager for a given canvas. | ||||
| * | Small tweak to eclipse project settings | Joshua Slack | 2018-01-04 | 1 | -1/+1 |
| | | |||||
| * | Added some additional caps detection + divorced UIContainer standin texture ↵ | Joshua Slack | 2017-10-16 | 1 | -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 Slack | 2017-09-29 | 2 | -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 gradle | Joshua Slack | 2017-09-19 | 1 | -0/+6 |
| | | |||||
* | | Merges several Renanse's commits about pie menu and disk | Julien Gouesse | 2018-01-27 | 2 | -54/+171 |
|\| | |||||
| * | Updates to Disk to allow for hole in center. | Joshua Slack | 2017-09-06 | 1 | -49/+142 |
| | | |||||
| * | Add a local rotation to BillboardNode that is applied post orientation. This ↵ | mallanmba | 2017-06-14 | 1 | -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 class | Joshua Slack | 2017-04-27 | 1 | -10/+10 |
| | | |||||
* | | Merge commit 'ec637d5a3fffe01ed4346c73fab91d8447a7192d' | Julien Gouesse | 2018-01-27 | 1 | -0/+308 |
|\| | |||||
| * | Added a new 9-slice capable BMTextBackground to use with BMText/BasicText ↵ | Joshua Slack | 2017-04-21 | 1 | -0/+308 |
| | | | | | | | | and added it to the ShapesExample. | ||||
* | | Merges Renanse's commit f6f91cb78b3cb24b8e1c61cbaf5df7e5ce2b3323 | Julien Gouesse | 2018-01-27 | 2 | -19/+39 |
|\| | |||||
| * | Added a way to set default color by float values to Mesh. | Joshua Slack | 2017-04-21 | 2 | -19/+39 |
| | | |||||
* | | Merges Renanse's commit 9e9c406384a5ef51fd777d936932382f8dde0dc4 | Julien Gouesse | 2018-01-27 | 3 | -97/+120 |
|\| |