aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/render
Commit message (Expand)AuthorAgeFilesLines
* this reduces the memory footprint massive;Carsten Weisse2005-05-073-53/+51
* better string handling and error messagesCarsten Weisse2005-05-073-53/+57
* helper functions to get the OpenGL version as float valueCarsten Weisse2005-05-074-5/+21
* modified loading of submodels and faces to get better cache hit ratesCarsten Weisse2005-05-072-230/+249
* preconstruct a Throwable is faster; (is used in control flow)Carsten Weisse2005-05-071-15/+12
* preconstruct a Throwable is faster; (is used in control flow)Carsten Weisse2005-05-072-12/+12
* organized importsCarsten Weisse2005-05-061-3/+1
* use the GL_BGR (OpenGL1.2) format if possible;Carsten Weisse2005-05-063-44/+62
* import cleanupCarsten Weisse2005-04-251-10/+3
* screenshot function for (fast)jogl drivers.Carsten Weisse2005-04-252-131/+165
* The first screenshot implementation (lwjgl)Carsten Weisse2005-04-251-63/+68
* bugfix [ 1144565 ] power shield of monster "brain" not displayed correctlyCarsten Weisse2005-04-081-4/+4
* initial value of gl_modulate is set to 1.5 because the game was mostly too dark.Carsten Weisse2005-04-073-6/+6
* a better test for empty stringsCarsten Weisse2005-02-083-15/+15
* execute the callbackCarsten Weisse2005-02-071-1/+2
* cast not neededCarsten Weisse2005-02-071-2/+2
* is used for dedicated modeCarsten Weisse2005-02-071-0/+182
* a little bit fasterCarsten Weisse2005-02-012-27/+32
* simplified ;-)Carsten Weisse2005-01-221-11/+7
* simplifiedCarsten Weisse2005-01-224-18/+12
* set the right renderer nameCarsten Weisse2005-01-211-3/+3
* variable renamed an a stupid bug fixedCarsten Weisse2005-01-181-10/+10
* make it privateCarsten Weisse2005-01-171-2/+2
* local float[] optimize; code clean upCarsten Weisse2005-01-171-372/+367
* local float[] optimize; code clean upCarsten Weisse2005-01-171-64/+46
* local float[] optimize; code clean upCarsten Weisse2005-01-171-229/+160
* local float[] optimize; code clean upCarsten Weisse2005-01-171-133/+135
* local float[] otimize; code clean upCarsten Weisse2005-01-171-165/+129
* reduces the garbageCarsten Weisse2005-01-161-10/+7
* changes to use the Vec3Cache instead of new float[3]Carsten Weisse2005-01-164-87/+103
* the cplane_t.clear() is used (no garbage)Carsten Weisse2005-01-141-3/+2
* small performance improvementsHolger Zickner2005-01-121-50/+65
* new methods for driver selection (see VID)Carsten Weisse2005-01-121-2/+16
* code cleanupCarsten Weisse2005-01-106-83/+22
* replaces the local float[][];Carsten Weisse2005-01-103-95/+50
* the Polygon implementation (FloatBuffer as backbuffer) and the changes to use...Carsten Weisse2005-01-098-315/+513
* the Polygon implementation (float[] as backbuffer) and the changes to use the...Carsten Weisse2005-01-094-97/+222
* abstract glpoly_t to hide the implementation;Carsten Weisse2005-01-091-13/+42
* the jogl overhead was removed; Carsten Weisse2004-12-201-365/+324
* the jogl overhead was removedCarsten Weisse2004-12-201-312/+234
* vertexarray reset at the end of level loading not in the main loopCarsten Weisse2004-12-162-5/+4
* checks the runtime package for opengl driversCarsten Weisse2004-12-161-9/+15
* LWJGLBase was moved to its packageCarsten Weisse2004-12-162-4/+3
* Added two rewind statements for nio buffers,David Sanders2004-12-161-1/+4
* modification to integrate the LWJGLRendererCarsten Weisse2004-12-141-1/+2
* initial import of the lwjgl Renderer from David SandersCarsten Weisse2004-12-1413-0/+10199
* merge LWJGL input system changesHolger Zickner2004-12-143-9/+28
* print jogl version during initializationHolger Zickner2004-12-082-2/+6
* this is the right method to get the readable lenght or sizeCarsten Weisse2004-11-101-2/+2
* mouse wheel supportHolger Zickner2004-11-031-1/+2