aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* switch to joal 1.0b01 (new libraries, API changes, tested on MacBook Pro (uni...Carsten Weisse2006-10-182-62/+38
* (only for testing and history)Carsten Weisse2006-10-0711-0/+8858
* merge with current HEADCarsten Weisse2005-12-2586-6452/+7259
* use a hash map to find the images by name (faster)Carsten Weisse2005-11-191-26/+19
* moved to opengl packageCarsten Weisse2005-11-152-0/+617
* using the fast renderer implCarsten Weisse2005-11-153-6/+6
* this is the refactored (old lwjgl) renderer implCarsten Weisse2005-11-1511-0/+9134
* package removedCarsten Weisse2005-11-1525-18672/+0
* package removed and replaced with render.basicCarsten Weisse2005-11-1512-9759/+0
* moved to render.openglCarsten Weisse2005-11-159-2603/+0
* new render drivers (alpha see TODO)Carsten Weisse2005-11-144-54/+571
* this is the refactored (old jogl) renderer implCarsten Weisse2005-11-1412-0/+9683
* OpenGL driver implementations for jogl, lwjgl and jsr231Carsten Weisse2005-11-149-0/+2430
* code cleanup. use Defines instead of GlobalsCarsten Weisse2005-11-134-22/+23
* use the JoglGL instance and jogl code pathCarsten Weisse2005-10-241-2/+2
* use the JoglGL instanceCarsten Weisse2005-10-241-2/+2
* only for tests (fastjogl code path with lwjgl impl)Carsten Weisse2005-10-241-2/+2
* now JoglGL works with JoglBaseCarsten Weisse2005-10-244-143/+174
* now uses QGL interface for OpenGL callsCarsten Weisse2005-10-2410-384/+414
* add R_Init() with default xpos, ypos to 0, 0Carsten Weisse2005-10-241-1/+5
* copy only what's neededCarsten Weisse2005-10-241-4/+4
* code cleanupCarsten Weisse2005-10-241-5/+5
* old code removedCarsten Weisse2005-10-241-5/+1
* modified to use the QGL interfaceCarsten Weisse2005-07-169-460/+419
* gl call delegationCarsten Weisse2005-07-1610-453/+452
* new factory methodCarsten Weisse2005-07-161-67/+91
* this impl counts the OpenGL calls per frameCarsten Weisse2005-07-161-0/+309
* extends the LWJGLBaseCarsten Weisse2005-07-161-2/+2
* implementation of QGLCarsten Weisse2005-07-161-1/+27
* this is now an interfaceCarsten Weisse2005-07-161-382/+78
* GL constantsCarsten Weisse2005-07-161-0/+308
* all renderers are using the same code pathCarsten Weisse2005-07-104-51/+24
* modifications to use the QGL interface.Carsten Weisse2005-07-1011-685/+662
* set a default value (version 1.1)Carsten Weisse2005-07-101-2/+6
* sub set of OpenGL and the impls (jogl, lwjgl)Carsten Weisse2005-07-104-0/+1301
* remove timer hack and use new Timer classesHolger Zickner2005-07-0112-67/+46
* different Timers implementing Milliseconds()Holger Zickner2005-07-014-0/+121
* make sure not to exceed max line size in Console fixes bug 1230166Holger Zickner2005-06-301-1/+2
* do not overwrite baseq2 dirHolger Zickner2005-06-281-2/+4
* fix out of bounds exception in getWavinfo()Holger Zickner2005-06-271-9/+14
* parseInt/Long may throw an exceptionHolger Zickner2005-06-262-7/+14
* last change deleted too much...Holger Zickner2005-06-261-1/+3
* jogl-1.0 is not supported anymoreHolger Zickner2005-06-241-14/+4
* there is no mode "a" in JavaHolger Zickner2005-06-111-3/+4
* sorry, wrong offsetCarsten Weisse2005-06-091-2/+2
* JVM executes this code faster, than the "i++" one.Carsten Weisse2005-06-084-44/+50
* code cleanupCarsten Weisse2005-06-081-280/+139
* code cleanupCarsten Weisse2005-06-081-279/+139
* replace Integer.parseInt() to prevent exceptionsHolger Zickner2005-06-073-9/+10
* simulate keyboard repeatsHolger Zickner2005-06-071-2/+26