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
*
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
*
Fixes a very minor warning in ExampleRunner.java
Julien Gouesse
2022-10-23
1
-1
/
+2
*
Fixes gradle build with Gradle 7.2
Julien Gouesse
2021-09-04
15
-4
/
+79
*
Fixes gradle clean with Gradle 7.2
Julien Gouesse
2021-09-04
18
-53
/
+56
*
Removes the obsolete Gradle wrapper
Julien Gouesse
2021-09-04
4
-260
/
+0
*
Adds a default constructor without arguments into PhysicalLayer
Julien Gouesse
2021-09-04
1
-1
/
+7
*
Switches to JUnit 4.13.2 and adds some additional dependencies to fix mvn site
Julien Gouesse
2021-09-03
1
-1
/
+25
*
Replaces the obsolete EasyMock Class Extension by the latest version of EasyMock
Julien Gouesse
2021-09-03
4
-12
/
+12
*
Removes a redundancy in Maven dependency declarations for SWT
Julien Gouesse
2021-09-03
1
-4
/
+0
*
Switches to maven-javadoc-plugin 3.3.0 and updates the links to the Java API ...
Julien Gouesse
2021-08-30
1
-4
/
+4
*
Opens a module to all unnamed modules to fix the tests
Julien Gouesse
2021-08-30
1
-0
/
+1
*
Switches to Java 16
Julien Gouesse
2021-08-30
1
-1
/
+1
*
Removes the misleading VBO interleaved data mode
Julien Gouesse
2021-08-30
10
-429
/
+50
*
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
*
Allows to ignore zero floating-point value representation's sign, resets to t...
Julien Gouesse
2021-02-09
11
-38
/
+64
*
Reduces the memory footprint of many hashCode() methods by avoiding to create...
Julien Gouesse
2021-02-08
15
-42
/
+51
*
Fixes a spelling mistake in a comment
Julien Gouesse
2021-02-08
1
-1
/
+1
*
Fixes the Java documentation again
Julien Gouesse
2021-02-05
3
-3
/
+3
*
Updates the Java documentation in order to reflect the change in the manageme...
Julien Gouesse
2021-02-05
3
-0
/
+9
*
Fixes Maven 'site' and uses Java 14 to compile the project
Julien Gouesse
2021-02-05
1
-19
/
+19
*
Fixes Vector*.equals() inconsistent with hashCode()
Julien Gouesse
2021-02-05
3
-3
/
+5
*
Allows to build the project for Java 8 but with Java >= 9 by using the releas...
Julien Gouesse
2020-03-30
1
-8
/
+6
*
Fixes the Java documentation of MathUtils
Julien Gouesse
2019-11-29
1
-3
/
+3
*
Fixes the generation of the Java API documentation and removes some duplicate...
Julien Gouesse
2019-08-25
19
-2076
/
+688
*
Partially fixes the generation of the Java API documentation (there are still...
Julien Gouesse
2019-08-23
23
-49
/
+42
*
Stops using the release option in the Maven build to allow to build the proje...
Julien Gouesse
2019-08-22
1
-2
/
+4
*
Removes the remaining references to Github
Julien Gouesse
2019-08-21
7
-13
/
+11
*
Moves the missing files from ArdorCraftAPITest into ardor3d-examples
Julien Gouesse
2019-08-17
8
-0
/
+105
*
Moves ArdorCraftAPITest into ardor3d-examples
Julien Gouesse
2019-08-17
27
-0
/
+5888
*
Moves ArdorCraft into ardor3d-craft
Julien Gouesse
2019-08-17
77
-1
/
+10556
*
Uses the release option in the Maven build to ease the use of Java >= 9
Julien Gouesse
2019-08-12
17
-20
/
+50
*
Fixes the Gradle build
Julien Gouesse
2019-08-12
2
-0
/
+10
[next]