]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - keys.c
Remove some old fixed-function state tracking that wasn't needed.
[xonotic/darkplaces.git] / keys.c
2018-04-05 divverentAdd an in_releaseall command for debugging/working...
2018-04-05 divverentManage resetting the key event state on video reinitial...
2017-03-07 divverentChat: accept K_KP_ENTER to end chat entry too.
2016-11-29 divverentkeys: do not send the text event of the toggleconsole...
2015-08-03 divverentColor code editing
2015-03-05 divverentFix crash in inputline.
2014-06-04 divverentSome fixes to the keyboard handler:
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-17 havocadded #ifndef DP_MOBILETOUCH on the command history...
2012-06-27 divverentdon't put lines starting with rcon_password in the...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
2011-09-02 divverentadd -noconsole option to block console input and display
2011-08-16 havocimplemented CSQC_InputEvent type 2 and type 3 mouse...
2011-08-02 divverentadd a helper function to release all keys "properly"
2011-05-19 havocadded JOY_UP/DOWN/LEFT/RIGHT keys which are a more...
2011-05-18 havocimplemented support for Windows XInput (using different...
2011-03-18 divverentnew con_closeontoggleconsole logic:
2011-02-19 divverentadd missing args to Cmd_QuoteString in other files
2010-10-31 vortexnew m_newmap() MenuQC function which gets executed...
2010-10-29 divverentdon't translate \0 to \uE000 when receiving that keycod...
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
next