]> git.xonotic.org Git - xonotic/darkplaces.git/history - keys.c
Merge PR 'Make particles solid squares when cl_particles_quake is set to 2'
[xonotic/darkplaces.git] / keys.c
2024-01-21 bones_was_herePRVM: optimise tempstring creation
2024-01-20 bones_was_herecom: rename BSD strlcpy and strlcat
2024-01-03 bones_was_herehost: log graceful shutdown (config, history)
2024-01-03 bones_was_heresys: commenting and tidying
2023-12-30 bones_was_herecon: allow alias loops involving wait to be broken...
2023-11-12 bones_was_hereFix bug where +binds could get latched at low FPS
2023-10-28 bones_was_hereMerge PR 'Small fixes (indices out of bounds)'
2023-10-28 bones_was_hereMerge PR 'Fix some UB'
2023-10-02 bones_was_hereMerge PR 'Fix a bug on FreeBSD caused by assuming that...
2023-09-26 bones_was_herecbuf: prepend keybind commands instead of appending...
2023-02-05 bones_was_hereMerge PR 'Fixed two keyboard bugs'
2023-01-30 NaitLeerefine edge cases handling to keynums/keystrings,
2023-01-29 NaitLeeFixed two keyboard bugs:
2023-01-14 bones_was_hereRemove code duplication in messagemodes and commandmode
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
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...
next