aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* j3dcore: preparation patch for cleanup of getViewList() users in VirtualUniverseHarvey Harrison2012-03-031-137/+132
* j3dcore: only mark the cached view list as dirty if we actually change itHarvey Harrison2012-03-031-5/+3
* j3dcore: annotate list of Views in ViewPlatformRetainedHarvey Harrison2012-03-031-30/+30
* j3dcore: annotate GroupRetained's list of child nodes and compiled child nodesHarvey Harrison2012-02-265-90/+60
* j3dcore: annotate NodeRetained::branchGroupPathsHarvey Harrison2012-02-269-30/+27
* j3dcore: fix raster code in the JOGL backend to match the native OpenGL codeHarvey Harrison2012-02-221-6/+6
* j3dcore: remove code that was stubbed-out in issue 458Harvey Harrison2012-02-212-36/+1
* j3dcore: use annotated ArrayList of AWTEvents in WakeupOnAWTEventHarvey Harrison2012-02-201-16/+12
* j3dcore: remove the DVR backdoor in ViewHarvey Harrison2012-02-201-47/+0
* j3dcore: annotate the ThreadLocals in JoglPipelineHarvey Harrison2012-01-271-15/+15
* j3dcore: remove the unneeded centroid from BoundingBoxHarvey Harrison2012-01-241-15/+8
* j3dcore: switch the orderedBin array expansion to happen at set, rather than ...Harvey Harrison2012-01-241-7/+18
* j3dcore: format whitespace and move some variables into loops around callers ...Harvey Harrison2012-01-241-67/+50
* j3dcore: ensure the orderedBin array in OrderedGroupRetained is consistently ...Harvey Harrison2012-01-241-29/+24
* j3dcore: use the Bounds::getCenter(Point3d) function in the trivial casesHarvey Harrison2012-01-244-36/+29
* j3dcore: add a getCenter(Point3d) to the Bounds interface and implement it in...Harvey Harrison2012-01-234-15/+27
* j3dcore: annotate lists of LightRetained, FogRetained, ModelClipRetained and ...Harvey Harrison2012-01-175-333/+322
* j3dcore: further reduce sizes of BoundingSphere and BoundingBoxHarvey Harrison2012-01-162-64/+17
* j3dcore: remove temporary Point3d from BoundingBoxHarvey Harrison2012-01-161-9/+1
* j3dcore: small optimization in BoundingSphere/BoundingBox::transform(Bounds, ...Harvey Harrison2012-01-162-19/+4
* j3dcore: use the BoundingSphere constructor to get an empty bounds where desiredHarvey Harrison2012-01-153-12/+6
* j3dcore: match behavior of constructor and set() method in BoundingSphereHarvey Harrison2012-01-151-1/+1
* j3dcore: one more use of the emptyBounds helper in BoundingSphereHarvey Harrison2012-01-151-5/+3
* j3dcore: format BoundingSphere constructors to alwats set the state in the sa...Harvey Harrison2012-01-151-29/+28
* j3dcore: inline NaN test into its one caller in BoundingSphereHarvey Harrison2012-01-151-8/+1
* j3dcore: reduce memory footprint of BoundSphereHarvey Harrison2012-01-151-8/+7
* j3dcore: add missing call to updateBoundsState in BoundingSphere::setCenterHarvey Harrison2012-01-151-10/+8
* j3dcore: add setEmpty/setInfinite helpers to BoundingSphereHarvey Harrison2012-01-151-122/+88
* j3dcore: remove unused variables in BoundingSphereHarvey Harrison2012-01-151-4/+3
* j3dcore: adjust set/get upper/lower to use Point3d helpersHarvey Harrison2012-01-141-67/+50
* j3dcore: inline NaN-checks in BoundingBox::updateBoundsStates which should be...Harvey Harrison2012-01-141-11/+1
* j3dcore: use the new set((Bounds)null) fastpath to create empty boundsHarvey Harrison2012-01-141-26/+17
* j3dcore: small optimizations in BoundingBox constructorsHarvey Harrison2012-01-141-31/+30
* j3dcore: take advantage of the BoundingBox(null) constructor to create an emp...Harvey Harrison2012-01-1414-42/+14
* j3dcore: optimize special BoundingBox settingHarvey Harrison2012-01-141-66/+71
* j3dcore: remove some unused variables from BoundingBoxHarvey Harrison2012-01-141-2/+1
* j3dcore: annotate Point3d members of BoundingBox as finalHarvey Harrison2012-01-141-18/+16
* j3dcore: add a constructor so that parts of RenderAtomListInfo can be finalHarvey Harrison2012-01-122-8/+9
* j3dcore: use System.arrayCopy and make RenderAtom creation loops commonHarvey Harrison2012-01-121-57/+22
* j3dcore: move an early-return case as early as possible in locked section in ...Harvey Harrison2012-01-121-17/+6
* j3dcore: use consistent locking when updating the renderAtoms arrayHarvey Harrison2012-01-121-3/+2
* j3dcore: remove unused variables and unneeded casting from BehaviorStructureHarvey Harrison2012-01-091-8/+2
* j3dcore: Canvas3D and Screen3D list annotations in ViewHarvey Harrison2012-01-091-26/+22
* j3dcore: add type annotations to the textureReload listHarvey Harrison2012-01-082-7/+4
* j3dcore: remove unused variables and call a function statically in RendererHarvey Harrison2012-01-081-11/+4
* j3dcore: annotate lists of TextureRetained, change to explicit null checksHarvey Harrison2012-01-082-43/+28
* j3dcore: annotate lists of OrderedBins and a RenderAtonListInfo collectionHarvey Harrison2012-01-082-27/+25
* j3dcore: add annotations for lists holding an Integer idHarvey Harrison2012-01-083-14/+14
* j3dcore: annotate lists of renderMolecules/renderAtoms in Canvas3D and RenderBinHarvey Harrison2012-01-083-13/+13
* j3dcore: annotate View's list of Canvas3DsHarvey Harrison2012-01-083-63/+42