aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added JOGL2 Flags (README/Jake2.sh), New JOGL Renderer Order, ..Sven Gothel2012-10-1910-32/+64
* NEWTWin: Fix NPE if Screen is not initialized yet (fullscreen mode)Sven Gothel2012-10-181-1/+4
* NEWTWin: FPS dump on ARM more frequently :)Sven Gothel2012-10-181-2/+13
* JoglGL2ES1: Comment out GL_QUADS (not used), Remove ext GL_EXT_point_paramete...Sven Gothel2012-10-181-5/+15
* JoglGL2ES1: Regard 'hasPointExt' (diff ImmModeSink w/ more elements and ubyte...Sven Gothel2012-10-185-21/+34
* Fix QGL for ES1/ES2: Use ushort indices, since uint is n/a on ES1/ES2 profileSven Gothel2012-10-169-24/+34
* Jogl*Driver.shutdown(): Release hold ctx before killing window offthread (req...Sven Gothel2012-10-164-21/+37
* GL2ES1: Add GL_EXT_point_parameters caps for ES1 GL driverSven Gothel2012-10-161-2/+4
* Remove Oracle JDK plugin.jar dependencySven Gothel2012-10-161-3/+4
* JoglGL2ES1: ImmModeSink: Drop color components (not used), initialElementSize...Sven Gothel2012-10-161-3/+11
* Adding jogldummy (dummy GL driver (no calls), but w/ NEWT and actual [not-use...Sven Gothel2012-10-158-7/+419
* JoglES2Driver: Use FFP COLOR_TEXTURE2, restrict shader resources for mobileSven Gothel2012-10-131-1/+1
* Renderer: Catch all exceptions (Throwables) .. to cont. w/ avail driver (i.e....Sven Gothel2012-10-131-6/+9
* Renderer: Remove LwjglRenderer (doesn't exist anymore), New Jogl Renderer def...Sven Gothel2012-10-121-10/+4
* Enabling GL2ES1 and GL2ES2 driver, using JOGL's ImmModeSink and FixedFunction...jogl2_es2Sven Gothel2012-10-1210-1559/+2084
* Simple NEWT port: Remove AWT dependencies in Jake2 / JOGL / Fast (default mod...NEWTSven Gothel2012-10-0831-663/+1489
* Remove lwjglSven Gothel2012-10-087-2273/+0
* JoglDriver: Add FPSCounter (all 60*5 frames) ; Remove glFlush() @ endFrame, d...jogl2_gl2Sven Gothel2012-10-081-1/+6
* Simple JOGL2 port: Disable autoSwapBufferMode of GLCanvas (double swap == fli...Sven Gothel2012-10-071-3/+6
* Simple JOGL2 portSven Gothel2012-10-0710-1620/+567
* unused variablesjogl1Rene Stoeckel2009-12-132-4/+2
* unused variablesRene Stoeckel2009-12-135-12/+8
* unused importsRene Stoeckel2009-12-131-3/+0
* stronger typingRene Stoeckel2009-12-131-1/+1
* Set background of Jake2Applet to black before fully initializedKenneth B. Russell2008-03-021-1/+8
* Changes to enable Jake2 to run well as an applet inside the Kenneth B. Russell2008-03-028-108/+511
* bugfix: cast the space to byte avoid array overflowsCarsten Weisse2008-03-021-2/+2
* formattedCarsten Weisse2008-03-022-85/+92
* the callback renderer is never usedCarsten Weisse2008-03-023-701/+4
* better javadocCarsten Weisse2008-03-021-1/+1
* changes to handle resizable screens.Carsten Weisse2008-03-021-10/+31
* use getters and setters of modified viddef_tCarsten Weisse2008-03-0213-577/+580
* changes to handle resizable screensapplet-supportCarsten Weisse2008-03-021-4/+37
* inline cursornameCarsten Weisse2008-03-021-13/+4
* makes the reference constantCarsten Weisse2008-03-011-1/+1
* set new window location only in fullscreen modeCarsten Weisse2007-11-033-6/+4
* code clean up (shift the variable declarations down)Carsten Weisse2007-06-071-31/+17
* code clean up and set the buffer finalCarsten Weisse2007-06-071-11/+7
* define variables lateCarsten Weisse2007-05-141-3/+2
* this was the biggest garbage producer (32KB each frame), now fixedCarsten Weisse2007-05-141-11/+10
* use Lib.atof insteadCarsten Weisse2007-05-142-36/+10
* better empty string handling without throwing a exceptionCarsten Weisse2007-05-141-8/+6
* add a new layout string parser to minimize the String garbageCarsten Weisse2007-05-132-92/+326
* "pics/" + name + ".pcx" removed;Carsten Weisse2007-05-122-10/+12
* bugfix: center the mouse correct, now really ;-)Carsten Weisse2007-05-121-5/+3
* bugfix: center the mouse correct, now really ;-)Carsten Weisse2007-05-121-4/+9
* bugfix: sorry the mouse goes crazyCarsten Weisse2007-05-121-2/+2
* bugfix: center the mouse correctCarsten Weisse2007-05-121-2/+2
* update to lwjgl 1.1 (bugfix release)Carsten Weisse2007-05-111-4/+7
* remove EAX patch and wait for a bugfix (it doesn't work for webstart because ...Carsten Weisse2007-05-061-136/+0