index
:
java3d/java3d-core.git
1.6-master
dev1.7.0
dev1.7.1
master
shadowmap
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
j3dcore: annotate the Shape3DRetained viewList that was missed
Harvey Harrison
2013-07-31
1
-2
/
+2
*
j3dcore: annotate the list of mirrorshapes in Shape3DRetained
Harvey Harrison
2013-07-31
2
-26
/
+24
*
j3dcore: add all the missing @Override annotations
Harvey Harrison
2013-07-31
288
-0
/
+1758
*
j3dcore: provide a public interface for AutoOffScreenCanvas3D to allow core t...
Harvey Harrison
2013-07-10
2
-1
/
+23
*
j3dcore: annotate targets array in Targets, remove two methods that had incor...
Harvey Harrison
2013-07-02
1
-21
/
+5
*
j3dcore: annotate list of dirty transformgroups
Harvey Harrison
2013-07-02
3
-8
/
+7
*
j3dcore: trivial list annotation in TransformStructure
Harvey Harrison
2013-07-02
1
-3
/
+2
*
j3dcore: annotate prioritizedSounds list in SoundScheduler
Harvey Harrison
2013-07-02
1
-17
/
+13
*
j3dcore: use Arrays.copyOf instead of clone on an int[]
Harvey Harrison
2013-07-01
2
-3
/
+5
*
j3dcore: change to ArrayList in the async error handling code
Harvey Harrison
2013-07-01
1
-4
/
+5
*
j3dcore: remove some unused state for locked geometry
Harvey Harrison
2013-07-01
2
-5
/
+0
*
j3dcore: remove unnecessary casts to WakeupCriterion
Harvey Harrison
2013-07-01
12
-23
/
+12
*
j3dcore: add type annotations to Enumerations of Nodes under a Group
Harvey Harrison
2013-07-01
2
-54
/
+51
*
j3dcore: declare some local varaibles next to where they are used
Harvey Harrison
2013-07-01
1
-29
/
+19
*
j3dcore: annotate the changeViewList in SetLiveState
Harvey Harrison
2013-07-01
4
-7
/
+7
*
j3dcore: annotate the changeViewGroup list in SetLiveState
Harvey Harrison
2013-07-01
4
-9
/
+9
*
j3dcore: remove some redundant casts to HashKey
Harvey Harrison
2013-07-01
1
-8
/
+8
*
j3dcore: annotate the scoped nodes list in SetLiveState
Harvey Harrison
2013-07-01
6
-36
/
+28
*
j3dcore: annotate some variables in the insertNodes/removeNodes message handlers
Harvey Harrison
2013-07-01
3
-18
/
+16
*
j3dcore: annotate lots of lists of Views used by ViewSpecificGroups, and setL...
Harvey Harrison
2013-07-01
6
-53
/
+48
*
j3dcore: clean up some temp variable types in ViewSpecificGroupRetained
Harvey Harrison
2013-07-01
1
-21
/
+18
*
j3dcore: unconditionally resize the offscreen layer if required when setting ...
Harvey Harrison
2013-06-30
2
-1
/
+1
*
j3dcore: use the new Utils helpers to remove the last dependency on the Dista...
Harvey Harrison
2013-06-28
5
-25
/
+15
*
j3dcore: convert GeometricTools Ray-segment distance code to Java3d/vecmath t...
Harvey Harrison
2013-06-28
1
-160
/
+210
*
j3dcore: check in a snapshot of the GeometricTools ray to segment distance fu...
Harvey Harrison
2013-06-28
1
-0
/
+175
*
j3dcore: convert GeometricTools Segment-segment distance code to Java3d/vecma...
Harvey Harrison
2013-06-28
1
-327
/
+407
*
j3dcore: check in a snapshot of the GeometricTools segment to segment distanc...
Harvey Harrison
2013-06-28
1
-0
/
+342
*
j3dcore: replace Distance with core utility class
Harvey Harrison
2013-06-15
6
-46
/
+123
*
j3dcore: trivial generic annotation in RenderBin
Harvey Harrison
2013-06-15
1
-4
/
+4
*
j3dcore: annotate two locked geometry lists in RenderBin
Harvey Harrison
2013-06-15
1
-33
/
+30
*
j3dcore: remove last use of the BufferWrapper classes from the core
Harvey Harrison
2013-06-15
7
-44
/
+21
*
j3dcore: use a trivial little struct instead of FastVector
Harvey Harrison
2013-06-15
1
-13
/
+30
*
j3dcore: add type information to userlist in ImageComponentRetained
Harvey Harrison
2013-04-19
1
-26
/
+21
*
j3dcore: remove a leftover assert, it is now OK for offscreen canvas3d object...
Harvey Harrison
2013-04-18
1
-2
/
+1
*
j3dcore: fix permissions on a file that had the executable bit set
Harvey Harrison
2013-04-08
1
-0
/
+0
*
j3dcore: use nio buffers directly for vertex normals
Harvey Harrison
2013-03-17
5
-15
/
+15
*
j3dcore: use nio buffers directly for interleaved vertex data
Harvey Harrison
2013-03-17
5
-16
/
+18
*
j3dcore: use nio buffers directly for colors, remove use of BufferWrappers
Harvey Harrison
2013-03-17
5
-18
/
+18
*
j3dcore: convert trivial uses of BufferWrapper to use the readOnly nio buffer...
Harvey Harrison
2013-03-17
3
-21
/
+19
*
j3dcore: directly use nio buffers internally in GeometryArrayRetained
Harvey Harrison
2013-03-17
5
-22
/
+28
*
j3dcore: explicitly store the readonlyBuffer copy in preparation to remove Bu...
Harvey Harrison
2013-03-16
1
-0
/
+13
*
j3dcore: add imports for java.nio in J3DBuffer
Harvey Harrison
2013-03-03
1
-33
/
+40
*
j3dcore: move to use an Enum for valid buffer types in J3DBuffer
Harvey Harrison
2013-03-03
2
-50
/
+47
*
j3dcore: remove test for direct nio buffers, they are standard functionality
Harvey Harrison
2013-02-28
1
-15
/
+0
*
j3dcore: change Object[] to J3DBuffer[] as we know this is the actual type
Harvey Harrison
2013-02-28
3
-18
/
+12
*
j3dcore: remove some unused vars and unneeded casts
Harvey Harrison
2013-02-28
1
-6
/
+2
*
j3dcore: remove leftover from when OffscreenLayer was added to Canvas3d
Harvey Harrison
2013-02-28
1
-1
/
+0
*
j3dcore: annotate getAllScopes method for FogRetained to return Enumeration<G...
Harvey Harrison
2013-02-23
3
-23
/
+20
*
j3dcore: remove unused local variables and unneeded casts in FogRetained
Harvey Harrison
2013-02-23
1
-15
/
+3
*
j3dcore: annotate getScopes methods to return Enumeration<Group>
Harvey Harrison
2013-02-23
2
-23
/
+23
[next]