aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/share
Commit message (Expand)AuthorAgeFilesLines
...
* j3dcore: add a constructor so that parts of RenderAtomListInfo can be finalHarvey Harrison2012-01-122-8/+9
* j3dcore: use System.arrayCopy and make RenderAtom creation loops commonHarvey Harrison2012-01-121-57/+22
* j3dcore: move an early-return case as early as possible in locked section in ...Harvey Harrison2012-01-121-17/+6
* j3dcore: use consistent locking when updating the renderAtoms arrayHarvey Harrison2012-01-121-3/+2
* j3dcore: remove unused variables and unneeded casting from BehaviorStructureHarvey Harrison2012-01-091-8/+2
* j3dcore: Canvas3D and Screen3D list annotations in ViewHarvey Harrison2012-01-091-26/+22
* j3dcore: add type annotations to the textureReload listHarvey Harrison2012-01-082-7/+4
* j3dcore: remove unused variables and call a function statically in RendererHarvey Harrison2012-01-081-11/+4
* j3dcore: annotate lists of TextureRetained, change to explicit null checksHarvey Harrison2012-01-082-43/+28
* j3dcore: annotate lists of OrderedBins and a RenderAtonListInfo collectionHarvey Harrison2012-01-082-27/+25
* j3dcore: add annotations for lists holding an Integer idHarvey Harrison2012-01-083-14/+14
* j3dcore: annotate lists of renderMolecules/renderAtoms in Canvas3D and RenderBinHarvey Harrison2012-01-083-13/+13
* j3dcore: annotate View's list of Canvas3DsHarvey Harrison2012-01-083-63/+42
* j3dcore: type annotation in RenderBinHarvey Harrison2012-01-081-11/+11
* j3dcore: pass ArrayList directly to j3dQueryProps rather than a temp arrayHarvey Harrison2012-01-083-15/+12
* j3dcore: small annotations in VirtualUniverseHarvey Harrison2012-01-081-6/+6
* j3dcore: annotate lists in VirtualUniverseHarvey Harrison2012-01-082-44/+44
* j3dcore: annotate Shape3DRetained.getGeomAtomsList and update all callersHarvey Harrison2012-01-0716-71/+71
* j3dcore: remove unneeded casting, type annotation in RasterRetainedHarvey Harrison2012-01-071-6/+4
* j3dcore: type annotations in ShaderBin and related codeHarvey Harrison2012-01-074-54/+52
* j3dcore: remove unused variables and unneeded casting in RenderMoleculeHarvey Harrison2012-01-071-15/+6
* j3dcore: type annotation in LightBinHarvey Harrison2012-01-072-19/+18
* j3dcore: type annotations in EnvironmentSetHarvey Harrison2012-01-073-27/+22
* j3dcore: annotate list in AttributeBin, remove unused vars and unneeded castHarvey Harrison2012-01-072-9/+8
* j3dcore: further list annotations in RenderBinHarvey Harrison2012-01-071-28/+26
* j3dcore: annotate a few more lists in RenderBinHarvey Harrison2012-01-071-11/+10
* j3dcore: annotate OrderedCollection lists in OrderedBinHarvey Harrison2012-01-072-21/+21
* j3dcore: remove unnecessary casts and accesses that should be static in Rende...Harvey Harrison2012-01-041-10/+8
* j3dcore: add type annotations to RenderBin.updateCheckListHarvey Harrison2012-01-041-11/+8
* j3dcore: remove a bunch of trivially unused variables in RenderBinHarvey Harrison2012-01-041-57/+13
* j3dcore: add type annotations to RenderBin.sBinUpdateList and .tbUpdateListHarvey Harrison2012-01-041-13/+13
* j3dcore: add type annotations to RenderBin.rmUpdateList and.aBinUpdateListHarvey Harrison2012-01-041-15/+12
* j3dcore: add type annotations to RenderBin.lightMessageListHarvey Harrison2012-01-041-5/+5
* j3dcore: add type annotations to RenderBin.renderAtomsHarvey Harrison2012-01-041-19/+13
* j3dcore: use eclipse organize imports cleanup toolHarvey Harrison2011-12-31201-350/+576
* j3dcore: remove trailing whitespace from all filesHarvey Harrison2011-12-31343-11013/+11013
* j3dcore: cherry-pick fix for issue 636 from svn-trunkKen Mc Neill2011-12-291-0/+18
* Issue number: 634 - GeometryArrayRetained : dirty flag isn't set in setNorma...Alessandro Borges2009-10-301-0/+1
* Issue number: 633 - ShaderAttributeSetRetained : remove(..) doesn't remove a...Alessandro Borges2009-10-301-3/+3
* Issue number: 632 - PointAttributesRetained : setPointAntialiasingEnable doe...Alessandro Borges2009-10-271-1/+1
* Issue number: 620 - ROTATE_NONE is not considered in OrientedShape3DAlessandro Borges2009-06-191-1/+1
* Issue number: 609Alessandro Borges2009-02-241-3/+3
* Issue number: 607Alessandro Borges2009-02-241-320/+321
* Issue number: 602Alessandro Borges2009-02-241-270/+270
* Copy fix for 592 from trunkpaulby2008-08-132-13/+18
* Fixed 591: ArrayIndexOutOfBoundsException in NnuIdManagerKevin Rushforth2008-08-131-23/+33
* Merge changes between root-1_6 and rel-1_5_2-fcs into the dev-1_6 branchKevin Rushforth2008-06-301-1/+1
* 1. Fixed issue 543 (see below)Kevin Rushforth2008-05-222-4/+28
* Fixed issue 583: A disposed Graphics2D remains in Canvas3D after removal and ...Kevin Rushforth2008-05-152-1/+11
* Update source code for GPLv2 licenseKevin Rushforth2008-02-28405-814/+8494