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
*
Fixes some errors in the Java documentation of ardor3d-effects
Julien Gouesse
2019-06-01
6
-137
/
+176
*
Fixes some errors in the Java documentation of ardor3d-extras
Julien Gouesse
2019-06-01
12
-110
/
+213
*
Fixes some errors in the Java documentation of ardor3d-savable
Julien Gouesse
2019-06-01
3
-13
/
+28
*
Fixes some errors in the Java documentation of ardor3d-terrain
Julien Gouesse
2019-06-01
11
-128
/
+230
*
Fixes some errors in the Java documentation of ardor3d-swt
Julien Gouesse
2019-06-01
1
-11
/
+8
*
Fixes some errors in the Java documentation of ardor3d-collada
Julien Gouesse
2019-06-01
12
-66
/
+117
*
Fixes some errors in the Java documentation of ardor3d-awt
Julien Gouesse
2019-06-01
2
-25
/
+40
*
Builds ardor3d-performance with Maven in order to fix the javadoc generation
Julien Gouesse
2019-06-01
2
-0
/
+39
*
Stops using a broken repository to get SWT with Maven and partially fixes the...
Julien Gouesse
2019-06-01
2
-25
/
+51
*
Removes the last reference to Google Guava and updates the links to the Java ...
Julien Gouesse
2019-06-01
1
-7
/
+2
*
Replaces Guava's Multimap by Java Map in ardor3d-collada and removes Google G...
Julien Gouesse
2019-05-28
10
-97
/
+179
*
Replaces Guava's Multimap by Java Map in MeshCombiner (issue #13)
Julien Gouesse
2019-05-28
1
-16
/
+37
*
Replaces Guava's Multimap by Java Map in DisplayListDelegate (issue #13)
Julien Gouesse
2019-05-28
1
-15
/
+38
*
Replaces Guava's Multimap by Java Map in TextureManager and adds some null ch...
Julien Gouesse
2019-05-28
2
-23
/
+80
*
Replaces Guava's Multimap by Java Map in AbstractBufferData (issue #13)
Julien Gouesse
2019-05-27
1
-17
/
+67
*
Replaces Guava's Multimap by Java Map in ardor3d-animation (issue #13)
Julien Gouesse
2019-05-27
1
-7
/
+35
*
Replaces Guava's Multimap by Java Map in ardor3d-ui (issue #13)
Julien Gouesse
2019-05-27
1
-8
/
+14
*
Fixes Arial 16 thanks to Renanse's commit 2172c9c21ea55024e61635c58e4eb1add7f...
Julien Gouesse
2019-05-27
5
-1404
/
+1439
*
Replaces Guava's enum multisets by Java EnumMap (issue #13)
Julien Gouesse
2019-05-27
4
-46
/
+40
*
Fixes a bug introduced while fixing the issue #13: the keyboard input was no ...
Julien Gouesse
2019-05-27
1
-5
/
+2
*
Sets the compiler compliance to 1.8
Julien Gouesse
2019-05-26
18
-58
/
+77
*
Disables the tests of the physical layer
Julien Gouesse
2019-05-26
1
-130
/
+123
*
Fixes the compile errors caused by the previous commit in a test
Julien Gouesse
2019-05-26
1
-57
/
+57
*
Replaces Guava's Predicate by Java 8 Predicate (issue #13)
Julien Gouesse
2019-05-26
22
-138
/
+152
*
Replaces Guava's AbstractIterator by a modified copy of this class
Julien Gouesse
2018-09-14
4
-3
/
+197
*
Replaces Guava's PeekingIterator
Julien Gouesse
2018-09-13
16
-250
/
+248
*
Replaces Guava's ByteSource in ardor3d-terrain
Julien Gouesse
2018-07-14
4
-57
/
+56
*
Replaces Guava's ThreadFactoryBuilder
Julien Gouesse
2018-07-14
1
-8
/
+29
*
Replaces Guava's checkArgument
Julien Gouesse
2018-07-14
1
-6
/
+8
*
Replaces Guava's checkNotNull by Objects.requireNonNull
Julien Gouesse
2018-07-14
4
-17
/
+14
*
Merge branch 'master' of https://github.com/gouessej/Ardor3D
Julien Gouesse
2018-07-14
1
-1
/
+3
|
\
|
*
Update README.md
Julien Gouesse
2018-06-04
1
-1
/
+3
*
|
Replaces Guava's checkNonNull by Objects.requireNonNull
Julien Gouesse
2018-07-14
4
-15
/
+14
|
/
*
Drops Guava's immutable lists, sets and maps
Julien Gouesse
2018-02-12
16
-123
/
+140
*
Merges several Renanse's commits
Julien Gouesse
2018-01-27
83
-1370
/
+2150
|
\
|
*
Added an additional default to GridLayoutData
Joshua Slack
2018-01-15
1
-4
/
+14
|
*
Updated interact widget mouseover code to pass through Canvas and provided a ...
Joshua Slack
2018-01-15
14
-25
/
+201
|
*
Update to mouse manager allowing null to be passed to setCursor to signify cl...
Joshua Slack
2018-01-15
4
-6
/
+10
|
*
Added new method to Canvas interface providing a way to store and retrieve th...
Joshua Slack
2018-01-15
21
-88
/
+245
|
*
Fixed a highlight bug when mouseover moves between multiple rings without mou...
Joshua Slack
2018-01-06
2
-12
/
+13
|
*
Small tweak to help with mouseovers in compound widget
Joshua Slack
2018-01-05
1
-5
/
+11
|
*
Small tweak to eclipse project settings
Joshua Slack
2018-01-04
11
-11
/
+11
|
*
Made these public to allow for access from compound widget style classes.
Joshua Slack
2017-10-31
1
-2
/
+2
|
*
Added the concept of mouseEntered/Departed to InteractWidgets and applied the...
Joshua Slack
2017-10-30
7
-256
/
+262
|
*
Fixed some redundant scaling code and pulled widget scale calculation out int...
Joshua Slack
2017-10-27
6
-39
/
+33
|
*
Fix mouseover/click issue with pie menu when start angle is negative.
Joshua Slack
2017-10-26
2
-9
/
+10
|
*
Fix for unnecessary exceptions when ardor3d is given a control character it d...
Joshua Slack
2017-10-24
1
-108
/
+113
|
*
Added a simple way to inject input checks after UI widgets are handled, but b...
Joshua Slack
2017-10-23
2
-7
/
+50
|
*
Clean up some build files.
Joshua Slack
2017-10-19
3
-37
/
+36
|
*
Small tweak to fix scroll bug in example
Joshua Slack
2017-10-19
1
-2
/
+3
[next]