aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* EAX bugfixCarsten Weisse2004-12-211-31/+27
|
* the jogl overhead was removed; Carsten Weisse2004-12-201-365/+324
| | | | | the flickering bug fixed; the window destroy bug fixed (since 0.94 lwjgl);
* the jogl overhead was removedCarsten Weisse2004-12-201-312/+234
|
* mousewheel supportHolger Zickner2004-12-201-5/+12
|
* command line settings always override config fileHolger Zickner2004-12-201-5/+5
|
* jwjgl mouse handling works fine without recenteringHolger Zickner2004-12-164-25/+4
|
* vertexarray reset at the end of level loading not in the main loopCarsten Weisse2004-12-162-5/+4
|
* fixes a right mouse button bug. (dsanders)Carsten Weisse2004-12-161-1/+8
|
* checks the runtime package for opengl driversCarsten Weisse2004-12-161-9/+15
|
* checks the runtime package for sound driversCarsten Weisse2004-12-161-5/+22
|
* renamed to lwjglCarsten Weisse2004-12-161-836/+836
|
* initial checkin of the lwjgl sound from david sandersCarsten Weisse2004-12-163-2/+922
|
* LWJGLBase was moved to its packageCarsten Weisse2004-12-162-4/+3
|
* the reference to jogl removedCarsten Weisse2004-12-161-5/+4
|
* Added two rewind statements for nio buffers,David Sanders2004-12-161-1/+4
| | | | which fixes a graphics bug.
* simpleCarsten Weisse2004-12-161-6/+4
|
* reenable mousewheel supportHolger Zickner2004-12-151-12/+14
|
* mouse uses delta --> freelook is ok;Carsten Weisse2004-12-141-15/+31
| | | | keycode translation is now ok
* modification to integrate the LWJGLRendererCarsten Weisse2004-12-141-1/+2
|
* initial import of the lwjgl Renderer from David SandersCarsten Weisse2004-12-1413-0/+10199
|
* simple video menu label alignmentCarsten Weisse2004-12-141-2/+2
|
* the backbuffer of colorArray is a ByteBuffer; we need this for lwjglCarsten Weisse2004-12-141-2/+10
|
* merge LWJGL input system changesHolger Zickner2004-12-1411-245/+489
|
* print jogl version during initializationHolger Zickner2004-12-082-2/+6
|
* *** empty log message ***Holger Zickner2004-12-061-2/+2
|
* bugfix: wrong length calculationHolger Zickner2004-12-061-2/+2
|
* pak file is mmapped and buffers will be slicedCarsten Weisse2004-11-101-6/+13
|
* this is the right method to get the readable lenght or sizeCarsten Weisse2004-11-101-2/+2
| | | | (capacity() doesn't work with sliced buffers)
* bugfix: models download (C-string to Java-string)Carsten Weisse2004-11-071-2/+2
|
* string conversion funktionsCarsten Weisse2004-11-071-1/+14
|
* multiplayer server now worksRene Stoeckel2004-11-061-3/+4
|
* use native order sample formatHolger Zickner2004-11-031-3/+11
|
* catch NoClassDefFoundError if no joal libs availableHolger Zickner2004-11-031-2/+2
|
* catch UnsatisfiedLinkErrors if no joal libs availableHolger Zickner2004-11-031-3/+5
|
* bugfix 1056765Holger Zickner2004-11-031-2/+6
| | | | allow use of character and modifier keys simultaneously
* mouse wheel supportHolger Zickner2004-11-035-14/+27
|
* manually swap buffer with jogl version 1.1Holger Zickner2004-10-311-6/+11
|
* unpack libopenal.so on LinuxHolger Zickner2004-10-311-8/+27
|
* merge changes from software20 branchHolger Zickner2004-10-311-397/+84
|
* bugfix for toggle console on Win32 (US and DE keyboard)Carsten Weisse2004-10-311-2/+5
|
* a warning is better here than the end of the game (network mode)Carsten Weisse2004-10-291-4/+4
|
* bugfix: downloaded files should be lower caseCarsten Weisse2004-10-291-2/+2
|
* it should work now :-)Carsten Weisse2004-10-291-3/+2
|
* quick fix for macro expansion bug (should work)Carsten Weisse2004-10-281-3/+3
|
* download bar with StringBuffer operationsCarsten Weisse2004-10-281-17/+12
|
* download bar works now :-)Carsten Weisse2004-10-281-2/+2
| | | | (to much deleted)
* solves the search paths bug after changing the cvar "game"Carsten Weisse2004-10-281-1/+2
| | | | (jake2 is crashed after connecting to a server)
* a call to markBaseSearchPaths() is necessary if setCDDir()Carsten Weisse2004-10-281-3/+8
| | | | | is called outside the init sequence; also string compare bug fixed
* toggles the menu like US-Keyboard for DECarsten Weisse2004-10-281-1/+2
| | | | ( ` and ~ and ^ )
* use ~ or ` (backquote) for toggleconsole;Carsten Weisse2004-10-281-2/+2
| | | | # is removed