]> icculus.org git repositories - divverent/darkplaces.git/history - keys.c
prvm_callprofile: a flat profile, time based, including subcalls
[divverent/darkplaces.git] / keys.c
2007-09-26 divverent"" binds are removed binds (fix behaviour in conjunctio...
2007-08-27 havocadded a developer 1000 print for every key event receiv...
2007-07-14 divverentadd Cmd_QuoteString, and make the config writing code...
2007-05-21 divverentmake ASCII 10 and ASCII 13 terminate messagemode too...
2007-05-12 havocadded a keyname for backslash which is now used instead...
2007-03-15 havocchanged default value of con_closeontoggleconsole due...
2006-12-01 havocadded con_closeontoggleconsole cvar based on Dresk...
2006-08-14 havocpatch from div0:
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-08-04 molivierReplaced all calls to str[n]cat and strncpy by calls...
2006-06-07 havocdon't crash if key bindings functions are called with...
2006-04-27 blackAdd _DrawQ_ProcessDrawFlag to clean-up the glblend...
2006-04-20 havocadded keyup function for menu qc at Black's request
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-15 havocremoved cgame and ui code (both unused), this reduces...
2006-02-01 havocadded description string to all cvars and commands
2006-01-21 molivierA few casts and variable type changes to get rid of...
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2006-01-12 havoccorrected a typo in a comment
2006-01-12 havocadded console editing enhancements patch from [515...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havoccleaned up all Con_Printf calls that were missing a \n
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2005-07-05 havocmore size_t
2005-07-04 havocallow escape to togglemenu when in fullscreen console
2005-06-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
2005-06-19 havocremoved two unused Key_Event implementations (which...
2005-06-19 havocchanged keydown[] from unsigned int holding key repeat...
2005-06-19 havocremoved keydown[] and renamed key_repeats[] to keydown...
2005-06-19 havoccleaned up Key_Event, this changed toggleconsole bind...
2005-06-19 havocremoved shift_down variable, use keydown[K_SHIFT] instead
2005-06-19 havocremoved 3 unused variables
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