index
:
ardor3d.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switches to JOGL 2.5.0
HEAD
master
Julien Gouesse
2023-12-03
5
-11
/
+11
*
Updates EasyMock to fix the compilation with Java 21
Julien Gouesse
2023-12-03
1
-1
/
+1
*
Switches to JOGL 2.5.0 RC 20230507
Julien Gouesse
2023-05-08
5
-11
/
+11
*
Drops Maven build scripts as it's replaced by Gradle
Julien Gouesse
2023-04-17
23
-1373
/
+0
*
Generates and publishes the aggregated Java API documentation
Julien Gouesse
2023-04-17
1
-0
/
+1
*
Generates the aggregated Java API documentation
Julien Gouesse
2023-04-17
1
-0
/
+32
*
Generates the aggregated Java API documentation
Julien Gouesse
2023-04-17
1
-0
/
+11
*
Refreshes the local Maven cache before uploading the Maven artifacts
Julien Gouesse
2023-04-15
1
-0
/
+1
*
Moves the task to publish the Maven artifact into the subproject level
Julien Gouesse
2023-04-15
1
-31
/
+30
*
Removes an obsolete comment
Julien Gouesse
2023-04-15
1
-1
/
+1
*
Fixes the destination path of the Maven artifacts
Julien Gouesse
2023-04-15
1
-1
/
+1
*
Stops generating a useless artifact for the top level project
Julien Gouesse
2023-04-15
1
-6
/
+7
*
Publishes all Maven publications produced by this project to the remote JogAm...
Julien Gouesse
2023-04-15
2
-2
/
+41
*
Switches back to Java 20 in the Gradle build, requires at least Gradle 8.1, t...
Julien Gouesse
2023-04-15
1
-3
/
+4
*
Uses the Gradle plugin 'maven-publish' to publish to a Maven local repository
Julien Gouesse
2023-04-09
1
-0
/
+37
*
Uses Java 19 in the Maven build too
Julien Gouesse
2023-04-09
1
-1
/
+1
*
Fixes a spelling mistake in the documentation of SoundSystemConfig
Julien Gouesse
2023-04-09
1
-1
/
+1
*
Fixes many errors in the Java documentation of ardor3d-audio
Julien Gouesse
2023-04-09
17
-43
/
+43
*
Fixes the Java documentation of ardor3d-audio-joal
Julien Gouesse
2023-04-09
3
-15
/
+19
*
Prepares the removal of deprecated calls to URL constructors to improve the s...
Julien Gouesse
2023-04-09
5
-4
/
+26
*
Runs the example runner with gradle run in ardor3d-examples
Julien Gouesse
2023-04-09
1
-0
/
+8
*
Uses Java 19 in the gradle build, cannot use Java 20 yet as Gradle doesn't su...
Julien Gouesse
2023-04-09
1
-2
/
+2
*
Uses JOGL 2.4.0 and JOGL in the Gradle ardor3d-examples project's build
Julien Gouesse
2023-04-09
1
-2
/
+5
*
Adds ardor3d-audio-joal into the Maven build
Julien Gouesse
2023-04-09
2
-1
/
+44
*
Adds ardor3d-audio into the Maven build
Julien Gouesse
2023-04-09
2
-2
/
+24
*
Updates many Maven build dependencies, uses Java 20 in pom.xml
Julien Gouesse
2023-04-09
1
-28
/
+30
*
Removes useless obsolete files specific to Eclipse and NetBeans
Julien Gouesse
2023-04-09
37
-6146
/
+0
*
Supports the vertex data in all known orders in the OFF importer
Julien Gouesse
2023-03-09
3
-66
/
+84
*
Supports a map of indexed colors in the OFF importer
Julien Gouesse
2023-03-09
2
-3
/
+38
*
Modifies the log level and uncomments the mesh optimization in the OFF importer
Julien Gouesse
2023-03-09
6
-13
/
+12
*
Detects the 64 distinct off keywords in the OFF importer, clarifies which one...
Julien Gouesse
2023-03-08
4
-340
/
+722
*
Tries to generate all possible supported off keywords in the OFF importer
Julien Gouesse
2023-03-08
2
-49
/
+182
*
Removes the useless commented code in the OFF importer again
Julien Gouesse
2023-03-07
1
-23
/
+0
*
Removes the useless commented code in the OFF importer
Julien Gouesse
2023-03-07
1
-38
/
+0
*
Removes the class handling edges, fixes the alpha color component management ...
Julien Gouesse
2023-03-07
5
-159
/
+73
*
Improves the OFF importer, which can now support meshes with colors on vertices
Julien Gouesse
2023-03-07
3
-43
/
+301
*
Adds the very first (unfinished, work in progress) blueprint of the OFF importer
Julien Gouesse
2023-03-06
8
-0
/
+911
*
Adds an OFF model
Julien Gouesse
2023-03-06
1
-0
/
+12394
*
Adds some OFF models (https://people.sc.fsu.edu/~jburkardt/data/off/off.html)...
Julien Gouesse
2023-03-04
22
-0
/
+7702
*
Clarifies some types in ardor3d-audio
Julien Gouesse
2023-02-16
5
-60
/
+32
*
Removes some deprecated calls in order to ease compilation with future versio...
Julien Gouesse
2023-02-15
18
-125
/
+38
*
Adds the JogAmp development repository in order to use JOGL 2.4.0 with Maven
Julien Gouesse
2023-02-15
1
-0
/
+9
*
Upgrades EasyMock to fix Maven and Gradle builds without skipping the tests
Julien Gouesse
2023-02-15
2
-3
/
+3
*
Switches to JOGL 2.4.0
Julien Gouesse
2023-02-13
5
-9
/
+9
*
Fixes Gradle clean target (now uses Gradle 8.0)
Julien Gouesse
2023-02-13
1
-4
/
+4
*
Adds the JOAL backend of the Ardor3D sound system
Julien Gouesse
2022-10-24
5
-0
/
+2608
*
Uses Ardor3D Math in Ardor3D Audio
Julien Gouesse
2022-10-24
5
-313
/
+98
*
Removes another warning message to drive the compilation future-proof
Julien Gouesse
2022-10-24
1
-1
/
+1
*
Adds an audio system to Ardor3D, no backend yet
Julien Gouesse
2022-10-23
56
-1
/
+20565
*
Switches to Java 17
Julien Gouesse
2022-10-23
3
-18
/
+5
[next]