aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/share
Commit message (Expand)AuthorAgeFilesLines
* j3dcore: with the CG shaders removed, this internal interface can be removedHarvey Harrison2012-08-272-76/+22
* j3dcore: remove unused members from VirtualUniverseHarvey Harrison2012-08-241-15/+0
* j3dcore: remove debug/info printingHarvey Harrison2012-08-241-27/+0
* j3dcore: remove the displayID from screen as all remaining pipelines ignore itHarvey Harrison2012-08-247-91/+64
* j3dcore: remove unused offscreenBufferinfo from Canvas3dHarvey Harrison2012-08-241-6/+0
* j3dcore: the fbConfig variable is always zero in all remaining pipelinesHarvey Harrison2012-08-245-57/+22
* j3dcore: cleanup feature test to look directly at extensionsHarvey Harrison2012-08-241-10/+9
* j3dcore: with remaining supported pipelines, GLSL is always availableHarvey Harrison2012-08-245-74/+19
* j3dcore: remove the dummy Pipeline method initializeJ3DHarvey Harrison2012-07-304-38/+0
* j3dcore: remove unused Pipeline method getAWT()Harvey Harrison2012-07-304-23/+0
* j3dcore: remove some unused variables in AlternateAppearanceRetainedHarvey Harrison2012-07-051-11/+3
* j3dcore: annotate list of scopes in LightRetainedHarvey Harrison2012-07-051-18/+15
* j3dcore: remove some impossioble to hit code, iPnt cannot be null hereHarvey Harrison2012-07-051-5/+1
* j3dcore: annotate vertex listHarvey Harrison2012-07-051-12/+11
* j3dcore: annotate list of scopes in AlternateAppearanceRetainedHarvey Harrison2012-07-051-20/+16
* j3dcore: trivial type annotations for PriveledgedActions whose return we don'...Harvey Harrison2012-07-031-11/+11
* j3dcore: remove the never-used Table class containing various lookup tablesHarvey Harrison2012-06-272-99/+0
* j3dcore: remove some unused variables from Shape3DRetainedHarvey Harrison2012-06-271-15/+2
* j3dcore: annotate FogRetained.scopesHarvey Harrison2012-06-273-23/+18
* j3dcore: annotate types in Font3DHarvey Harrison2012-06-271-17/+15
* j3dcore: annotate GroupRetained.mirrorGroupHarvey Harrison2012-06-271-16/+16
* j3dcore: missed annotation when annotation SetLiveState.orderedPathsHarvey Harrison2012-06-271-2/+2
* j3dcore: casting fallout from annotating SetLiveState.switchStatesHarvey Harrison2012-06-2717-25/+23
* j3dcore: final OrderedPath cleanupHarvey Harrison2012-06-272-3/+2
* j3dcore: stylistic cleanup in OrderedPathHarvey Harrison2012-06-271-12/+11
* j3dcore: annotate list in OrderedPathHarvey Harrison2012-06-271-8/+7
* j3dcore: remove more unused variablesHarvey Harrison2012-06-271-1/+0
* j3dcore: remove redundant casts in CachedTargetsHarvey Harrison2012-06-271-2/+1
* j3dcore: annotate types in MemoryFreeList, although this type should likely b...Harvey Harrison2012-06-271-13/+11
* j3dcore: annotate switch list in LODHarvey Harrison2012-06-271-12/+12
* j3dcore: annotate list of branchGroups in LocaleHarvey Harrison2012-06-271-4/+4
* j3dcore: annotate SetLiveState orderPaths and switchStates listsHarvey Harrison2012-06-277-50/+42
* j3dcore: annotate a list of GeometryAtoms, use ArrayList.toArray instead of a...Harvey Harrison2012-06-271-29/+27
* j3dcore: remove some unused variables, unneeded casting in BackgroundRetainedHarvey Harrison2012-06-271-10/+4
* j3dcore: remove another unneeded castHarvey Harrison2012-06-261-1/+1
* j3dcore: use more specific types for loop variable where possibleHarvey Harrison2012-06-261-8/+6
* j3dcore: J3DMessage.args is Object[], remove unneeded castsHarvey Harrison2012-06-261-10/+10
* j3dcore: GeometryAtom.source is a Shape3DRetained, remove unneeded castsHarvey Harrison2012-06-261-8/+8
* j3dcore: more list annotation in RenderingEnvironmentStructureHarvey Harrison2012-06-261-27/+19
* j3dcore: further cleanup to node update functionsHarvey Harrison2012-06-261-66/+73
* j3dcore: more code cleanup related to ModelClipsHarvey Harrison2012-06-261-43/+31
* j3dcore: cleanup code in the scope-testing functionsHarvey Harrison2012-06-261-42/+39
* j3dcore: annotate add/removeNodes methods in RenderingEnvironmentStructureHarvey Harrison2012-06-261-128/+154
* j3dcore: remove a bunch of unused local variablesHarvey Harrison2012-06-261-15/+6
* j3dcore: annotate lists of fog and lightsHarvey Harrison2012-06-262-34/+35
* j3dcore: annoate freelist with type and clean code in RenderingEnvironmentStr...Harvey Harrison2012-06-261-27/+15
* j3dcore: annotate some structures in RenderingEnvironmentStructure with typesHarvey Harrison2012-06-261-47/+44
* j3dcore: remove unused local variable and unneeded cast from AppearanceRetainedHarvey Harrison2012-06-261-2/+1
* j3dcore: annotate some lists in GeometryArrayRetainedHarvey Harrison2012-06-241-21/+15
* j3dcore: cleanup a feature test in J3DBufferHarvey Harrison2012-06-231-21/+12