Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | j3dcore: remove the totally unused J3dNodeTable class | Harvey Harrison | 2012-06-23 | 2 | -301/+0 | |
| | | | | | | Can't find where this was ever used. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate some priviledged actions with return types | Harvey Harrison | 2012-06-23 | 1 | -41/+35 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: more list type annotation | Harvey Harrison | 2012-06-23 | 2 | -10/+9 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove unneeded cast and unused variable | Harvey Harrison | 2012-06-23 | 1 | -3/+1 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove isWindows boolean state | Harvey Harrison | 2012-06-23 | 1 | -12/+1 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove appletLauncher code, rely on JOGL to load native bits | Harvey Harrison | 2012-06-23 | 1 | -16/+0 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate deviceMap with type information | Harvey Harrison | 2012-06-23 | 2 | -5/+3 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove some dead code from Screen3D | Harvey Harrison | 2012-05-19 | 1 | -2/+0 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove inc/dec canvasCount helpers from Screen3D | Harvey Harrison | 2012-05-19 | 1 | -15/+0 | |
| | | | | | | Only used by MasterControl and it does its own locking there. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove unused activeViews list from Screen3D | Harvey Harrison | 2012-05-19 | 1 | -15/+0 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate the Device->Renderer map and always use static access | Harvey Harrison | 2012-05-19 | 3 | -21/+15 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: removed some unused local vars in Canvas3D | Harvey Harrison | 2012-05-19 | 1 | -7/+1 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate dirty list of displaylists | Harvey Harrison | 2012-05-19 | 3 | -7/+6 | |
| | | | | | | - This would be better doen with a trivial inner class instead of Object[] Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove unneeded casts in Canvas3D | Harvey Harrison | 2012-05-19 | 1 | -5/+4 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove RCS file markers from source files | Harvey Harrison | 2012-05-18 | 399 | -1995/+0 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove some unneeded casts from NodeRetained | Harvey Harrison | 2012-05-08 | 1 | -9/+9 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate the SharedGroupRetained parents member | Harvey Harrison | 2012-05-08 | 8 | -37/+28 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: move Jogl-using classes into the main source folder | Harvey Harrison | 2012-05-07 | 6 | -0/+9107 | |
| | | | | | | We now assume Jogl support, keep it with the rest of the code. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: disable all support for GL_NV_register_combiners | Harvey Harrison | 2012-05-03 | 1 | -3/+4 | |
| | | | | | | | - remove ability to enable them using j3d.usecombiners - comment out body of function, remove it from Pipeline entirely later Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove static feature boolean for CG library | Harvey Harrison | 2012-05-03 | 1 | -4/+0 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate GeometryRetained userslist | Harvey Harrison | 2012-05-03 | 3 | -40/+28 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove d3d callback from GeometryArrayRetained | Harvey Harrison | 2012-05-03 | 5 | -36/+1 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate users list in Screen3D | Harvey Harrison | 2012-05-03 | 1 | -25/+16 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove more D3D only code | Harvey Harrison | 2012-05-03 | 5 | -124/+0 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: beginScene/endScene was only used by D3D...remove it | Harvey Harrison | 2012-05-03 | 5 | -46/+0 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove all CG-shader support code (well, most of it anyways) | Harvey Harrison | 2012-05-03 | 5 | -961/+15 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove the ability to set the shading language to CG, assume GLSL | Harvey Harrison | 2012-05-03 | 3 | -71/+2 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: simplify Pipeline singleton creation | Harvey Harrison | 2012-05-03 | 1 | -31/+25 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove a bunch of the native support code and classes | Harvey Harrison | 2012-05-03 | 9 | -4034/+1 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: default to JOGL pipeline always, remove option to set native pipelines | Harvey Harrison | 2012-05-03 | 1 | -15/+2 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: use an explicit boolean when a PhysicalEnvironment has no more users | Harvey Harrison | 2012-03-05 | 1 | -20/+20 | |
| | | | | | | Then test that boolean to determine if it needs to be removed from the Hastable. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate PhysicalEnvironment static hashmap | Harvey Harrison | 2012-03-05 | 2 | -6/+8 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate the PhysicalEnvironment::devices list | Harvey Harrison | 2012-03-05 | 2 | -60/+52 | |
| | | | | | | | Ensure this list is consistantly synchronized which will make it easier to use ArrayList if desired in a future patch. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate PhysicalEnvironment::users list as holding Views | Harvey Harrison | 2012-03-05 | 3 | -51/+45 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: ViewPlatformRetained::getViewList cannot return null | Harvey Harrison | 2012-03-05 | 1 | -10/+9 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove unneeded casts to View in SoundStructure | Harvey Harrison | 2012-03-05 | 1 | -4/+4 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove the unused SoundRenderer class...never seems to be used | Harvey Harrison | 2012-03-03 | 3 | -97/+0 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: change getViewPlatformList() to never return null and remove checks | Harvey Harrison | 2012-03-03 | 2 | -65/+37 | |
| | | | | | | Also, consistently lock the cached array using the List it caches. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: add an early return to the enable/disable event functions to reduce ↵ | Harvey Harrison | 2012-03-03 | 1 | -148/+120 | |
| | | | | | | indentation Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: preparation patch for cleanup of getViewList() users in VirtualUniverse | Harvey Harrison | 2012-03-03 | 1 | -137/+132 | |
| | | | | | | No functional changes, just making the whitespace consistent. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: only mark the cached view list as dirty if we actually change it | Harvey Harrison | 2012-03-03 | 1 | -5/+3 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate list of Views in ViewPlatformRetained | Harvey Harrison | 2012-03-03 | 1 | -30/+30 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate GroupRetained's list of child nodes and compiled child nodes | Harvey Harrison | 2012-02-26 | 5 | -90/+60 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate NodeRetained::branchGroupPaths | Harvey Harrison | 2012-02-26 | 9 | -30/+27 | |
| | | | | | | - also use the copy constructor rather than clone() Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove code that was stubbed-out in issue 458 | Harvey Harrison | 2012-02-21 | 2 | -36/+1 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: use annotated ArrayList of AWTEvents in WakeupOnAWTEvent | Harvey Harrison | 2012-02-20 | 1 | -16/+12 | |
| | | | | | | Make the locking explicit where used. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove the DVR backdoor in View | Harvey Harrison | 2012-02-20 | 1 | -47/+0 | |
| | | | | | | Dynamic Video Resize is effectively unused internally, kill it. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove the unneeded centroid from BoundingBox | Harvey Harrison | 2012-01-24 | 1 | -15/+8 | |
| | | | | | | | Return a temp Point3d as it's not that much more expensive than the math we're already doing. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: switch the orderedBin array expansion to happen at set, rather than ↵ | Harvey Harrison | 2012-01-24 | 1 | -7/+18 | |
| | | | | | | | | | get time Add early return of null for the viewIndex >= array length and only expand the allocation when we set a non-null orderedBin. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: format whitespace and move some variables into loops around callers ↵ | Harvey Harrison | 2012-01-24 | 1 | -67/+50 | |
| | | | | | | | | of OrderedGroupRetained::[gs]etOrderedBin Preparation patch to change where the OrderedBin array is expanded. Signed-off-by: Harvey Harrison <[email protected]> |