]> git.xonotic.org Git - xonotic/darkplaces.git/history - cmd.h
lhnet: Use the generic linked list
[xonotic/darkplaces.git] / cmd.h
2021-07-18 Cloudwalkcmd: Use a bitshift and subtract to calculate CF_MAXFLA...
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-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
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-10-16 cloudwalkcmd: Add a "cmdline" field to cmd_state_t and fill it.
2020-10-06 cloudwalksvvm_cmds: Implement built-in #352 (registercommand...
2020-10-02 cloudwalkRemove unneeded #includes in some headers. Make some...
2020-09-29 cloudwalkAdd qdefs.h and qstats.h to split up quakedef.h. Make...
2020-09-17 cloudwalkRevert "cmd: Reduce duplicate code with command lookup"
2020-09-17 cloudwalkcmd: Rename cbuf_t to cmd_buf_t
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkcmd: Remove now-unused cmddeferred_t
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-08 cloudwalkcmd: Rename cmdalias_t to cmd_alias_t for consistency.
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: Refactored the cbuf system to fix a bug and clean...
2020-08-09 cloudwalkcmd: Reimplement console buffer system as a cyclic...
2020-08-06 cloudwalkcmd: Delete stray function prototype that never actuall...
2020-07-24 cloudwalkcmd: Improve automatic assignment of command functions
2020-07-20 cloudwalkhost: Major refactor
2020-07-18 cloudwalkcmd: Use reentrant mutex for cbufs. Fixes deadlock...
2020-06-30 cloudwalk(Round 6) Break up host_cmd.c
2020-06-23 cloudwalkEradicated the CVAR_NQUSERINFOHACK flag, for good
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-17 cloudwalkIterate through interpreters and compare with stored...
2020-06-14 cloudwalkCorrect the value of CMD_SHARED. Fixes map command
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-11 cloudwalkDelete the cmd_clientfromserver interpreter. Use cmd_cl...
2020-05-27 cloudwalkFix defer command. Maintain separate oldrealtime(s...
2020-05-23 cloudwalkFix Windows-specific use-after-free causing crash after...
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...
2013-07-17 havocCmd_ExecuteString now calls Cbuf_LockThreadMutex
2011-10-25 havoconly lock the server mutex if executing commands
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-02-25 havocreworked the entire config loading system for the gamed...
2011-02-19 divverentCmd_QuoteString: make it also able to put the enclosing...
2009-07-08 divverentdoxygen comments and config file
2007-07-14 divverentadd Cmd_QuoteString, and make the config writing code...
2007-01-12 havocchanged Cmd_AddCommand to only work for console command...
2006-02-01 havocadded description string to all cvars and commands
2005-05-06 havocchanged Host_Init to execute configs only once
2005-01-03 tomazCleaned up alot more memory leaks. (still get 720 leaks...
2005-01-01 black-Added 2 builtins to make the hostcache stuff easier...
2004-10-20 havocmessagemode/messagemode2 now send the say/say_team...
2004-03-10 havocadded Print versions of Printf functions and made all...
2002-09-11 havocwhitespace
2002-06-02 knghtbrdDP code cleanup, stage one - all headers that can be...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-10-15 lordhavocadded function definitions for tab completion back...
2001-10-15 lordhavocMajor update, been neglecting CVS for some time...
2001-07-20 taniwhavery nice command line tab completeion from Shawn Walker
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2000-08-22 lordhavocInitial revision