aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removes the useless commented code in the OFF importer againJulien Gouesse2023-03-071-23/+0
* Removes the useless commented code in the OFF importerJulien Gouesse2023-03-071-38/+0
* Removes the class handling edges, fixes the alpha color component management ...Julien Gouesse2023-03-075-159/+73
* Improves the OFF importer, which can now support meshes with colors on verticesJulien Gouesse2023-03-073-43/+301
* Adds the very first (unfinished, work in progress) blueprint of the OFF importerJulien Gouesse2023-03-068-0/+911
* Adds an OFF modelJulien Gouesse2023-03-061-0/+12394
* Adds some OFF models (https://people.sc.fsu.edu/~jburkardt/data/off/off.html)...Julien Gouesse2023-03-0422-0/+7702
* Clarifies some types in ardor3d-audioJulien Gouesse2023-02-165-60/+32
* Removes some deprecated calls in order to ease compilation with future versio...Julien Gouesse2023-02-1518-125/+38
* Adds the JogAmp development repository in order to use JOGL 2.4.0 with MavenJulien Gouesse2023-02-151-0/+9
* Upgrades EasyMock to fix Maven and Gradle builds without skipping the testsJulien Gouesse2023-02-152-3/+3
* Switches to JOGL 2.4.0Julien Gouesse2023-02-135-9/+9
* Fixes Gradle clean target (now uses Gradle 8.0)Julien Gouesse2023-02-131-4/+4
* Adds the JOAL backend of the Ardor3D sound systemJulien Gouesse2022-10-245-0/+2608
* Uses Ardor3D Math in Ardor3D AudioJulien Gouesse2022-10-245-313/+98
* Removes another warning message to drive the compilation future-proofJulien Gouesse2022-10-241-1/+1
* Adds an audio system to Ardor3D, no backend yetJulien Gouesse2022-10-2356-1/+20565
* Switches to Java 17Julien Gouesse2022-10-233-18/+5
* Fixes a very minor warning in ExampleRunner.javaJulien Gouesse2022-10-231-1/+2
* Fixes gradle build with Gradle 7.2Julien Gouesse2021-09-0415-4/+79
* Fixes gradle clean with Gradle 7.2Julien Gouesse2021-09-0418-53/+56
* Removes the obsolete Gradle wrapperJulien Gouesse2021-09-044-260/+0
* Adds a default constructor without arguments into PhysicalLayerJulien Gouesse2021-09-041-1/+7
* Switches to JUnit 4.13.2 and adds some additional dependencies to fix mvn siteJulien Gouesse2021-09-031-1/+25
* Replaces the obsolete EasyMock Class Extension by the latest version of EasyMockJulien Gouesse2021-09-034-12/+12
* Removes a redundancy in Maven dependency declarations for SWTJulien Gouesse2021-09-031-4/+0
* Switches to maven-javadoc-plugin 3.3.0 and updates the links to the Java API ...Julien Gouesse2021-08-301-4/+4
* Opens a module to all unnamed modules to fix the testsJulien Gouesse2021-08-301-0/+1
* Switches to Java 16Julien Gouesse2021-08-301-1/+1
* Removes the misleading VBO interleaved data modeJulien Gouesse2021-08-3010-429/+50
* 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
* Allows to ignore zero floating-point value representation's sign, resets to t...Julien Gouesse2021-02-0911-38/+64
* Reduces the memory footprint of many hashCode() methods by avoiding to create...Julien Gouesse2021-02-0815-42/+51
* Fixes a spelling mistake in a commentJulien Gouesse2021-02-081-1/+1
* Fixes the Java documentation againJulien Gouesse2021-02-053-3/+3
* Updates the Java documentation in order to reflect the change in the manageme...Julien Gouesse2021-02-053-0/+9
* Fixes Maven 'site' and uses Java 14 to compile the projectJulien Gouesse2021-02-051-19/+19
* Fixes Vector*.equals() inconsistent with hashCode()Julien Gouesse2021-02-053-3/+5
* Allows to build the project for Java 8 but with Java >= 9 by using the releas...Julien Gouesse2020-03-301-8/+6
* Fixes the Java documentation of MathUtilsJulien Gouesse2019-11-291-3/+3
* Fixes the generation of the Java API documentation and removes some duplicate...Julien Gouesse2019-08-2519-2076/+688
* Partially fixes the generation of the Java API documentation (there are still...Julien Gouesse2019-08-2323-49/+42
* Stops using the release option in the Maven build to allow to build the proje...Julien Gouesse2019-08-221-2/+4
* 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