aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* reset() is now clear()Carsten Weisse2005-01-213-8/+9
* clear() fixed (no new)Carsten Weisse2005-01-211-10/+11
* use Vec3Cache for recusive function (a lot of garbage); number 1 (profiling g...Carsten Weisse2005-01-211-2/+4
* new entity_t() removed; ent.clear() is used (see C source)Carsten Weisse2005-01-204-21/+23
* variable renamed an a stupid bug fixedCarsten Weisse2005-01-181-10/+10
* make it privateCarsten Weisse2005-01-171-2/+2
* garbage optimized with static buffersCarsten Weisse2005-01-171-3/+4
* readcount should be 0Carsten Weisse2005-01-171-2/+5
* garbage optimized with static buffer and float[]Carsten Weisse2005-01-171-5/+7
* garbage optimized with static buffersCarsten Weisse2005-01-172-13/+12
* garbage optimized (float[])Carsten Weisse2005-01-172-102/+100
* garbage optimizedCarsten Weisse2005-01-171-5/+6
* garbage optimizedCarsten Weisse2005-01-171-2/+5
* 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
* 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
* 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
* 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
* replacement for String.trim()Carsten Weisse2005-01-091-3/+8
* 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
* 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 jogl overhead was removedCarsten Weisse2004-12-201-312/+234
* mousewheel supportHolger Zickner2004-12-201-5/+12