]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - sv_main.c
Fix underflow in various commands when using an empty file name.
[xonotic/darkplaces.git] / sv_main.c
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...
2011-10-27 divverentframegroups: add support for group names specified...
2011-10-26 divverentLinux dedicated server: set nice -19 while spawning...
2011-10-25 havocadded Sys_PrintfToTerminal function for convenience...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-22 havocdon't crash when .clientcamera is set on a botclient
2011-10-17 havocadded sv_disablenotify cvar (default 1) to suppress...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
2011-10-12 havocadded sv_areadebug cvar which disables the use of the...
2011-10-12 havocadded cvar sv_gameplayfix_bugfixedcheckwatertransition...
2011-09-28 havocround the pitchchange setting to the nearest value
2011-09-28 havocfix another bug with sound pitchspeed parameter
2011-09-28 havocwrite SND_SPEEDUSHORT4000 correctly
2011-09-26 havocdetect if items2 field was declared in the quakec rathe...
2011-09-16 havocadded network protocol for sound speed
2011-08-21 vortex2 new cvars: sv_gameplayfix_unstickentities and sv_game...
2011-08-20 divverentcvar: csqc_usedemoprogs
2011-07-05 divverentDP_SND_SOUND7_WIP1
2011-06-26 havocimplemented DP_ENT_TRAILEFFECTNUM extension, which...
2011-06-22 havocadded sv_gameplayfix_q1bsptracelinereportstexture cvar...
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-06-08 havocdisable sv_gameplayfix_nudgeoutofsolid by default until...
2011-05-29 havocadded r_trippy cvar
2011-05-28 havocreworked sv_gameplayfix_nudgeoutofsolid, it now begins...
2011-05-17 divverentnew movement cvar and stat: sv_airaccel_qw_stretchfactor
2011-05-09 havocadded prvm_offsets.h which centralizes field/global...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-08 havocfix a crash
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-05-06 havocadded .float sendcomplexanimation server qc field which...
2011-03-11 havoccache collision trace results from frame to frame
2011-02-25 havocreworked the entire config loading system for the gamed...
2011-01-29 divverentSquashed commit of the following:
2010-10-17 vortexadd sv_gameplayfix_nostepmoveonsteepslopes which preven...
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
2010-09-26 divverentcameras: when new eye pos == old eye pos, do not create...
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-08-27 divverentfix nogravityonground description
2010-08-27 havocdon't use sv_gameplayfix_stepmultipletimes by default...
2010-08-22 divverentsupport more level network eyes, and make them static...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-07-20 divverentsv_aircontrol_penalty
2010-07-15 havocbetter error message when map load fails
2010-07-15 havocfix map loading in Nexuiz
2010-07-14 havocallow loading non-bsp files as world models (no longer...
2010-06-04 divverentsv_airspeedlimit_nonqw: a soft speedlimit for games...
2010-05-22 divverentsv_airstrafeaccel_qw cvar for tuning CPMA-style physics
2010-05-11 divverenttwo more obvious bugs in worldnamenoextension
2010-05-10 divverentanoth'error bites the dust
2010-05-10 havocfixed bug with effectinfo.txt loading so that it now...
2010-05-04 divverentproperly declare the aircontrol power cvar
2010-05-04 divverentfix the EndIncreaseEdicts handlers as edicts beyond...
2010-05-03 divverentsv_aircontrol_power - customizing the response curve...
2010-05-02 divverentAdd QC/cfg facilities to control deletion of automatica...
2010-04-24 divverentmode "developer -1" that behaves like old "developer...
2010-04-16 havocfix serious bug in DP_SV_CLIENTCAMERA that made it...
2010-04-05 divverent1. network sv_gameplayfix_gravityunaffectedbyticrate...
2010-04-03 havocdisable sv_gameplayfix_consistentplayerprethink by...
2010-02-28 divverentWarpZones:
2010-02-25 havocdon't bother checking if bsp file has been modified...
2010-02-01 havocincrease sv_areagrid_mingridsize from 64 to 128 to...
2010-02-01 havocuse less stack space
2010-01-31 havocfix more warnings
2010-01-31 havocallow multiple steps in one move
2010-01-30 divverentspeed clamping: sideways friction < 0 clamps against...
2010-01-29 havocreduce world culling grid size back to what it was...
2010-01-08 havocfix size of entity_state_t (it was 98 bytes, now 96...
2010-01-08 havocmore reductions in memory usage
2009-12-27 havocchanged several Con_Printf calls to Con_DPrintf
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 havocload maps/levelname_effectinfo.txt in addition to effec...
2009-12-21 divverentmovement packet loss tracking
2009-12-21 havocallocate memory for big temporary storage arrays rather...
2009-12-18 havocchange sv_cullentities_trace_samples from 1 to 2 -...
2009-12-06 divverentforgot the downtrace cvar
2009-12-04 havocfixed a bug with sv_gameplayfix_nudgeoutofsolid where...
next