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
...
*
build: remove separate generated manifest files
Harvey Harrison
2015-04-19
1
-9
/
+0
*
j3dcore: fix up compile to build with JOGL release 2.3.1
Julien Gouesse
2015-04-19
4
-32
/
+32
*
j3dcore: fix up compile to build with JOGL release 2.2.0
Harvey Harrison
2014-08-07
1
-1
/
+1
*
j3dcore: avoid lazy enum array creation, do it unconditionally
Harvey Harrison
2014-08-06
1
-21
/
+13
*
j3dcore: cannot lock an object using its own reference
Harvey Harrison
2014-08-06
1
-18
/
+15
*
j3dcore: remove an unused fog state variable from Canvas3D
Harvey Harrison
2014-08-05
1
-6
/
+0
*
j3dcore: remove some unused imports, mark the caps chooser class as static
Harvey Harrison
2014-08-05
1
-3
/
+1
*
j3dcore: add an enum for the capabilities to try and disable
Harvey Harrison
2014-08-05
1
-53
/
+43
*
j3dcore: removed dead code
Kavon Farvardin
2014-08-05
1
-252
/
+0
*
j3dcore: initial fix for stereoscopic and double buffering graphics configura...
Kavon Farvardin
2014-08-05
1
-119
/
+201
*
j3dcore: prepare to refactor the Font3D tesselation code, move variables next...
Harvey Harrison
2014-05-03
1
-16
/
+15
*
j3dcore: kill use of SUN_global_alpha
Harvey Harrison
2014-05-03
10
-128
/
+4
*
j3dcore: small style change to do an early return when the appContext does no...
Harvey Harrison
2014-05-03
1
-18
/
+19
*
j3dcore: move fixup for null apcontext into the JOGLPipeline implementation
Saeid Nourian
2014-05-03
1
-0
/
+36
*
j3dcore: fix typo in updateTexture3DBoundary in JoglPipeline
Harvey Harrison
2013-12-07
1
-1
/
+1
*
j3dcore: use the context() helper in one more place in JoglPipeline
Harvey Harrison
2013-11-09
1
-1
/
+1
*
j3dcore: annotate list of VirtualUniverse in GeometryRetained
Harvey Harrison
2013-09-19
4
-6
/
+6
*
j3dcore: move map of View to TransparentGeometry sorters into core
Harvey Harrison
2013-09-14
5
-4
/
+100
*
j3dcore: annotate list of Behavior node in setLiveState
Harvey Harrison
2013-08-03
3
-10
/
+9
*
j3dcore: annotate childSwitchLinks arraylist
Harvey Harrison
2013-08-03
5
-33
/
+26
*
j3dcore: annotate the childTransformLink lists
Harvey Harrison
2013-08-03
4
-20
/
+16
*
j3dcore: annotate generic lists in PickInfo
Harvey Harrison
2013-08-03
1
-30
/
+28
*
j3dcore: trivial annotation of an Arraylist temp variable
Harvey Harrison
2013-07-31
1
-2
/
+2
*
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
[prev]
[next]