]> git.xonotic.org Git - xonotic/darkplaces.git/history - host.c
build: minor adjustments
[xonotic/darkplaces.git] / host.c
8 days ago bones_was_heresys: [Linux] remove/replace obsolete timing and sleep...
2024-03-07 bones_was_heresys: allow the platform to handle crashes after DP...
2024-03-02 CloudwalkRevert renamings from 591877ee0c64958303dcbb4f2af3d343a...
2024-02-26 bones_was_herePRVM: refactor error handling
2024-02-05 bones_was_herecvar: fix many bugs in gamedir, loadconfig, unset,...
2024-01-28 bones_was_heresys: refactor the clean shutdown process
2024-01-28 bones_was_heresys: improve error and crash handling
2024-01-20 bones_was_herecom: rename BSD strlcpy and strlcat
2024-01-05 bones_was_heresys: write significant engine and QC errors to stderr
2024-01-05 bones_was_heresys: make stdout/stderr configurable during runtime
2024-01-03 bones_was_herehost: log graceful shutdown (config, history)
2024-01-03 bones_was_heresys: implement signal handling on all platforms
2024-01-03 bones_was_heresys: commenting and tidying
2024-01-03 bones_was_herededuplicate Sys_Shutdown()
2024-01-03 bones_was_herededuplicate main()
2023-12-09 bones_was_herecbuf: recycle node after it executes, clear commands...
2023-12-09 bones_was_hereSys_Sleep overhaul
2023-12-04 bones_was_herebuild: fix buildstring
2023-11-08 bones_was_herevid: move sound start/restart out of video start/restart
2023-11-08 bones_was_herevid: misc cleanups
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_herecbuf: fix a 1 frame delay of keybind inputs
2023-07-31 bones_was_hereDeduct frame execution time from sleep time
2023-07-30 bones_was_hereProperly reset server timers and perf stats after level...
2023-07-29 bones_was_hereFix host.framecount
2023-07-29 bones_was_hereFix flags and naming of cvars needed by the dedicated...
2023-07-21 bones_was_hereMerge MR 'Fix inability to access non-ascii path under...
2023-07-18 bones_was_herededicated server: don't call CL_UpdateScreen() and...
2023-07-17 bones_was_herededicated server: don't register client-only cvars
2023-01-21 bones_was_hereImprove client/listen curl transfer speed at low FPS
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-07-22 Cloudwalkcl_main: Keep old CL_Disconnect for simplicity. Move...
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-25 CloudwalkAdd/update license headers across various files
2021-05-14 cloudwalkclient: Add SV_Shutdown hook and remove all direct...
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-13 cloudwalkhost: Move Host_GetConsoleCommands and rename it for...
2021-04-13 cloudwalkcurl: Rename Curl_Run to Curl_Frame. Fix typo in comment
2021-04-13 cloudwalkhost: Refactor Host_Frame; simplify control flow.
2021-04-11 cloudwalkhost: Make delta non-static in Host_Sleep
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-27 cloudwalkMerge the sendcvar command into one. Call the old funct...
2020-10-20 cloudwalkRevert "host: Simplify wait timer calculation, removing...
2020-10-16 cloudwalkhost: Simplify wait timer calculation, removing client...
2020-10-16 cloudwalkhost: Remove unneeded includes
2020-10-16 cloudwalkhost: Move out some client and server code
2020-10-05 cloudwalkhost: Initialize all hooks to NULL to avoid problems...
2020-09-29 cloudwalkhost: Make Host_Quit_f static. Avoid calling it directly.
2020-09-26 cloudwalkserver: Eliminate references to cls.state in server...
2020-09-17 cloudwalkquakedef: Include thread.h, and include threads.h in...
2020-09-17 cloudwalkhost: Gracefully Sys_Error if we encounter any error...
2020-09-17 cloudwalkRestore old video init behavior, pending better solutio...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-08-15 cloudwalkhost: Host_StartVideo *before* Host_AddConfigText....
2020-08-12 cloudwalkhost: Fix function name in print string.
2020-08-12 cloudwalkMake V_CalcRoll a common function. Add sv_rollangle...
2020-08-12 cloudwalksys: Initialize the memory subsystem in main()
2020-08-09 cloudwalkcmd: Reimplement console buffer system as a cyclic...
2020-07-23 cloudwalkhost: Maintain sleep delta by making variable static...
2020-07-22 cloudwalkMisc console print improvements. Increase verbosity
2020-07-21 cloudwalkhost: Stray whitespace
2020-07-20 cloudwalkhost: Minor comment improvements
2020-07-20 cloudwalkhost: Return to main() if the loop breaks and Sys_Quit...
2020-07-20 cloudwalkhost: Check !host.restless instead of !cls.demoplayback...
2020-07-20 cloudwalkhost: Implement callback for host_framerate instead...
2020-07-20 cloudwalkhost: Major refactor
2020-07-20 cloudwalkhost: Remove sv_fixedframeratesingleplayer
2020-07-18 cloudwalkclient: Implement CL_Frame. Move client cvars out of...
2020-07-15 cloudwalkSave cl_maxfps_alwayssleep changes to config
2020-07-15 cloudwalkhost: Shutdown client-only subsystems in CL_Shutdown.
2020-07-15 cloudwalkhost: Remove redundant check
2020-07-15 cloudwalkhost: Sleep at the end of the frame. Receive packets...
2020-07-15 cloudwalkhost: Remove redundant check. Only the bigger of these...
2020-07-15 cloudwalkhost: Adjust timers at the end of each client or server...
2020-07-13 cloudwalkhost: Move server perf code to server frame code
2020-07-13 cloudwalkhost: Move timer resets to client/server code
2020-07-13 cloudwalkhost: Move server/client-specific frametime limiting...
2020-07-13 cloudwalkhost: Use new global host.sleeptime instead of svs...
2020-07-13 cloudwalkhost, csqc: Remove cl.csqc_paused. Use new global host...
2020-07-13 cloudwalkhost: Add "restless" variable to host_t. True means...
2020-07-04 cloudwalkMove host_client to serverside, where it belongs.
2020-07-01 cloudwalkDon't let a full server frame occur before sending...
2020-07-01 cloudwalk(Round 7) host_cmd.c is no more. Last remaining cmds...
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-22 cloudwalk(Round 3) Break up host_cmd.c
2020-06-22 cloudwalkFirst massive rename and move
2020-06-22 cloudwalkMove Sys_InitConsole to Con_Init
2020-06-22 cloudwalkConsolidate FS_Init and associated code
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...
next