]> git.xonotic.org Git - xonotic/darkplaces.git/history - host.c
Merge MR 'Set groundentity when sv_gameplayfix_downtracesupportsongroundflag detects...
[xonotic/darkplaces.git] / host.c
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...
2020-06-20 cloudwalkPut the loading plaque back in Host_Main for now, so...
2020-06-20 cloudwalkInitialize console commands and cvars before anything...
2020-06-20 cloudwalkRemove commented out code/unused prototype
2020-06-20 cloudwalkDefer menu initialization until after stuffcmds. Implem...
2020-06-19 cloudwalkAdd missing video capture ifdefs
2020-06-19 cloudwalkHost_Main improvements. Workaround to avoid crash with...
2020-06-19 cloudwalkIn Host_Main, clarify the purpose of a few of the timer...
2020-06-19 cloudwalkIn Host_Main, remove timer check. sv_timer and cl_timer...
2020-06-19 cloudwalkIn Host_Main, loop until host.state == host_shutdown...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-11 cloudwalkDelete the cmd_clientfromserver interpreter. Use cmd_cl...
2020-06-08 cloudwalkReimpl. the cvar alias system. Reimpl. the cvar hash...
2020-06-08 cloudwalkRevert the cvar alias system, as a checkpoint pending...
2020-06-08 cloudwalkRemove hook system. Was a fun little experiment but...
2020-06-06 cloudwalkInitial implementation of cvar aliases, with slowmo...
2020-06-04 cloudwalkFix ugly typo in a Z_Malloc
2020-06-04 cloudwalkImplement cvar callback for slowmo
2020-06-04 cloudwalkHeap-allocate sessionid cvar's string to avoid stack...
2020-06-04 cloudwalkFix the +map crash once and for all. Defer stuffcmds...
2020-06-03 cloudwalkFix broken fonts in Xonotic. Start video after quake...
2020-06-03 cloudwalkFix crash when using +map on cmdline by starting video...
2020-05-30 cloudwalkClean up Host_Init a bit by moving other client init...
2020-05-30 cloudwalkStart video _during_ initialization, rather than when...
2020-05-28 cloudwalkImplement experimental hook-like system, with working...
2020-05-27 cloudwalkFix major regression preventing connect to any server...
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-05-25 havocReworked VM_CL_PolygonBegin/Vertex/End functions to...
2020-05-23 cloudwalkSlight refactor of loading screen. Starting a local...
2020-05-20 cloudwalkMake sure the server<->client interpreters run.
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...
next