Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | local float[] otimize; code clean up | Carsten Weisse | 2005-01-17 | 1 | -165/+129 |
* | reduces the garbage | Carsten Weisse | 2005-01-16 | 1 | -10/+7 |
* | small optimizations | Carsten Weisse | 2005-01-16 | 1 | -10/+12 |
* | reduces the garbage | Carsten Weisse | 2005-01-16 | 1 | -3/+3 |
* | changes to use the Vec3Cache instead of new float[3] | Carsten Weisse | 2005-01-16 | 4 | -87/+103 |
* | Simple cache to reduce the garbage of float[3] vectors. | Carsten Weisse | 2005-01-16 | 1 | -0/+38 |
* | clear() added; enderer package wiil use this. | Carsten Weisse | 2005-01-16 | 1 | -1/+16 |
* | sorry ;-) muss nochmal schauen | Carsten Weisse | 2005-01-14 | 1 | -2/+2 |
* | clear() added | Carsten Weisse | 2005-01-14 | 3 | -24/+42 |
* | the cplane_t.clear() is used (no garbage) | Carsten Weisse | 2005-01-14 | 1 | -3/+2 |
* | the new trace_t() removed with clear() (no garbage) | Carsten Weisse | 2005-01-14 | 1 | -2/+2 |
* | small performance improvements | Holger Zickner | 2005-01-12 | 6 | -106/+123 |
* | sound menu entries | Holger Zickner | 2005-01-12 | 1 | -25/+18 |
* | dynamic video menu | Holger Zickner | 2005-01-12 | 2 | -127/+44 |
* | :-) | Carsten Weisse | 2005-01-12 | 1 | -2/+2 |
* | uses Renderer to select the default or the prefered driver name; | Carsten Weisse | 2005-01-12 | 1 | -11/+10 |
* | new methods for driver selection (see VID) | Carsten Weisse | 2005-01-12 | 1 | -2/+16 |
* | sound driver selection changed | Carsten Weisse | 2005-01-11 | 1 | -9/+10 |
* | clean up video menu code | Holger Zickner | 2005-01-11 | 1 | -198/+123 |
* | dynamic sound menu | Holger Zickner | 2005-01-11 | 2 | -21/+38 |
* | code cleanup | Carsten Weisse | 2005-01-10 | 6 | -83/+22 |
* | replaces the local float[][]; | Carsten Weisse | 2005-01-10 | 3 | -95/+50 |
* | replacement for String.trim() | Carsten Weisse | 2005-01-09 | 1 | -3/+8 |
* | the Polygon implementation (FloatBuffer as backbuffer) and the changes to use... | Carsten Weisse | 2005-01-09 | 8 | -315/+513 |
* | the Polygon implementation (float[] as backbuffer) and the changes to use the... | Carsten Weisse | 2005-01-09 | 4 | -97/+222 |
* | abstract glpoly_t to hide the implementation; | Carsten Weisse | 2005-01-09 | 1 | -13/+42 |
* | synchronized with joal sound driver; | Carsten Weisse | 2004-12-23 | 3 | -339/+515 |
* | file header changed | Carsten Weisse | 2004-12-22 | 1 | -8/+24 |
* | fix menu stacking | Holger Zickner | 2004-12-22 | 1 | -18/+23 |
* | EAX bugfix | Carsten Weisse | 2004-12-21 | 1 | -31/+27 |
* | the jogl overhead was removed; | Carsten Weisse | 2004-12-20 | 1 | -365/+324 |
* | the jogl overhead was removed | Carsten Weisse | 2004-12-20 | 1 | -312/+234 |
* | mousewheel support | Holger Zickner | 2004-12-20 | 1 | -5/+12 |
* | command line settings always override config file | Holger Zickner | 2004-12-20 | 1 | -5/+5 |
* | jwjgl mouse handling works fine without recentering | Holger Zickner | 2004-12-16 | 4 | -25/+4 |
* | vertexarray reset at the end of level loading not in the main loop | Carsten Weisse | 2004-12-16 | 2 | -5/+4 |
* | fixes a right mouse button bug. (dsanders) | Carsten Weisse | 2004-12-16 | 1 | -1/+8 |
* | checks the runtime package for opengl drivers | Carsten Weisse | 2004-12-16 | 1 | -9/+15 |
* | checks the runtime package for sound drivers | Carsten Weisse | 2004-12-16 | 1 | -5/+22 |
* | renamed to lwjgl | Carsten Weisse | 2004-12-16 | 1 | -836/+836 |
* | initial checkin of the lwjgl sound from david sanders | Carsten Weisse | 2004-12-16 | 3 | -2/+922 |
* | LWJGLBase was moved to its package | Carsten Weisse | 2004-12-16 | 2 | -4/+3 |
* | the reference to jogl removed | Carsten Weisse | 2004-12-16 | 1 | -5/+4 |
* | Added two rewind statements for nio buffers, | David Sanders | 2004-12-16 | 1 | -1/+4 |
* | simple | Carsten Weisse | 2004-12-16 | 1 | -6/+4 |
* | reenable mousewheel support | Holger Zickner | 2004-12-15 | 1 | -12/+14 |
* | mouse uses delta --> freelook is ok; | Carsten Weisse | 2004-12-14 | 1 | -15/+31 |
* | modification to integrate the LWJGLRenderer | Carsten Weisse | 2004-12-14 | 1 | -1/+2 |
* | initial import of the lwjgl Renderer from David Sanders | Carsten Weisse | 2004-12-14 | 13 | -0/+10199 |
* | simple video menu label alignment | Carsten Weisse | 2004-12-14 | 1 | -2/+2 |