]> git.xonotic.org Git - xonotic/darkplaces.git/history - sv_main.c
build: minor adjustments
[xonotic/darkplaces.git] / sv_main.c
2024-04-04 bones_was_hereImplement CSQC_SIMPLE aka hud-only CSQC, improve compat...
2024-02-09 bones_was_hereserver: always use correct case for map names
2024-02-07 bones_was_hereSVVM: Fix segfault during shutdown, improve previous...
2024-02-06 bones_was_hereSVVM: fully shut down when stopping a server to avoid...
2024-01-21 bones_was_hereFix worldmessage string truncation
2024-01-20 bones_was_herecom: rename BSD strlcpy and strlcat
2023-12-09 bones_was_hereRename sv_gameplayfix_customstats to sv_qcstats, improv...
2023-12-09 bones_was_hereSys_Sleep overhaul
2023-12-04 bones_was_herebuild: fix buildstring
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-19 bones_was_hereFix occasional NaN sdev in server timing reports
2023-09-13 bones_was_hereRework handling of stuck entities in engine movetypes
2023-07-31 bones_was_hereImprove server lag detection and reporting
2023-07-30 bones_was_hereProperly reset server timers and perf stats after level...
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-17 bones_was_herededicated server: don't register client-only cvars
2023-02-21 bones_was_hereAdd cvars that disable linking of SOLID_NOT entities...
2023-02-05 bones_was_hereMerge PR 'Fixed two keyboard bugs'
2023-02-03 bones_was_hereAdd cvar sv_legacy_bbox_expand for disabling Quake...
2023-01-17 bones_was_hereUse correct droptofloor distance for each Quake map...
2022-11-07 bones_was_hereMinor sv_cullentities refactoring
2022-11-07 bones_was_hereImprove reliability and documentation of portal camera...
2022-05-02 Ashley 'LadyHavoc... Resolved .gitignore conflict
2022-01-16 bones_was_hereMerge PR 'sv_gameplayfix_stepmultipletimes 1: Prevent...
2022-01-16 bones_was_hereMerge PR 'sv_gameplayfix_stepmultipletimes 1: Make...
2022-01-16 bones_was_hereMerge MR 'Set groundentity when sv_gameplayfix_downtrac...
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2022-01-09 bones_was_hereSet groundentity when sv_gameplayfix_downtracesupportso... bones_was_here/walking_groundentity_fix
2021-08-20 Cloudwalksv_main: Add campaign cvar. Set 1 if not coop or deathm...
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-04-07 bones_was_hereMake trace entity culling optional for spectators with... bones_was_here/trace 115/head
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...
next