]> git.xonotic.org Git - xonotic/darkplaces.git/history - sv_ccmds.c
.gitignore: add kdevelop files
[xonotic/darkplaces.git] / sv_ccmds.c
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-22 Cloudwalkprotocol/dp8: Implement parting messages
2021-07-21 Cloudwalkedict: Move free and freetime into prvm_edict_t itself
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
2020-12-21 cloudwalksv_ccmds: Comment fix
2020-12-19 havocFix a few warnings in VS2019.
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-27 cloudwalkMerge the sendcvar command into one. Call the old funct...
2020-10-05 cloudwalkhost: Add two hooks for disconnecting and toggling...
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-09-29 cloudwalksv_ccmds: Move what are actually client commands to...
2020-09-26 cloudwalkserver: Eliminate references to cls.state in server...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-07 cloudwalkRename src_command to src_local, to clarify its meaning
2020-08-14 cloudwalkprvm: Initial experimental implementation of support...
2020-08-12 cloudwalksv_ccmds: Remove some more client-specific forward...
2020-08-12 cloudwalkhost: Implement a hook struct in host_t. Use a hook...
2020-08-10 cloudwalksv_ccmds: Remove redundant forwarding code from pause...
2020-08-09 cloudwalksv_ccmds: Perform actual name change from a single...
2020-07-26 cloudwalkImplement "ent_remove" command. Removes entity where...
2020-07-26 cloudwalksv_ccmds: Partially rewrite ent_create command to be...
2020-07-25 cloudwalkImplement "ent_remove_all" command. Removes all entitie...
2020-07-24 cloudwalkent_create: Fix potential memory leaks. Misc improvements
2020-07-24 cloudwalkImplement "ent_create" command. Creates an entity where...
2020-07-19 cloudwalksv_ccmds: In status cmd, re-add Con_Printf code so...
2020-07-15 cloudwalksv_ccmds: In status cmd, print IPs to loopback client
2020-07-01 cloudwalk(Round 7) host_cmd.c is no more. Last remaining cmds...
2020-06-30 cloudwalk(Round 6) Break up host_cmd.c
2020-06-30 cloudwalkAdd EOF newlines
2020-06-29 cloudwalkAdd -Wshadow cflag and eliminate its warnings, includin...
2020-06-29 havocFix compiling in VS2019 - wrong include syntax for...
2020-06-27 cloudwalkCall cvar callbacks after the cvar is set. Potentially...
2020-06-24 cloudwalkActually fix color not being applied correctly
2020-06-24 cloudwalkRemove hack in changelevel
2020-06-24 cloudwalk(Round 5) Break up host_cmd.c
2020-06-23 cloudwalkEradicated the CVAR_NQUSERINFOHACK flag, for good
2020-06-22 cloudwalk(Round 1) Break up host_cmd.c