aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/share
Commit message (Expand)AuthorAgeFilesLines
* j3dcore: annotate some priviledged actions with return typesHarvey Harrison2012-06-231-41/+35
* j3dcore: more list type annotationHarvey Harrison2012-06-232-10/+9
* j3dcore: remove unneeded cast and unused variableHarvey Harrison2012-06-231-3/+1
* j3dcore: remove isWindows boolean stateHarvey Harrison2012-06-231-12/+1
* j3dcore: remove appletLauncher code, rely on JOGL to load native bitsHarvey Harrison2012-06-231-16/+0
* j3dcore: annotate deviceMap with type informationHarvey Harrison2012-06-232-5/+3
* j3dcore: remove some dead code from Screen3DHarvey Harrison2012-05-191-2/+0
* j3dcore: remove inc/dec canvasCount helpers from Screen3DHarvey Harrison2012-05-191-15/+0
* j3dcore: remove unused activeViews list from Screen3DHarvey Harrison2012-05-191-15/+0
* j3dcore: annotate the Device->Renderer map and always use static accessHarvey Harrison2012-05-193-21/+15
* j3dcore: removed some unused local vars in Canvas3DHarvey Harrison2012-05-191-7/+1
* j3dcore: annotate dirty list of displaylistsHarvey Harrison2012-05-193-7/+6
* j3dcore: remove unneeded casts in Canvas3DHarvey Harrison2012-05-191-5/+4
* j3dcore: remove RCS file markers from source filesHarvey Harrison2012-05-18399-1995/+0
* j3dcore: remove some unneeded casts from NodeRetainedHarvey Harrison2012-05-081-9/+9
* j3dcore: annotate the SharedGroupRetained parents memberHarvey Harrison2012-05-088-37/+28
* j3dcore: move Jogl-using classes into the main source folderHarvey Harrison2012-05-076-0/+9107
* j3dcore: disable all support for GL_NV_register_combinersHarvey Harrison2012-05-031-3/+4
* j3dcore: remove static feature boolean for CG libraryHarvey Harrison2012-05-031-4/+0
* j3dcore: annotate GeometryRetained userslistHarvey Harrison2012-05-033-40/+28
* j3dcore: remove d3d callback from GeometryArrayRetainedHarvey Harrison2012-05-035-36/+1
* j3dcore: annotate users list in Screen3DHarvey Harrison2012-05-031-25/+16
* j3dcore: remove more D3D only codeHarvey Harrison2012-05-035-124/+0
* 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