aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* manually swap buffer with jogl version 1.1Holger Zickner2004-10-311-6/+11
* this solves the JVM hangup problem on GL context destruction;Carsten Weisse2004-10-281-2/+8
* memory mapped image loading andCarsten Weisse2004-10-201-261/+192
* major refactoring in game, server and client packageRene Stoeckel2004-09-2213-10637/+10156
* error with stupid importCarsten Weisse2004-09-191-3/+1
* set IconHolger Zickner2004-09-191-1/+7
* did some cource cleanupsRene Stoeckel2004-09-101-2/+1
* - better vid mode selection when switching between window and fullscreen Holger Zickner2004-08-231-1/+2
* cleanups and base3 bugfix for the load and save routines.Rene Stoeckel2004-08-221-2/+2
* disable FocusTraversalKeys for the GLCanvasHolger Zickner2004-08-191-3/+4
* clear s_blocklights again.Holger Zickner2004-07-271-2/+2
* profilingHolger Zickner2004-07-196-144/+111
* this will solve the flickering bug on "Loading" Carsten Weisse2004-07-161-2/+6
* refimport_t deletedCarsten Weisse2004-07-1623-475/+490
* show all fullscreen modes in menuHolger Zickner2004-07-151-4/+5
* fullscreen modes work againHolger Zickner2004-07-151-20/+20
* show fullscreen modes in video menuHolger Zickner2004-07-1510-591/+185