aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* small optimizationsCarsten Weisse2005-01-161-10/+12
|
* reduces the garbageCarsten Weisse2005-01-161-3/+3
|
* changes to use the Vec3Cache instead of new float[3]Carsten Weisse2005-01-164-87/+103
| | | | (faster)
* Simple cache to reduce the garbage of float[3] vectors.Carsten Weisse2005-01-161-0/+38
|
* clear() added; enderer package wiil use this.Carsten Weisse2005-01-161-1/+16
|
* sorry ;-) muss nochmal schauenCarsten Weisse2005-01-141-2/+2
|
* clear() addedCarsten Weisse2005-01-143-24/+42
|
* the cplane_t.clear() is used (no garbage)Carsten Weisse2005-01-141-3/+2
|
* the new trace_t() removed with clear() (no garbage)Carsten Weisse2005-01-141-2/+2
|
* small performance improvementsHolger Zickner2005-01-126-106/+123
|
* sound menu entriesHolger Zickner2005-01-121-25/+18
|
* dynamic video menuHolger Zickner2005-01-122-127/+44
|
* :-)Carsten Weisse2005-01-121-2/+2
|
* uses Renderer to select the default or the prefered driver name;Carsten Weisse2005-01-121-11/+10
| | | | null termination of String[] removed (menu labels)
* new methods for driver selection (see VID)Carsten Weisse2005-01-121-2/+16
|
* sound driver selection changedCarsten Weisse2005-01-111-9/+10
|
* clean up video menu codeHolger Zickner2005-01-111-198/+123
|
* dynamic sound menuHolger Zickner2005-01-112-21/+38
|
* code cleanupCarsten Weisse2005-01-106-83/+22
|
* replaces the local float[][];Carsten Weisse2005-01-103-95/+50
| | | | code clean up
* replacement for String.trim()Carsten Weisse2005-01-091-3/+8
|
* the Polygon implementation (FloatBuffer as backbuffer) and the changes to ↵Carsten Weisse2005-01-098-315/+513
| | | | use the interface
* the Polygon implementation (float[] as backbuffer) and the changes to use ↵Carsten Weisse2005-01-094-97/+222
| | | | the interface
* abstract glpoly_t to hide the implementation;Carsten Weisse2005-01-091-13/+42
| | | | this was done to reduce the memory usage of lwjgl and fastjogl Renderer
* synchronized with joal sound driver;Carsten Weisse2004-12-233-339/+515
|
* file header changedCarsten Weisse2004-12-221-8/+24
|
* fix menu stackingHolger Zickner2004-12-221-18/+23
|
* EAX bugfixCarsten Weisse2004-12-211-31/+27
|
* the jogl overhead was removed; Carsten Weisse2004-12-201-365/+324
| | | | | the flickering bug fixed; the window destroy bug fixed (since 0.94 lwjgl);
* the jogl overhead was removedCarsten Weisse2004-12-201-312/+234
|
* mousewheel supportHolger Zickner2004-12-201-5/+12
|
* command line settings always override config fileHolger Zickner2004-12-201-5/+5
|
* jwjgl mouse handling works fine without recenteringHolger Zickner2004-12-164-25/+4
|
* vertexarray reset at the end of level loading not in the main loopCarsten Weisse2004-12-162-5/+4
|
* fixes a right mouse button bug. (dsanders)Carsten Weisse2004-12-161-1/+8
|
* checks the runtime package for opengl driversCarsten Weisse2004-12-161-9/+15
|
* checks the runtime package for sound driversCarsten Weisse2004-12-161-5/+22
|
* renamed to lwjglCarsten Weisse2004-12-161-836/+836
|
* initial checkin of the lwjgl sound from david sandersCarsten Weisse2004-12-163-2/+922
|
* LWJGLBase was moved to its packageCarsten Weisse2004-12-162-4/+3
|
* the reference to jogl removedCarsten Weisse2004-12-161-5/+4
|
* Added two rewind statements for nio buffers,David Sanders2004-12-161-1/+4
| | | | which fixes a graphics bug.
* simpleCarsten Weisse2004-12-161-6/+4
|
* reenable mousewheel supportHolger Zickner2004-12-151-12/+14
|
* mouse uses delta --> freelook is ok;Carsten Weisse2004-12-141-15/+31
| | | | keycode translation is now ok