]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - host.c
Add missing video capture ifdefs
[xonotic/darkplaces.git] / host.c
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...
2020-01-18 havocAdded appropriate prototypes to taskqueue.h, added...
2020-01-18 havocForgot to call TaskQueue_Init during startup, woops.
2020-01-18 havocSplit out TaskQueue into its own taskqueue.[ch] module...
2020-01-17 havocOverhauled r_shadow_bouncegrid, it performs much faster...
2020-01-09 havocCorrected names in credits to be more accurate and...
2018-10-19 divverentRemove the CONFIG_CD macro, and enable faketracks uncon...
2018-03-25 havocAdd CL_MeshEntities_*, every frame in the client all...
2013-10-10 divverentsv_checkforpacketsduringsleep: perform a netconn master...
2013-09-29 divverentInitialize host_dirtytime.
2013-09-19 divverentRework game specific hacks to have a special group...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-27 divverentRevert "Make cdda optional, server does not need to...
2013-07-26 nikoliMake cdda optional, server does not need to play music
2013-07-13 divverentNew rate burst handling; cvars: cl_rate_burstsize,...
2013-02-23 havocchanged r_refdef.stats struct to be an array indexed...
2013-01-02 divverentserver: ignore out of order prespawn/spawn/begin commands
2012-09-19 divverentturn off session locking if running -readonly
2012-07-21 havocdon't honor cl.paused or host_framerate in demo playbac...
2012-04-20 divverentVM_sprintf: use intmax_t for integer types
2012-04-19 divverentremove some more dead code
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-12 divverentintroducing "scr_loadingscreen_firstforstartup"
2012-02-24 divverentdon't accumulate time reports for the first 10 seconds...
2012-02-24 divverentadd missing variable
2012-02-24 divverentalso count timing info when nobody is playing
2012-02-09 divverentuse togglemenu 1 to enable menu at startup
2011-12-03 divverentadd cl_minfps_force cvar to run minfps code even during...
2011-12-03 divverenttransform: make hysteresis one-sided, no behaviour...
2011-12-03 divverentnew cl_minfps logic that seems a lot more successful...
2011-11-18 divverentmake locksession a bit more robust by calling FS_Create...
2011-11-01 divverentCommand line: -sessionid, cvars: locksession, (R/O...
2011-10-31 havocfix a bug that broke cl_maxphysicsframesperserverframe
2011-10-31 havocchanged sv_fixedframeratesingleplayer logic a bit ...
2011-10-26 divverentLinux dedicated server: set nice -19 while spawning...
2011-10-25 havoconly lock the server mutex if executing commands
2011-10-25 havocadded Sys_PrintfToTerminal function for convenience...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
2011-10-17 havocinit/shutdown thread system in dedicated server as...
2011-10-17 divverentnew cvar: cl_maxphysicsframesperserverframe
2011-10-14 havocremoved OffscreenGecko support because it is not maintained
2011-07-09 havocadded -developer3 for crazy debugging sessions (gl_prin...
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-05-09 havocadded prvm_offsets.h which centralizes field/global...
2011-04-10 divverentbreak the net connection AFTER calling ClientDisconnect...
2011-03-11 havoccache collision trace results from frame to frame
2011-02-25 havocreworked the entire config loading system for the gamed...
2011-02-07 eihrulfactor out thread interface from dpsoftrast
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-08-21 havocfix errors related to cl_rollangle on dedicated servers...
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-04-24 divverentmode "developer -1" that behaves like old "developer...
2010-04-15 divverentblock key events while in the event handler called...
2010-04-14 vortexDP_CSQC_SETPAUSE (clientside pause that only works...
2010-03-26 divverenthost_maxwait cvar to possibly work around timing troubl...
2010-02-28 divverentDetect appended data to the DP executable.
2010-02-27 havocchanged r_speeds labels again, less csqc monitoring...
2010-02-26 divverentrefactor timing, so that timing code is in sys_shared.c.
2010-02-25 havocuse CONFIGFILENAME and STARTCONFIGFILENAME macros inste...
2010-02-25 havocadd several more R_TimeReport calls for better analysis...
2010-02-20 havocadded server and client timing data to r_speeds 2
2010-01-31 havocfix a bunch of warnings
2009-12-27 havocfix developer_extra and developer_insane cvar declarations
2009-12-27 havocadded Con_MaskPrintf, Con_Printf/Con_DPrintf and friend...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-23 blubAdding FreeType2 and UTF-8 Support.
2009-12-20 divverentslowmo: when slowmo is < 1, restrict sys_ticrate not...
2009-12-20 divverentmaxidlefps fix for maxfps 0
2009-11-13 havocdon't call Mem_CheckSentinelsGlobal in image loaders...
2009-10-19 havocODE physics engine support, needs more work, disabled...
2009-10-18 havocreplaced host_sleep with cl_maxfps_alwayssleep cvar...
next