]> git.xonotic.org Git - xonotic/darkplaces.git/history - sv_main.c
qdefs: Implement DP_FUNC_ALWAYSINLINE macro for platform-specific inline forcing
[xonotic/darkplaces.git] / sv_main.c
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-22 Cloudwalkprotocol/dp8: Implement parting messages
2021-07-21 Cloudwalkode: Add more #ifdefs to ensure ODE is fully disabled...
2021-07-21 Cloudwalkedict: Move free and freetime into prvm_edict_t itself
2021-07-05 Cloudwalkcvar: Rename Cvar_RegisterAlias to Cvar_RegisterVirtual
2021-06-18 MarioAdd support for the .dpk package format used by Unvanqu... Mario/dpk_support 120/head
2021-05-14 cloudwalkclient: Add SV_Shutdown hook and remove all direct...
2021-05-14 cloudwalksv_main: Remove redundant client variable set from...
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...
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-04-13 cloudwalkhost, netconn: Use cvar callbacks on (cl_)port to reduc...
2021-04-11 cloudwalksv_main: Let the other players know if a connected...
2021-03-29 cloudwalkRevert "Tell clients to reconnect before loading the...
2021-03-29 cloudwalkserver: Remove unused/broken ping smoothing feature
2021-03-29 cloudwalkserver: Limit moveframetime to a multiple of sv.frametime
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2020-11-30 cloudwalkclvm_cmds, sv_main: Whitespace and cvar description fix
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-20 cloudwalkRevert "host: Simplify wait timer calculation, removing...
2020-10-16 cloudwalkFix compatibility with DP's own server with NEHAHRABJP2...
2020-10-16 cloudwalkhost: Simplify wait timer calculation, removing client...
2020-10-16 cloudwalksv_main: Fix crash
2020-10-16 cloudwalkhost: Move out some client and server code
2020-10-08 cloudwalknetconn: Move the timeout checks to new function SV_Che...
2020-10-08 cloudwalksv_main: Remove redundant function
2020-10-02 cloudwalksv_main: Fix segfault and logic bugs when saving.
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-09-29 cloudwalksv_save: Add new hooks to reduce client code in server...
2020-09-26 cloudwalkserver: Eliminate references to cls.state in server...
2020-09-26 cloudwalkserver: Give a lot of functions new homes
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-08-12 cloudwalkMake V_CalcRoll a common function. Add sv_rollangle...
2020-08-10 cloudwalksv_main: Use modelname when warning of no such map
2020-08-09 cloudwalksv_ccmds: Perform actual name change from a single...
2020-07-23 cloudwalksv_main: Minor formatting and commenting improvement...
2020-07-23 cloudwalksv_main: Receive packets even if we're gonna sleep...
2020-07-22 cloudwalksv_main: Do perf calculations even if we're gonna sleep...
2020-07-22 cloudwalkMisc console print improvements. Increase verbosity
2020-07-21 cloudwalkIncrease console verbosity so it feels like the engine...
2020-07-20 cloudwalkhost: Major refactor
2020-07-20 cloudwalkhost: Remove sv_fixedframeratesingleplayer
2020-07-20 cloudwalksv_main: Rename sv_ratelimitlocalplayer to host_limitlo...
2020-07-13 cloudwalkhost, csqc: Remove cl.csqc_paused. Use new global host...
2020-07-04 cloudwalkRename parameter of SV_SpawnServer for clarity
2020-07-04 cloudwalkMove host_client to serverside, where it belongs.
2020-07-01 cloudwalkTell clients to reconnect before loading the next map...
2020-06-27 cloudwalkCall cvar callbacks after the cvar is set. Potentially...
2020-06-22 cloudwalk(Round 1) Break up host_cmd.c
2020-06-22 cloudwalkFirst massive rename and move
2020-06-21 cloudwalkRevert "Initialize console commands and cvars before...
2020-06-20 cloudwalkInitialize console commands and cvars before anything...
2020-06-18 cloudwalkDisable readonly on two cvars so recent improvements...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-15 cloudwalkAdd cvar to disable engine stats >= 220. Suppresses...
2020-06-11 cloudwalkInitial implementation of command flag system
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-06 cloudwalkInitial implementation of cvar aliases, with slowmo...
2020-06-04 cloudwalkImplement cvar callback for slowmo
2020-06-02 cloudwalkAdd missing server commands to cmd_client so a listen...
2020-05-26 cloudwalkClean up qtypes.h. Use stdbool.h on non-MSVC. Replace...
2020-05-26 cloudwalkFix pure data entities being linked into the area grid...
2020-05-25 cloudwalkChange default value of sv_disablenotify to 0. Print...
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-09 havocCorrected names in credits to be more accurate and...
2018-05-01 havocFix a missing newline in system vars mismatch warning.
2018-04-14 havocAdded r_cullentities_trace_expand and pad cvars, these...
2018-03-11 havocRework R_CanSeeBox a bit to support an eyejitter featur...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2015-11-24 divverentLeaktest: disable support for following target/targetna...
2015-11-24 divverentMake the number of frames used for initial settling...
2015-03-05 divverentAnother NULL with broken worldmodel.
2015-02-09 divverentCrypto: handle properly whether the a server key is...
2015-02-04 divverentKill an useless NULL check that only confuses.
2014-11-26 divverentfixes some more Mac OS X buffer overlap errors
2014-06-08 havocFixed many issues with q2bsp support, it now works...
2014-03-04 havocincrease MAX_PARTICLEEFFECTNAME and MAX_PARTICLEEFFECTI...
2014-01-06 divverentCSQC entity sending rework.
2014-01-06 divverentKill csqcentityglobalhistory.
2013-09-19 divverentRework game specific hacks to have a special group...
2013-07-13 divverentNew rate burst handling; cvars: cl_rate_burstsize,...
2013-04-16 havocclarify a comment
2013-02-28 havocfix typo in cvar description (grude -> crude)
2013-02-25 havocremoved cvar sv_gameplayfix_stepwhilejumping which...
2013-01-02 divverentserver: ignore out of order prespawn/spawn/begin commands
2012-12-22 havocadded GAME_QUOTH to use the hipnotic hud and workaround...
2012-09-19 divverentbuffer csprogs downloads and load csprogs from the...
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-12 divverentintroducing "scr_loadingscreen_firstforstartup"
2012-02-24 divverentremove redundant check
2012-02-24 divverentdon't accumulate time reports for the first 10 seconds...
2012-02-24 divverentalso count timing info when nobody is playing
2012-02-21 havocuse both .items2 and serverflags in items stat, to...
2012-01-09 divverentforce a send if movesequence changed
2011-11-12 divverentcomplexanimation now beginning to be suitable for SVQC use
2011-11-08 divverentexplain that with pausable 0, the server admin still...
next