]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - keys.c
strlwr does not exist on Linux
[xonotic/darkplaces.git] / keys.c
2005-06-13 tomazadded -demo and -demolooponly options. -demo starts...
2005-06-11 black-The new Key_Event is enabled by default now and Ive...
2005-06-11 blackIncreased maximum edict count to 4096
2005-06-08 blackNew Key_Event is still disabled.
2005-06-07 blackMy Key_Event is disabled (yet).
2005-06-07 eviltypeguyDisabling black's key code:
2005-06-06 blackIf the new Key_Event breaks anything for you, you can...
2005-06-03 havocadded ctrl-escape hotkey for console (I know I coded...
2005-05-30 havocrewrote character insertion/replacement in console...
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-12 havocchanged changed commandline history behavior to be...
2005-04-17 havocdefault to insert mode instead of replace mode in console
2005-02-11 havocremoved key-below-escape forced toggleconsole, so that...
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2005-01-13 havocuse vid.conheight instead of scr_conlines in history...
2004-12-26 black-Added a couple of VM builtins.
2004-12-03 molivierAdded "ctype.h" to the list of standard headers in...
2004-12-03 molivier- DP now defines MACOSX when relevant
2004-11-28 black-Removed the NG Menu part, since it isnt used anymore...
2004-11-14 havocsomeone removed the quotes around binds in Key_WriteBin...
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
2004-10-20 havocmessagemode/messagemode2 now send the say/say_team...
2004-09-12 tomazAdded support for 16 joystick buttons.
2004-08-20 tomazEnabled tested and verified that the clipboard paste...
2004-05-26 havocTomaz fixed key repeats in the console
2004-05-15 havocTomaz enabled some numpad keys in the console and the...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-18 havocfix some warnings
2004-02-10 havocchange joystick key numbers to start at 768 instead...
2004-02-06 warpThis is your key system, this is your key system after...
2004-02-03 havocadded some names for certain characters: ` backquote...
2003-12-23 blackFast commit before Im off for 10 days. Please correct...
2003-11-18 havocfix an input bug that prevented function keys from...
2003-10-17 blackUpdated some builtin parameter lists, added 2 functions...
2003-10-12 warpWhoops, fix some stupidity on my part, should work...
2003-10-12 warpChange key handling, er, quite a bit.
2003-10-07 blackChanged dp so the new vm fits in.
2003-04-20 havocthanks to "backslash" for submitting a patch to support...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2002-11-25 havocmost of Q2's keyboard handling ported over - what this...
2002-10-30 havocfixed all the signed/unsigned mismatch warnings
2002-09-12 havoca little extra error checking in keynum lookup
2002-09-11 havocwhitespace
2002-09-09 havocexpanded console buffer from 16k to 128k, and changed...
2002-09-05 havocyou can now (try to) play in maps you don't have, and...
2002-09-02 havocyou can now open/close the console independently of...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-03-12 lordhavocadded cl_particles_blood_size_min, cl_particles_blood_s...
2002-01-25 lordhavocadded cl_screen.c/h (eventually most 2D stuff should...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-11-02 lordhavocclear keybindings[] array during Key_Init (bounds check...
2001-07-20 taniwhavery nice command line tab completeion from Shawn Walker
2001-05-30 taniwhagzip support from quakeforge (QFile and friends). also...
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-11 lordhavoc***map loader generates portals for the map*** (can...
2000-08-22 lordhavocInitial revision