]> git.xonotic.org Git - xonotic/darkplaces.git/history - keys.c
.gitignore: add kdevelop files
[xonotic/darkplaces.git] / keys.c
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2021-01-24 cloudwalkkeys: Fix intermittent buffer overflow when pasting...
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-09-07 cloudwalkRename src_command to src_local, to clarify its meaning
2020-06-30 cloudwalk(Round 6) Break up host_cmd.c
2020-06-30 cloudwalkAdd EOF newlines
2020-06-29 cloudwalkImplement standards-compliant chat input editing functi...
2020-06-16 cloudwalkPrepend unbindall to config.cfg to override default...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-10 cloudwalkForbid use of ctrl+alt combo in console. Fixes altgr...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrected names in credits to be more accurate and...
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...
next