]> icculus.org git repositories - divverent/darkplaces.git/history - keys.c
SSE patch by kyre, with runtime CPU detection and a cvar r_skeletal_use_sse if SSE...
[divverent/darkplaces.git] / keys.c
2010-09-26 divverentfix warnings in terencehill's code
2010-09-25 divverentNew command 'history' and new shortcuts to search throu...
2010-09-06 divverentAllow to type the utf8 Euro currency sign (to work...
2010-09-06 divverentmake ctrl-key shortcuts in message mode display chars...
2010-09-04 divverentSince u8_prevbyte skips invalid chars on purpose, it...
2010-07-04 divverentfinalize DP_CSQC_BINDMAPS:
2010-07-04 divverentmake -1 as bindmap argument also work, to mean "current...
2010-07-04 divverent- fix a bug in Quake menu when in_bindmap was not ...
2010-04-15 divverentblock key events while in the event handler called...
2010-02-08 vortexWorkaround F1/F12 binding for GAME_BLOODOMNICIDE
2010-01-27 divverentRevert "aaahh! let me use the menu, div0!"
2010-01-26 sajtaaahh! let me use the menu, div0!
2010-01-26 divverentfix funny menu bug (why did it never happen for me)?
2010-01-18 havocfix a warning
2009-12-27 havocreworked console rendering, now uses con_backscroll...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-23 blubAdding FreeType2 and UTF-8 Support.
2009-12-21 havocprint unknown keys a little differently, to avoid escap...
2009-12-21 havocadded K_PRINTSCREEN, not actually used by any platforms...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-11-07 divverentadd a comment to bind writing
2009-09-25 divverentsnd_alsa: MIDI input support! MIDI events get mapped...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-06-13 divverentshift netgraph up by sbar_info_pos;
2009-06-06 divverentconsole enhancements finally ready (changed mouse wheel...
2009-05-24 divverentparticle effectinfo: new parameters
2009-05-24 divverentline editing: new binds ctrl-q (push line to history...
2009-05-20 divverentadd some missing casts
2009-05-20 divverentimprove abstraction of the console buffers; console...
2009-05-20 divverentimproved persistent input history; now independent...
2009-05-17 divverentalso block lines starting with "quit " from the history
2009-05-17 divverentargh, should be called darkplaces_history.txt (like...
2009-05-17 divverentexperimental new persistent console history (uses same...
2009-04-14 divverentadd a rewrite of terencehill's bindlist commands
2009-04-14 divverentconsole enhancements and bug fixes by terencehill
2009-01-19 havocfix a number of char types that should be int, to make...
2009-01-08 divverentcommandmode: use Cmd_ExecuteString so semicolons don...
2008-10-31 divverentif in menu, make con_closeontoggleconsole.integer also...
2008-09-10 divverentadd a half-baked "commandmode" (currently it has, like...
2008-08-24 divverentremove redundant repeat ignoring
2008-08-24 divverenthandle F key binds correctly (up event shall not go...
2008-08-02 divverentfix ESC in disconnected state. FINALLY!
2008-08-02 divverentreintroduce the KEY_ESCAPE switch, but this time make...
2008-07-23 havocfix for Blub\0's strange change to toggleconsole handli...
2008-07-16 divverentfix console escape togglemenu
2008-07-15 divverentBlub's keyboard handling fixes (makes UP events go...
2008-06-28 divverentfix crash in keys.c clipboard handling
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-01-16 resFix CL_VM_InputeEvent prototype in keys.c
2008-01-04 divverentmake keys line up in keys.c and key.h for easier verifying
2007-12-31 divverentadd a new key dest key_menu_grabbed that behaves like...
2007-12-17 blackAdd full support for csqc's sensitivityscale (no clampi...
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-11-09 divverentBlub's nick completion
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...
next