aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* changes to handle resizable screens.Carsten Weisse2008-03-021-10/+31
| | | | GridBagLayout is used to resize the GL canvas together with the frame
* 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
| | | | | do this only on loading and put the short name into the hash map (much lesser String garbage)
* 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
| | | | of jar signing) https://joal.dev.java.net/issues/show_bug.cgi?id=17
* use printlnCarsten Weisse2007-05-061-6/+6
|
* print the the message if EAX failsCarsten Weisse2007-05-061-0/+1
|
* bugfix: remove the wrong library loading, joal_native is the right library ↵Carsten Weisse2007-05-061-4/+0
| | | | name but this library loading is never needed because EAXFactory does this job
* this is the current and wrong joal EAX implementationCarsten Weisse2007-05-061-0/+140
|
* go back to previous version, handler is ok, but EAX class is notCarsten Weisse2007-05-061-7/+12
|
* try to use EAX instead of checking extension StringsCarsten Weisse2007-05-061-12/+7
|
* clean upCarsten Weisse2007-04-162-13/+5
|
* clean upCarsten Weisse2007-04-161-33/+19
|
* clean upCarsten Weisse2007-04-161-60/+29
|
* cosmeticRene Stoeckel2007-04-154-106/+68
|
* clean upCarsten Weisse2007-02-275-55/+16
|
* clean upCarsten Weisse2007-02-275-32/+14
|
* clean upCarsten Weisse2007-02-2716-75/+18
|
* debugging code disabled; clean upCarsten Weisse2007-02-271-14/+6
|
* debugging code disabledCarsten Weisse2007-02-271-9/+3
|
* clean upCarsten Weisse2007-02-2723-129/+41
|
* 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
|
* 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 ↵Carsten Weisse2007-01-118-12/+53
| | | | on console: gl_swapinterval 0 turn it on: gl_swapinterval 1
* cleanupCarsten Weisse2007-01-111-7/+3
|
* add glHint(int target, int mode) e.g. for perspective correction hintCarsten Weisse2007-01-107-66/+90
|
* 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-101-71/+69
|