| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | j3dcore: add type information to userlist in ImageComponentRetained | Harvey Harrison | 2013-04-19 | 1 | -26/+21 |
* | j3dcore: remove a leftover assert, it is now OK for offscreen canvas3d object... | Harvey Harrison | 2013-04-18 | 1 | -2/+1 |
* | j3dcore: fix permissions on a file that had the executable bit set | Harvey Harrison | 2013-04-08 | 1 | -0/+0 |
* | j3dcore: remove the www folder, it doesn't have anything useful anymore | Harvey Harrison | 2013-04-08 | 32 | -8748/+0 |
* | j3dcore: add a .gitignore for the build/ directory, remove .cvsignore | Harvey Harrison | 2013-04-08 | 2 | -3/+1 |
* | j3dcore: remove old release files/licenses that may confuse people | Harvey Harrison | 2013-04-07 | 46 | -8525/+0 |
* | j3dcore: kill off some of the old build scripts from the native builds | Harvey Harrison | 2013-04-07 | 15 | -391/+0 |
* | j3dcore: update version to 1.6.0-pre7 | Harvey Harrison | 2013-03-19 | 1 | -1/+1 |
* | j3dcore: use nio buffers directly for vertex normals | Harvey Harrison | 2013-03-17 | 5 | -15/+15 |
* | j3dcore: use nio buffers directly for interleaved vertex data | Harvey Harrison | 2013-03-17 | 5 | -16/+18 |
* | j3dcore: use nio buffers directly for colors, remove use of BufferWrappers | Harvey Harrison | 2013-03-17 | 5 | -18/+18 |
* | j3dcore: convert trivial uses of BufferWrapper to use the readOnly nio buffer... | Harvey Harrison | 2013-03-17 | 3 | -21/+19 |
* | j3dcore: directly use nio buffers internally in GeometryArrayRetained | Harvey Harrison | 2013-03-17 | 5 | -22/+28 |
* | j3dcore: explicitly store the readonlyBuffer copy in preparation to remove Bu... | Harvey Harrison | 2013-03-16 | 1 | -0/+13 |
* | j3dcore: add imports for java.nio in J3DBuffer | Harvey Harrison | 2013-03-03 | 1 | -33/+40 |
* | j3dcore: move to use an Enum for valid buffer types in J3DBuffer | Harvey Harrison | 2013-03-03 | 2 | -50/+47 |
* | j3dcore: remove test for direct nio buffers, they are standard functionality | Harvey Harrison | 2013-02-28 | 1 | -15/+0 |
* | j3dcore: change Object[] to J3DBuffer[] as we know this is the actual type | Harvey Harrison | 2013-02-28 | 3 | -18/+12 |
* | j3dcore: remove some unused vars and unneeded casts | Harvey Harrison | 2013-02-28 | 1 | -6/+2 |
* | j3dcore: remove leftover from when OffscreenLayer was added to Canvas3d | Harvey Harrison | 2013-02-28 | 1 | -1/+0 |
* | j3dcore: annotate getAllScopes method for FogRetained to return Enumeration<G... | Harvey Harrison | 2013-02-23 | 3 | -23/+20 |
* | j3dcore: remove unused local variables and unneeded casts in FogRetained | Harvey Harrison | 2013-02-23 | 1 | -15/+3 |
* | j3dcore: annotate getScopes methods to return Enumeration<Group> | Harvey Harrison | 2013-02-23 | 2 | -23/+23 |
* | j3dcore: remove some unused local variables in LightRetained | Harvey Harrison | 2013-02-23 | 1 | -7/+1 |
* | j3dcore: annotate list of LightRetained | Harvey Harrison | 2013-02-23 | 1 | -6/+6 |
* | j3dcore: add a hash mixing helper for the Java3D way of mixing double values | Harvey Harrison | 2013-02-23 | 5 | -27/+63 |
* | j3dcore: small list annotation for offscreen messages | Harvey Harrison | 2013-02-19 | 1 | -4/+3 |
* | j3dcore: remove a null check, canvas cannot be null here | Harvey Harrison | 2013-02-18 | 1 | -3/+1 |
* | j3dcore: update version to -pre6 | Harvey Harrison | 2013-02-18 | 1 | -1/+1 |
* | j3dcore: make setting boolean properties less chatty | Harvey Harrison | 2013-02-18 | 1 | -1/+2 |
* | j3dcore: remove some commented out and superceded code in JoglPipeline | Harvey Harrison | 2013-02-18 | 1 | -108/+0 |
* | j3dcore: restore the explicit profile for each GL constant | Harvey Harrison | 2013-02-18 | 1 | -32/+18 |
* | j3dcore: changes from August Lammersdorf | August Lammersdorf | 2013-02-18 | 2 | -268/+782 |
* | j3dcore: add new Pipeline method resizeOffscreenLayer | Harvey Harrison | 2013-02-17 | 4 | -23/+23 |
* | j3dcore: add members and helpers for future FBOlayer work | Harvey Harrison | 2013-02-17 | 2 | -9/+55 |
* | j3dcore: make the antialiasing flag private to Canvas3d | Harvey Harrison | 2013-02-16 | 2 | -5/+11 |
* | j3dcore: fix generation of texture ids | August Lammersdorf | 2013-02-16 | 9 | -93/+29 |
* | j3dcore: update to jogl-rc11 in the build script, only need gluegen-rt, not g... | Harvey Harrison | 2013-02-11 | 1 | -2/+2 |
* | j3dcore: annotate list of lights in GraphicsContext3D | Harvey Harrison | 2013-02-02 | 1 | -9/+8 |
* | j3dcore: remove unused variables, annotate sounds list in GraphicsContext3D | Harvey Harrison | 2013-02-02 | 1 | -13/+8 |
* | j3dcore: Annotate list of user sounds in GraphicsContext3D | Harvey Harrison | 2013-02-02 | 1 | -27/+26 |
* | j3dcore: Annotate list of user lights in GraphicsContext3D | Harvey Harrison | 2013-02-02 | 1 | -26/+25 |
* | j3dcore: annotate lists in SetLiveState related to OrderedGroupRetained | Harvey Harrison | 2013-01-31 | 2 | -11/+11 |
* | j3dcore: annotate list of Scopes in ModelClipRetained | Harvey Harrison | 2013-01-28 | 2 | -39/+39 |
* | j3dcore: remove a pile of unneeded casts, mostly to Bounds | Harvey Harrison | 2013-01-28 | 11 | -40/+34 |
* | j3dcore: annotate Renderbin map, format the management functions | Harvey Harrison | 2013-01-27 | 1 | -41/+35 |
* | j3dcore: remove some unneeded casts to Tuple3d | Harvey Harrison | 2013-01-27 | 2 | -18/+17 |
* | j3dcore: annotate arguments taking lists of SwitchStates | Harvey Harrison | 2013-01-27 | 2 | -6/+6 |
* | j3dcore: annotate switchLevels list in SwitchRetained | Harvey Harrison | 2013-01-27 | 1 | -6/+6 |
* | j3dcore: annotate list of SwitchStates in SwitchRetained, TargetsInterface | Harvey Harrison | 2013-01-27 | 4 | -43/+39 |