aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* j3dcore: mark shapeLists hash as private final, add type annotations in ↵Harvey Harrison2012-10-081-16/+10
| | | | | | CompileState Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove some unused state from CompileStateHarvey Harrison2012-10-081-10/+0
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove some trivially unused variables and castingHarvey Harrison2012-09-232-8/+7
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: update to build version 3, update to use jogl2-rc10 in buildHarvey Harrison2012-09-171-3/+3
| | | | | | - minor changes to jar naming Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: update for API changes in JOGL2-rc10Harvey Harrison2012-09-171-8/+9
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* BUILD: add the simplified ant buildfile for the java-only buildHarvey Harrison2012-09-171-0/+129
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove callbacks from Pipleline that are emptyHarvey Harrison2012-08-274-48/+3
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: with the CG shaders removed, this internal interface can be removedHarvey Harrison2012-08-272-76/+22
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove unused members from VirtualUniverseHarvey Harrison2012-08-241-15/+0
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove debug/info printingHarvey Harrison2012-08-241-27/+0
| | | | | | | This only was useful if Java3d was going to choose a native lib, now we leave that to JOGL2. Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove the displayID from screen as all remaining pipelines ignore itHarvey Harrison2012-08-247-91/+64
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove unused offscreenBufferinfo from Canvas3dHarvey Harrison2012-08-241-6/+0
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: the fbConfig variable is always zero in all remaining pipelinesHarvey Harrison2012-08-245-57/+22
| | | | | | Totally unused now. Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: cleanup feature test to look directly at extensionsHarvey Harrison2012-08-241-10/+9
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: with remaining supported pipelines, GLSL is always availableHarvey Harrison2012-08-245-74/+19
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove the dummy Pipeline method initializeJ3DHarvey Harrison2012-07-304-38/+0
| | | | | | disableXinerama is now unused, remove it. Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove unused Pipeline method getAWT()Harvey Harrison2012-07-304-23/+0
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove some unused variables in AlternateAppearanceRetainedHarvey Harrison2012-07-051-11/+3
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate list of scopes in LightRetainedHarvey Harrison2012-07-051-18/+15
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove some impossioble to hit code, iPnt cannot be null hereHarvey Harrison2012-07-051-5/+1
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate vertex listHarvey Harrison2012-07-051-12/+11
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate list of scopes in AlternateAppearanceRetainedHarvey Harrison2012-07-051-20/+16
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: trivial type annotations for PriveledgedActions whose return we ↵Harvey Harrison2012-07-031-11/+11
| | | | | | don't care about Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove the never-used Table class containing various lookup tablesHarvey Harrison2012-06-272-99/+0
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove some unused variables from Shape3DRetainedHarvey Harrison2012-06-271-15/+2
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate FogRetained.scopesHarvey Harrison2012-06-273-23/+18
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate types in Font3DHarvey Harrison2012-06-271-17/+15
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate GroupRetained.mirrorGroupHarvey Harrison2012-06-271-16/+16
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: missed annotation when annotation SetLiveState.orderedPathsHarvey Harrison2012-06-271-2/+2
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: casting fallout from annotating SetLiveState.switchStatesHarvey Harrison2012-06-2717-25/+23
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: final OrderedPath cleanupHarvey Harrison2012-06-272-3/+2
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: stylistic cleanup in OrderedPathHarvey Harrison2012-06-271-12/+11
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate list in OrderedPathHarvey Harrison2012-06-271-8/+7
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove more unused variablesHarvey Harrison2012-06-271-1/+0
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove redundant casts in CachedTargetsHarvey Harrison2012-06-271-2/+1
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate types in MemoryFreeList, although this type should likely ↵Harvey Harrison2012-06-271-13/+11
| | | | | | be killed Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate switch list in LODHarvey Harrison2012-06-271-12/+12
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate list of branchGroups in LocaleHarvey Harrison2012-06-271-4/+4
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate SetLiveState orderPaths and switchStates listsHarvey Harrison2012-06-277-50/+42
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate a list of GeometryAtoms, use ArrayList.toArray instead of ↵Harvey Harrison2012-06-271-29/+27
| | | | | | a for() loop Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove some unused variables, unneeded casting in BackgroundRetainedHarvey Harrison2012-06-271-10/+4
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: remove another unneeded castHarvey Harrison2012-06-261-1/+1
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: use more specific types for loop variable where possibleHarvey Harrison2012-06-261-8/+6
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: J3DMessage.args is Object[], remove unneeded castsHarvey Harrison2012-06-261-10/+10
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: GeometryAtom.source is a Shape3DRetained, remove unneeded castsHarvey Harrison2012-06-261-8/+8
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: more list annotation in RenderingEnvironmentStructureHarvey Harrison2012-06-261-27/+19
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: further cleanup to node update functionsHarvey Harrison2012-06-261-66/+73
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: more code cleanup related to ModelClipsHarvey Harrison2012-06-261-43/+31
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: cleanup code in the scope-testing functionsHarvey Harrison2012-06-261-42/+39
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dcore: annotate add/removeNodes methods in RenderingEnvironmentStructureHarvey Harrison2012-06-261-128/+154
| | | | Signed-off-by: Harvey Harrison <[email protected]>