]> git.xonotic.org Git - xonotic/darkplaces.git/history - cmd.c
Add cvar snd_cdautopause: optional CD track pause during game pause
[xonotic/darkplaces.git] / cmd.c
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-09-19 Cloudwalkcmd: Check for empty cbuf when inserting too
2021-09-17 Cloudwalkcom_list: Require type explicitly. Remove Q_typeof...
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-03 CloudwalkRemove redundant ampersand breaking ContainerOf and...
2021-05-25 Cloudwalkcvar: Rename aliasindex to aliases_size and only use...
2021-05-25 Cloudwalkcmd: Add comments to better explain the overly complica...
2021-05-14 cloudwalkhost: Clean it up. Give some functions new names and...
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-04-20 cloudwalkcmd: Use per-interpreter hooks to handle commands,...
2021-04-13 cloudwalkhost: Move Host_GetConsoleCommands and rename it for...
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-11-08 cloudwalkcom_list: Implement the rest of the linked list API...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-10-16 cloudwalkcmd: Add a "cmdline" field to cmd_state_t and fill it.
2020-10-06 cloudwalkcmd: Apply flags to QC commands too. Fixes +showscores...
2020-10-06 cloudwalksvvm_cmds: Implement built-in #352 (registercommand...
2020-09-30 cloudwalkcmd: Fix integer overflow of cbuf->size when using...
2020-09-28 cloudwalkcmd: Update defer command to allocate the same as Cmd_P...
2020-09-26 cloudwalkcmd: Fix buffer overflow in cbuf causing Steel Storm...
2020-09-23 cloudwalkcmd: Fix memory leak in cbuf. Use a dedicated mempool...
2020-09-17 cloudwalkcmd: Recycle input node before it executes. Avoids...
2020-09-17 cloudwalkRevert "cmd: Reduce duplicate code with command lookup"
2020-09-17 cloudwalkRestore old video init behavior, pending better solutio...
2020-09-17 cloudwalkcmd: Rename cbuf_t to cmd_buf_t
2020-09-17 cloudwalkcmd: Add missing List_IsEmpty check
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkcmd: Re-re-re-re-implement the command parser. Allocate...
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-17 cloudwalkcmd: Rename cbuf_cmd_t to cmd_input_t to clarify its...
2020-09-17 cloudwalkcbuf: Replace the ugly bitmask thing with an actual...
2020-09-08 cloudwalkcmd: Rename cmdalias_t to cmd_alias_t for consistency.
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-09-07 cloudwalkcmd: Re-re-re-implement the cbuf. This time using the...
2020-09-07 cloudwalkRename src_command to src_local, to clarify its meaning
2020-08-19 cloudwalkcmd: Reduce duplicate code with command lookup
2020-08-16 cloudwalkcmd: Fix double free/use-after-free bugs in defer....
2020-08-16 cloudwalkcmd: Refactored the cbuf system to fix a bug and clean...
2020-08-09 cloudwalkcmd: Reimplement console buffer system as a cyclic...
2020-07-24 cloudwalkcmd: Improve automatic assignment of command functions
2020-07-18 cloudwalkcmd: Use reentrant mutex for cbufs. Fixes deadlock...
2020-07-15 cloudwalkprogs: Implement new extension DP_QC_FS_SEARCH_PACKFILE
2020-06-30 cloudwalk(Round 6) Break up host_cmd.c
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-23 cloudwalkEradicated the CVAR_NQUSERINFOHACK flag, for good
2020-06-21 cloudwalkPartially revert r12699 pending better solution
2020-06-21 cloudwalkMerge Cmd_Init_Commands into Cmd_Init
2020-06-21 cloudwalkRevert "Initialize console commands and cvars before...
2020-06-20 cloudwalkInitialize console commands and cvars before anything...
2020-06-19 cloudwalkHost_Main improvements. Workaround to avoid crash with...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-17 cloudwalkImplement the find command. Basically apropos but three...
2020-06-17 cloudwalkFix dumb mistake allowing cheats to be used despite...
2020-06-17 cloudwalkAuto-register serverfromclient commands to forward...
2020-06-17 cloudwalkIterate through interpreters and compare with stored...
2020-06-15 cloudwalkAdd cvar to disable engine stats >= 220. Suppresses...
2020-06-15 cloudwalkPlay chat sound defined by cvars rather than hardcoded...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-11 cloudwalkDelete the cmd_clientfromserver interpreter. Use cmd_cl...
2020-06-11 cloudwalkFix misspelling
2020-06-09 cloudwalkPrint cvar aliases in apropos and cvarlist output properly
2020-06-08 cloudwalkFix scope screwup preventing apropos from printing...
2020-06-08 cloudwalkReimpl. the cvar alias system. Reimpl. the cvar hash...
2020-06-08 cloudwalkRevert the cvar alias system, as a checkpoint pending...
2020-06-08 cloudwalkRemove hook system. Was a fun little experiment but...
2020-06-06 cloudwalkFix apropos crash when it reaches cvar alias
2020-06-06 cloudwalkInitial implementation of cvar aliases, with slowmo...
2020-06-04 cloudwalkFix the +map crash once and for all. Defer stuffcmds...
2020-05-30 cloudwalkAdd Cvar_PrintHelp to unify cvar info printing and...
2020-05-28 cloudwalkImplement experimental hook-like system, with working...
2020-05-27 cloudwalkFix defer command. Maintain separate oldrealtime(s...
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-05-25 havocAdd csqc_polygons_defaultmaterial_nocullface cvar which...
2020-05-24 havocFix a size_t comparison warning by doing the math better.
2020-05-23 cloudwalkFix Windows-specific use-after-free causing crash after...
2020-05-20 cloudwalkPrint different message for invalid sv->cl cmd. Improve...
2020-04-17 havocAdd "cmd" command to cmd_clientfromserver interpreter...
2020-01-23 havocAdd the missing cmd_userdefined_all and cmd_userdefined...
2020-01-23 havocMove tracking of aliases and csqc function overrides...
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...
2015-02-04 divverentFix $# in aliases.
2015-01-31 divverentDon't match *default.cfg for default config matching.
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2013-07-17 havocCmd_ExecuteString now calls Cbuf_LockThreadMutex
2013-02-28 havocchanged the default sv_gameplayfix_ cvar values based...
2012-12-22 havocadded GAME_QUOTH to use the hipnotic hud and workaround...
2012-04-01 divverentslightly simplify cmd and cvar code (also silences...
2012-03-09 havocpatch from Klaus Silveira cleaning up several inefficie...
2012-02-10 divverentfix clang warnings for unused result of *_LockThreadMutex
2011-12-11 divverentif no varfunc is left, NULL it
2011-12-10 divverentalias expansion, cvar expansion: support optional arguments
2011-10-25 havoconly lock the server mutex if executing commands
2011-10-25 havocadded Sys_PrintfToTerminal function for convenience...
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-08-16 havocimplemented CSQC_InputEvent type 2 and type 3 mouse...
2011-06-12 divverentmake "exec" accept wildcards
next