aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use lwjgl for performance testsCarsten Weisse2007-03-201-2/+2
* sorry, enable client portCarsten Weisse2007-03-171-5/+3
* disable client portCarsten Weisse2007-03-171-3/+5
* change location of jake2 webstartCarsten Weisse2007-03-174-19/+32
* New "patch" task for lwjgl1.0 to improve performance. This updates the origin...Carsten Weisse2007-03-171-3/+15
* performance patch; checks removedCarsten Weisse2007-03-173-618/+508
* original lwjgl1.0 classesCarsten Weisse2007-03-173-0/+3528
* clean upCarsten Weisse2007-02-275-55/+16
* clean upCarsten Weisse2007-02-275-32/+14
* clean upCarsten Weisse2007-02-2719-104/+23
* debugging code disabled; clean upCarsten Weisse2007-02-271-14/+6
* debugging code disabledCarsten Weisse2007-02-271-9/+3
* clean upCarsten Weisse2007-02-2727-156/+50
* hack of old joal EAX bug removedCarsten Weisse2007-02-271-8/+2
* clean upCarsten Weisse2007-02-271-5/+0
* clean upCarsten Weisse2007-02-271-2/+0
* shared usage of Anorms; moved to jake2.render packageCarsten Weisse2007-02-274-813/+603
* clean upCarsten Weisse2007-02-151-16/+11
* clean upCarsten Weisse2007-02-151-7/+3
* a better display mode selection (can handle strange frequencies)Carsten Weisse2007-02-141-2/+4
* update to lwjgl 1.0 libsCarsten Weisse2007-02-126-0/+0
* some fixes for the vid menuCarsten Weisse2007-01-131-47/+18
* add vertical sync entry to video menuCarsten Weisse2007-01-121-33/+50
* add setSwapInterval() for vsync (works on Win32 and Mac OS X) turn it off on...Carsten Weisse2007-01-118-12/+53
* cleanupCarsten Weisse2007-01-111-7/+3
* add glHint(int target, int mode) e.g. for perspective correction hintCarsten Weisse2007-01-107-66/+90
* set code style (java code conventions) for eclipse 3.2Carsten Weisse2007-01-102-0/+257
* original texture resampling (lesser memory garbage)Carsten Weisse2007-01-101-60/+50
* update to lwjgl 1.0 rc1 (org.lwjgl.util.GL was removed)Carsten Weisse2007-01-107-71/+69
* update to joal release 1.1.0Carsten Weisse2007-01-027-0/+0
* bugfix: TestMap works now. (re.EndRegistration() doesn't work in this context)Carsten Weisse2007-01-021-7/+5
* hide mouse on cinematicCarsten Weisse2006-12-122-5/+5
* add a better multitexturing checkCarsten Weisse2006-12-121-5/+13
* format onlyCarsten Weisse2006-12-121-40/+40
* simplifies the callback parameters (final values)Carsten Weisse2006-12-121-92/+64
* simplifies the callback parameters (final values)Carsten Weisse2006-12-121-90/+63
* NPE bugCarsten Weisse2006-12-111-2/+2
* exit thread removed because of linuxCarsten Weisse2006-12-111-35/+26
* hope this helps on win32 screen mode switchingCarsten Weisse2006-12-111-1/+7
* hope this helps on win32 screen mode switchingCarsten Weisse2006-12-111-8/+9
* hope this helps on win32 screen mode switchingCarsten Weisse2006-12-111-21/+33
* hope this helps on win32 screen mode switchingCarsten Weisse2006-12-111-27/+49
* destroy gl context in the canvas removeNotifyCarsten Weisse2006-12-111-9/+4
* destroy window in the main threadCarsten Weisse2006-12-111-5/+5
* use the default jsr231 renderer (testing)Carsten Weisse2006-12-111-2/+2
* destroy window in the awt event dispatcher threadCarsten Weisse2006-12-111-12/+21
* use the callback version of Jsr231Renderer only for Win32Carsten Weisse2006-12-111-2/+7
* typoCarsten Weisse2006-12-111-1/+1
* add a new renderer which uses the jsr231 callback interface (GLEventListener)Carsten Weisse2006-12-113-2/+722
* this is a hack for linux open the OpenAL device only once and never close at ...Carsten Weisse2006-12-082-71/+11