]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - darkplaces.txt
now checks that a lightmap surfacechain is not NULL before dereferencing it
[xonotic/darkplaces.git] / darkplaces.txt
index 2f94d4221f54e2f28bea7893ecd407642af57a2d..24140f6199454188205c306e123800f5d19e088e 100644 (file)
@@ -43,11 +43,13 @@ Andreas 'Black' Kirsch for much work on the QuakeC VM (menu.dat, someday clprogs
 Mathieu 'Elric' Olivier for much work on the sound engine (especially the Ogg vorbis support)
 MoALTz for some bugfixes and cleanups
 Joseph Caporale for adding 5 mouse button support.
-KGB|romi for his contributions to the Quake community, including his rtlights project and many suggestions.
+KGB|romi for his contributions to the Quake community, including his rtlights project and many suggestions, his id1 romi_rtlights.pk3 is included in darkplaces mod releases.
 Zombie for making great levels and general DarkPlaces publicity.
 FrikaC for FrikQCC and FrikBot and general community support.
 Transfusion Project for recreating Blood in the world of Quake.
 de-we for the great icons.
+|Rain| for running my favorite anynet IRC server and his bot feh (which although a bit antisocial never seems to grow tired of being my calculator).
+VorteX for the DP_QC_GETTAGINFO extension.
 
 Questions/comments/bugreports/suggestions?
 Send email to havoc@telefragged.com.
@@ -262,10 +264,10 @@ Video: -width <pixels> performs +vid_width <pixels> and also +vid_height <pixels
 Video: -window performs +vid_fullscreen 0
 Windows DirectSound: -primarysound locks the sound hardware for exclusive use
 Windows DirectSound: -snoforceformat uses the format that DirectSound returns, rather than forcing it
-Windows GDI Input: -noforcemaccel disables setting of mouse acceleration (ignored with -dinput, windows only)
-Windows GDI Input: -noforcemparms disables setting of mouse parameters (ignored with -dinput, windows only)
-Windows GDI Input: -noforcemspd disables setting of mouse speed (ignored with -dinput, windows only)
-Windows Input: -dinput uses DirectInput (instead of GDI) for mouse/joystick input, may be more precise or responsive, but probably not
+Windows GDI Input: -noforcemaccel disables setting of mouse acceleration (-nodinput only, windows only)
+Windows GDI Input: -noforcemparms disables setting of mouse parameters (-nodinput only, windows only)
+Windows GDI Input: -noforcemspd disables setting of mouse speed (-nodinput only, windows only)
+Windows Input: -nodinput disables DirectInput for mouse/joystick input, gl_finish 1 mode recommended if this option is used as otherwise it tends to stutter due to input backlog.
 Windows Input: -nojoy disables joystick support, may be a small speed increase
 Windows Sound: -sndspeed <hz> chooses 44100 hz, 22100 hz, or 11025 hz sound output rate
 Windows Sound: -wavonly uses wave sound instead of DirectSound