aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Switches to JOGL 2.5.0HEADmasterJulien Gouesse2023-12-035-11/+11
* Updates EasyMock to fix the compilation with Java 21Julien Gouesse2023-12-031-1/+1
* Switches to JOGL 2.5.0 RC 20230507Julien Gouesse2023-05-085-11/+11
* Drops Maven build scripts as it's replaced by GradleJulien Gouesse2023-04-1723-1373/+0
* Generates and publishes the aggregated Java API documentationJulien Gouesse2023-04-171-0/+1
* Generates the aggregated Java API documentationJulien Gouesse2023-04-171-0/+32
* Generates the aggregated Java API documentationJulien Gouesse2023-04-171-0/+11
* Refreshes the local Maven cache before uploading the Maven artifactsJulien Gouesse2023-04-151-0/+1
* Moves the task to publish the Maven artifact into the subproject levelJulien Gouesse2023-04-151-31/+30
* Removes an obsolete commentJulien Gouesse2023-04-151-1/+1
* 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