aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes the destination path of the Maven artifactsJulien Gouesse2023-04-151-1/+1
* Stops generating a useless artifact for the top level projectJulien Gouesse2023-04-151-6/+7
* Publishes all Maven publications produced by this project to the remote JogAm...Julien Gouesse2023-04-152-2/+41
* Switches back to Java 20 in the Gradle build, requires at least Gradle 8.1, t...Julien Gouesse2023-04-151-3/+4
* Uses the Gradle plugin 'maven-publish' to publish to a Maven local repositoryJulien Gouesse2023-04-091-0/+37
* Uses Java 19 in the Maven build tooJulien Gouesse2023-04-091-1/+1
* Fixes a spelling mistake in the documentation of SoundSystemConfigJulien Gouesse2023-04-091-1/+1
* Fixes many errors in the Java documentation of ardor3d-audioJulien Gouesse2023-04-0917-43/+43
* Fixes the Java documentation of ardor3d-audio-joalJulien Gouesse2023-04-093-15/+19
* Prepares the removal of deprecated calls to URL constructors to improve the s...Julien Gouesse2023-04-095-4/+26
* Runs the example runner with gradle run in ardor3d-examplesJulien Gouesse2023-04-091-0/+8
* Uses Java 19 in the gradle build, cannot use Java 20 yet as Gradle doesn't su...Julien Gouesse2023-04-091-2/+2
* Uses JOGL 2.4.0 and JOGL in the Gradle ardor3d-examples project's buildJulien Gouesse2023-04-091-2/+5
* Adds ardor3d-audio-joal into the Maven buildJulien Gouesse2023-04-092-1/+44
* Adds ardor3d-audio into the Maven buildJulien Gouesse2023-04-092-2/+24
* Updates many Maven build dependencies, uses Java 20 in pom.xmlJulien Gouesse2023-04-091-28/+30
* Removes useless obsolete files specific to Eclipse and NetBeansJulien Gouesse2023-04-0937-6146/+0
* Supports the vertex data in all known orders in the OFF importerJulien Gouesse2023-03-093-66/+84
* Supports a map of indexed colors in the OFF importerJulien Gouesse2023-03-092-3/+38
* Modifies the log level and uncomments the mesh optimization in the OFF importerJulien Gouesse2023-03-096-13/+12
* Detects the 64 distinct off keywords in the OFF importer, clarifies which one...Julien Gouesse2023-03-084-340/+722
* Tries to generate all possible supported off keywords in the OFF importerJulien Gouesse2023-03-082-49/+182
* 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