Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: remove separate generated manifest files | Harvey Harrison | 2015-04-19 | 2 | -24/+24 |
| | | | | | | Put all the manifest information in the ant build file. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: update version to 1.6.0-pre121.6.0-pre12 | Harvey Harrison | 2015-04-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | README: expand the build instructions to include the jogl jars | Harvey Harrison | 2015-04-19 | 2 | -5/+8 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: fix up compile to build with JOGL release 2.3.1 | Julien Gouesse | 2015-04-19 | 5 | -34/+34 |
| | | | | | Signed-off-by: Julien Gouesse <[email protected]> Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | Fix the remote repository URLs | Curtis Rueden | 2015-04-19 | 2 | -10/+9 |
| | | | | | | | This fork uses Git+GitHub, not SVN+java.net. Signed-off-by: Curtis Rueden <[email protected]> Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: update version to 1.6.0-pre111.6.0-pre11 | Harvey Harrison | 2014-08-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: fix up compile to build with JOGL release 2.2.0 | Harvey Harrison | 2014-08-07 | 2 | -3/+3 |
| | | | | | | setSize became setSurfaceSize. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: avoid lazy enum array creation, do it unconditionally | Harvey Harrison | 2014-08-06 | 1 | -21/+13 |
| | | | | | | | The static ref was not being initialized properly (needed to be synchronized), just pull it into a staic init block and mark it final. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: cannot lock an object using its own reference | Harvey Harrison | 2014-08-06 | 1 | -18/+15 |
| | | | | | | | | | | When updating the orientTransforms array reference, you cannot lock the update using the same ref, as the next thread in will lock the new object and concurrently run with the original updater. Pointed out by findbugs. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove an unused fog state variable from Canvas3D | Harvey Harrison | 2014-08-05 | 1 | -6/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some unused imports, mark the caps chooser class as static | Harvey Harrison | 2014-08-05 | 1 | -3/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: add an enum for the capabilities to try and disable | Harvey Harrison | 2014-08-05 | 1 | -53/+43 |
| | | | | | | - remove some trailing whitespace, add missing @Override Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: removed dead code | Kavon Farvardin | 2014-08-05 | 1 | -252/+0 |
| | | | | | Signed-off-by: Kavon Farvardin <[email protected]> Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: initial fix for stereoscopic and double buffering graphics ↵ | Kavon Farvardin | 2014-08-05 | 1 | -119/+201 |
| | | | | | | | configurations Signed-off-by: Kavon Farvardin <[email protected]> Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: update version to 1.6.0-pre101.6.0-pre10 | Harvey Harrison | 2014-05-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: prepare to refactor the Font3D tesselation code, move variables ↵ | Harvey Harrison | 2014-05-03 | 1 | -16/+15 |
| | | | | | | next to use Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: kill use of SUN_global_alpha | Harvey Harrison | 2014-05-03 | 10 | -128/+4 |
| | | | | | | | Due to a typo testing for the extension, the jogl pipeline has never enabled this extension. Just kill it. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: small style change to do an early return when the appContext does ↵ | Harvey Harrison | 2014-05-03 | 1 | -18/+19 |
| | | | | | | not need checking Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: move fixup for null apcontext into the JOGLPipeline implementation | Saeid Nourian | 2014-05-03 | 1 | -0/+36 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: update version to 1.6.0-pre91.6.0-pre9 | Harvey Harrison | 2013-12-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: fix typo in updateTexture3DBoundary in JoglPipeline | Harvey Harrison | 2013-12-07 | 1 | -1/+1 |
| | | | | | | GL_TEXTURE_2D should be GL_TEXTURE_3D Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: use the context() helper in one more place in JoglPipeline | Harvey Harrison | 2013-11-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list of VirtualUniverse in GeometryRetained | Harvey Harrison | 2013-09-19 | 4 | -6/+6 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: move map of View to TransparentGeometry sorters into core | Harvey Harrison | 2013-09-14 | 5 | -4/+100 |
| | | | | | | | Help break one more dependency on the j3dutils code by pulling a simple map into the core classes. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list of Behavior node in setLiveState | Harvey Harrison | 2013-08-03 | 3 | -10/+9 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate childSwitchLinks arraylist | Harvey Harrison | 2013-08-03 | 5 | -33/+26 |
| | | | | | | | - not quite right as this list can hold LinkRetained or SwitchRetained...NodeRetained is the closest common class Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate the childTransformLink lists | Harvey Harrison | 2013-08-03 | 4 | -20/+16 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate generic lists in PickInfo | Harvey Harrison | 2013-08-03 | 1 | -30/+28 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: trivial annotation of an Arraylist temp variable | Harvey Harrison | 2013-07-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate the Shape3DRetained viewList that was missed | Harvey Harrison | 2013-07-31 | 1 | -2/+2 |
| | | | | | | This was missed when annotating the setLiveState list of view lists. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate the list of mirrorshapes in Shape3DRetained | Harvey Harrison | 2013-07-31 | 2 | -26/+24 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: add all the missing @Override annotations | Harvey Harrison | 2013-07-31 | 288 | -0/+1758 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: update version to 1.6.0-pre81.6.0-pre8 | Harvey Harrison | 2013-07-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: update build.xml to build against jogl release 2.0.2 | Harvey Harrison | 2013-07-29 | 1 | -2/+2 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: move old build file to build-old.xml | Harvey Harrison | 2013-07-29 | 3 | -1013/+1013 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: provide a public interface for AutoOffScreenCanvas3D to allow core ↵ | Harvey Harrison | 2013-07-10 | 2 | -1/+23 |
| | | | | | | to build separately from j3dutils Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate targets array in Targets, remove two methods that had ↵ | Harvey Harrison | 2013-07-02 | 1 | -21/+5 |
| | | | | | | incorrect types Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list of dirty transformgroups | Harvey Harrison | 2013-07-02 | 3 | -8/+7 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: trivial list annotation in TransformStructure | Harvey Harrison | 2013-07-02 | 1 | -3/+2 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate prioritizedSounds list in SoundScheduler | Harvey Harrison | 2013-07-02 | 1 | -17/+13 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: use Arrays.copyOf instead of clone on an int[] | Harvey Harrison | 2013-07-01 | 2 | -3/+5 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: change to ArrayList in the async error handling code | Harvey Harrison | 2013-07-01 | 1 | -4/+5 |
| | | | | | | | | This is not a high-rate path, so ArrayList should be fine without too many resizes. Try and make up for it by allocating an array of sufficient size up front to avoid reflection inside the toArray method. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some unused state for locked geometry | Harvey Harrison | 2013-07-01 | 2 | -5/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove unnecessary casts to WakeupCriterion | Harvey Harrison | 2013-07-01 | 12 | -23/+12 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: add type annotations to Enumerations of Nodes under a Group | Harvey Harrison | 2013-07-01 | 2 | -54/+51 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: declare some local varaibles next to where they are used | Harvey Harrison | 2013-07-01 | 1 | -29/+19 |
| | | | | | | | The compiler noticed the null check was always true at this point as nothing had written to currTree. Declare it next to its only use making the code more obvious. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate the changeViewList in SetLiveState | Harvey Harrison | 2013-07-01 | 4 | -7/+7 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate the changeViewGroup list in SetLiveState | Harvey Harrison | 2013-07-01 | 4 | -9/+9 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some redundant casts to HashKey | Harvey Harrison | 2013-07-01 | 1 | -8/+8 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate the scoped nodes list in SetLiveState | Harvey Harrison | 2013-07-01 | 6 | -36/+28 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> |