aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* j3dcore: fix up compile to build with JOGL release 2.2.0Harvey Harrison2014-08-071-1/+1
* j3dcore: avoid lazy enum array creation, do it unconditionallyHarvey Harrison2014-08-061-21/+13
* j3dcore: cannot lock an object using its own referenceHarvey Harrison2014-08-061-18/+15
* j3dcore: remove an unused fog state variable from Canvas3DHarvey Harrison2014-08-051-6/+0
* j3dcore: remove some unused imports, mark the caps chooser class as staticHarvey Harrison2014-08-051-3/+1
* j3dcore: add an enum for the capabilities to try and disableHarvey Harrison2014-08-051-53/+43
* j3dcore: removed dead codeKavon Farvardin2014-08-051-252/+0
* j3dcore: initial fix for stereoscopic and double buffering graphics configura...Kavon Farvardin2014-08-051-119/+201
* j3dcore: prepare to refactor the Font3D tesselation code, move variables next...Harvey Harrison2014-05-031-16/+15
* j3dcore: kill use of SUN_global_alphaHarvey Harrison2014-05-0310-128/+4
* j3dcore: small style change to do an early return when the appContext does no...Harvey Harrison2014-05-031-18/+19
* j3dcore: move fixup for null apcontext into the JOGLPipeline implementationSaeid Nourian2014-05-031-0/+36
* j3dcore: fix typo in updateTexture3DBoundary in JoglPipelineHarvey Harrison2013-12-071-1/+1
* j3dcore: use the context() helper in one more place in JoglPipelineHarvey Harrison2013-11-091-1/+1
* j3dcore: annotate list of VirtualUniverse in GeometryRetainedHarvey Harrison2013-09-194-6/+6
* j3dcore: move map of View to TransparentGeometry sorters into coreHarvey Harrison2013-09-145-4/+100
* j3dcore: annotate list of Behavior node in setLiveStateHarvey Harrison2013-08-033-10/+9
* j3dcore: annotate childSwitchLinks arraylistHarvey Harrison2013-08-035-33/+26
* j3dcore: annotate the childTransformLink listsHarvey Harrison2013-08-034-20/+16
* j3dcore: annotate generic lists in PickInfoHarvey Harrison2013-08-031-30/+28
* j3dcore: trivial annotation of an Arraylist temp variableHarvey Harrison2013-07-311-2/+2
* j3dcore: annotate the Shape3DRetained viewList that was missedHarvey Harrison2013-07-311-2/+2
* j3dcore: annotate the list of mirrorshapes in Shape3DRetainedHarvey Harrison2013-07-312-26/+24
* j3dcore: add all the missing @Override annotationsHarvey Harrison2013-07-31288-0/+1758
* j3dcore: provide a public interface for AutoOffScreenCanvas3D to allow core t...Harvey Harrison2013-07-102-1/+23
* j3dcore: annotate targets array in Targets, remove two methods that had incor...Harvey Harrison2013-07-021-21/+5
* j3dcore: annotate list of dirty transformgroupsHarvey Harrison2013-07-023-8/+7
* j3dcore: trivial list annotation in TransformStructureHarvey Harrison2013-07-021-3/+2
* j3dcore: annotate prioritizedSounds list in SoundSchedulerHarvey Harrison2013-07-021-17/+13
* j3dcore: use Arrays.copyOf instead of clone on an int[]Harvey Harrison2013-07-012-3/+5
* j3dcore: change to ArrayList in the async error handling codeHarvey Harrison2013-07-011-4/+5
* j3dcore: remove some unused state for locked geometryHarvey Harrison2013-07-012-5/+0
* j3dcore: remove unnecessary casts to WakeupCriterionHarvey Harrison2013-07-0112-23/+12
* j3dcore: add type annotations to Enumerations of Nodes under a GroupHarvey Harrison2013-07-012-54/+51
* j3dcore: declare some local varaibles next to where they are usedHarvey Harrison2013-07-011-29/+19
* j3dcore: annotate the changeViewList in SetLiveStateHarvey Harrison2013-07-014-7/+7
* j3dcore: annotate the changeViewGroup list in SetLiveStateHarvey Harrison2013-07-014-9/+9
* j3dcore: remove some redundant casts to HashKeyHarvey Harrison2013-07-011-8/+8
* j3dcore: annotate the scoped nodes list in SetLiveStateHarvey Harrison2013-07-016-36/+28
* j3dcore: annotate some variables in the insertNodes/removeNodes message handlersHarvey Harrison2013-07-013-18/+16
* j3dcore: annotate lots of lists of Views used by ViewSpecificGroups, and setL...Harvey Harrison2013-07-016-53/+48
* j3dcore: clean up some temp variable types in ViewSpecificGroupRetainedHarvey Harrison2013-07-011-21/+18
* j3dcore: unconditionally resize the offscreen layer if required when setting ...Harvey Harrison2013-06-302-1/+1
* j3dcore: use the new Utils helpers to remove the last dependency on the Dista...Harvey Harrison2013-06-285-25/+15
* j3dcore: convert GeometricTools Ray-segment distance code to Java3d/vecmath t...Harvey Harrison2013-06-281-160/+210
* j3dcore: check in a snapshot of the GeometricTools ray to segment distance fu...Harvey Harrison2013-06-281-0/+175
* j3dcore: convert GeometricTools Segment-segment distance code to Java3d/vecma...Harvey Harrison2013-06-281-327/+407
* j3dcore: check in a snapshot of the GeometricTools segment to segment distanc...Harvey Harrison2013-06-281-0/+342
* j3dcore: replace Distance with core utility classHarvey Harrison2013-06-156-46/+123
* j3dcore: trivial generic annotation in RenderBinHarvey Harrison2013-06-151-4/+4