aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/share
Commit message (Expand)AuthorAgeFilesLines
* j3dcore: beginScene/endScene was only used by D3D...remove itHarvey Harrison2012-05-035-46/+0
* j3dcore: remove all CG-shader support code (well, most of it anyways)Harvey Harrison2012-05-035-961/+15
* j3dcore: remove the ability to set the shading language to CG, assume GLSLHarvey Harrison2012-05-033-71/+2
* j3dcore: simplify Pipeline singleton creationHarvey Harrison2012-05-031-31/+25
* j3dcore: remove a bunch of the native support code and classesHarvey Harrison2012-05-039-4034/+1
* j3dcore: default to JOGL pipeline always, remove option to set native pipelinesHarvey Harrison2012-05-031-15/+2
* j3dcore: use an explicit boolean when a PhysicalEnvironment has no more usersHarvey Harrison2012-03-051-20/+20
* j3dcore: annotate PhysicalEnvironment static hashmapHarvey Harrison2012-03-052-6/+8
* j3dcore: annotate the PhysicalEnvironment::devices listHarvey Harrison2012-03-052-60/+52
* j3dcore: annotate PhysicalEnvironment::users list as holding ViewsHarvey Harrison2012-03-053-51/+45
* j3dcore: ViewPlatformRetained::getViewList cannot return nullHarvey Harrison2012-03-051-10/+9
* j3dcore: remove unneeded casts to View in SoundStructureHarvey Harrison2012-03-051-4/+4
* j3dcore: remove the unused SoundRenderer class...never seems to be usedHarvey Harrison2012-03-033-97/+0
* j3dcore: change getViewPlatformList() to never return null and remove checksHarvey Harrison2012-03-032-65/+37
* j3dcore: add an early return to the enable/disable event functions to reduce ...Harvey Harrison2012-03-031-148/+120
* 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: 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: 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