]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - host.h
build: minor adjustments
[xonotic/darkplaces.git] / host.h
2024-03-07 bones_was_heresys: allow the platform to handle crashes after DP...
2024-02-26 bones_was_heresys: prevent loops in signal handlers
2024-01-28 bones_was_heresys: refactor the clean shutdown process
2024-01-28 bones_was_heresys: improve error and crash handling
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-12 Cloudwalkhost: Move host cvar exports to host.h that don't belon...
2023-07-30 bones_was_hereProperly reset server timers and perf stats after level...
2023-07-29 bones_was_hereFix host.framecount
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
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