]> git.xonotic.org Git - xonotic/darkplaces.git/history - host.h
Set groundentity when sv_gameplayfix_downtracesupportsongroundflag detects a floor
[xonotic/darkplaces.git] / host.h
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-22 Cloudwalkprotocol/dp8: Implement parting messages
2021-07-08 Rudolf PolzerRename host_t -> host_static_t.
2021-05-14 cloudwalkclient: Add SV_Shutdown hook and remove all direct...
2021-05-14 cloudwalksv_save: Remove SV_CanSave hook and just call it direct...
2021-05-14 cloudwalkhost: Clean it up. Give some functions new names and...
2020-10-27 cloudwalkMerge the sendcvar command into one. Call the old funct...
2020-10-16 cloudwalkhost: Move out some client and server code
2020-10-05 cloudwalkhost: Add two hooks for disconnecting and toggling...
2020-09-29 cloudwalksv_save: Add new hooks to reduce client code in server...
2020-09-29 cloudwalkclient: Move host prototypes to host.h
2020-09-29 cloudwalkAdd qdefs.h and qstats.h to split up quakedef.h. Make...
2020-09-29 cloudwalklist: Add missing include guards.
2020-09-29 cloudwalkhost: Introduce host.h and use it, instead of quakedef.h