]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - cmd.c
Merge PR 'Make particles solid squares when cl_particles_quake is set to 2'
[xonotic/darkplaces.git] / cmd.c
2024-02-07 bones_was_herercon: rewrite variable expansion support, related fixes
2024-02-06 bones_was_hereXonotic: don't hide config problems during startup
2024-01-30 bones_was_hereWork around Microsoft's broken vsnprintf implementation
2024-01-21 bones_was_herePRVM: optimise tempstring creation
2024-01-21 bones_was_hereFix uses of strlcpy on unterminated source strings
2024-01-20 bones_was_herecom: rename BSD strlcpy and strlcat
2024-01-03 bones_was_herecmd: read only one line per frame from stdin
2024-01-03 bones_was_herecmd: fix stdin command ordering and related stuff
2023-12-30 bones_was_herecon: allow alias loops involving wait to be broken...
2023-12-23 bones_was_hereMerge PR 'Apply default lightstyle to to lightmap when...
2023-12-21 bones_was_herecbuf: improve some warns, minor cleanup
2023-12-14 Cloudwalkcmd: Move cprint command to cl_screen
2023-12-12 bones_was_herecmd: always register server-only commands, don't regist...
2023-12-12 bones_was_herecmd: reinstate execution of aliases with the same name...
2023-12-12 bones_was_herecmd: misc cleanup
2023-12-12 bones_was_herecmd: inline Cmd_Arg* helper funcs in all compilation...
2023-12-11 bones_was_herecmd: add CON_WARN colour to various non-fatal cvar...
2023-12-09 bones_was_herecbuf: recycle node after it executes, clear commands...
2023-12-09 bones_was_hereRename sv_gameplayfix_customstats to sv_qcstats, improv...
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_herecmd: inline Arg helper funcs bones_was_here/cbuf_fixes
2023-09-26 bones_was_herecbuf: catch runaway command loops, respects -norunaway...
2023-09-26 bones_was_herecbuf: use standard parsing and buffering of deferred...
2023-09-26 bones_was_herecbuf: refactor and fix parsing of text blocks into...
2023-07-21 bones_was_hereAdd cvar mod_q1bsp_zero_hullsize_cutoff for games using...
2023-01-24 bones_was_hereMerge MR 'Reinstate the ability to override engine...
2023-01-24 bones_was_hereReimplement the ability to override engine commands...
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...
next