]> icculus.org git repositories - divverent/darkplaces.git/history - sv_main.c
added sv_waterfriction, sv_airaccelerate, sv_wateraccelerate cvars (and corresponding...
[divverent/darkplaces.git] / sv_main.c
2006-05-25 havocadded sv_waterfriction, sv_airaccelerate, sv_wateraccel...
2006-05-10 havocremoved all 3 uses of the brown-text message prefix...
2006-04-18 havocrewrote timing code, now a much better and very differe...
2006-04-16 havocuse entity bbox for network culling if model was not...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-04-08 havocdefault sv_gameplayfix_stepdown to 0 because it's gener...
2006-03-23 havocfix some TraceBox calls that weren't updated like they...
2006-03-23 havocadd back a cls.signon = 0 in the SpawnServer code that...
2006-03-22 havocimplemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens...
2006-03-21 havocrenamed varray_ arrays to rsurface_array_, and they...
2006-03-10 havocfixed bug that caused SV_SpawnServer to fail to send...
2006-03-10 havocdon't clear player entity when loading a savegame
2006-02-24 havocbeginnings of qw protocol support
2006-02-24 havocremove an unnecessary SV_VM block
2006-02-23 havocmerged NetConn_SendReliableMessage into NetConn_SendUnr...
2006-02-23 havocremoved runmove array in favor of using a private entit...
2006-02-16 havocremove an unused extern for sys_ticrate, and added...
2006-02-12 havocrollback recent network compression changes, it really...
2006-02-12 havoca fix for the previous fix (don't reset host_client...
2006-02-12 havocfix problems with changelevel causing network compressi...
2006-02-11 havocfix a crash in SV_ConnectClient on bots
2006-02-11 havocremoved crash parameter from Host_ShudownServer, elimin...
2006-02-11 havocmigrated cls.message and client->message buffers into...
2006-02-01 havocadded description string to all cvars and commands
2006-01-21 molivierMoved a couple of extern declarations outside of the...
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2006-01-14 havocadded DP_SV_CUSTOMIZEENTITYFORCLIENT extension based...
2006-01-10 havocadded button9-16
2005-11-25 havoccleaned up edict clearing when connecting or coming...
2005-11-25 havocadded support for model scaling in bounding box calcula...
2005-11-21 havocclear the client->weaponmodel cache on level change
2005-11-07 havoccleaned up all Con_Printf calls that were missing a \n
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-11-04 havocimplemented sv_fixedframeratesingleplayer cvar
2005-10-30 havocfix another crash on level change caused by NetConn_Ser...
2005-10-29 havocfix server physics crash on level change from reading...
2005-10-26 havocoptimized SV_WriteClientdataToMessage by caching weapon...
2005-10-24 havocfix a use of cs.specialvisibilityradius before it was...
2005-10-23 havocgot rid of Mod_CheckLoaded, changed how model system...
2005-10-23 havocchanged network entity pvs checking to cache the cluste...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-10-11 havocfix a stupid bug with the runes display on the hud...
2005-09-24 havocfix recursive error (and sometimes segfault) when a...
2005-09-02 havocfix a bug that called player thinks during a level...
2005-08-23 sajtAdded sv_maxairspeed cvar (default 30). This was alread...
2005-08-19 havocdon't try to send entities with a NAN origin (this...
2005-07-06 havocmove sv.active = true; up to fix a VM_bprint warning
2005-07-05 havocmore warning fixes
2005-07-04 havocfix a typo
2005-07-01 havocforbid world writes after precache stage (without using...
2005-06-22 havocchanged a lot of Host_Error calls to Con_Printf or...
2005-06-19 black-Added support for 515]'s BX_COLOREDTEXT extension.
2005-06-19 havocbefore calling SetNewParms qc function, set self to...
2005-05-29 havocdefault protocol changed to DP7
2005-05-29 blackAdded back pr_checkextension.
2005-05-29 havocfixed makefile (it is not possible to comment out lines...
2005-05-27 black-CVS: --------------------------------------------...
2005-05-25 havocdefault to "DP6" protocol (not "DARKPLACES6")
2005-05-25 havocfix bug with ClientDisconnect not being called if a...
2005-05-24 havocdefault to DARKPLACES6 protocol (somehow this was not...
2005-05-24 havocrewrote protocol version system (including splitting...
2005-05-16 havocremoved deadsocket field from server client struct...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-05-10 havocadded sv_gameplayfix_blowupfallenzombies and sv_gamepla...
2005-04-06 havocfix 256 frame limit (stupid legacy bug in entity_state_...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2005-01-26 havocadded support for skill values outside the range 0-3
2005-01-13 havocshuffled around some SCR_BeginLoadingPlaque calls so...
2004-12-22 havocdon't send a bunch of svc_precache messages in the...
2004-12-20 havoccolormod now works
2004-12-19 black-Added the cvar sv_progs, which allows you to set the...
2004-12-13 black-Fixed the stupid bug introduced by my NEX_PLAYERMODEL...
2004-12-13 molivierFixed model automatic precaching in the new network...
2004-12-03 havocfixed precache problems in non-DARKPLACES6 protocols
2004-12-02 blackIve done three todo items:
2004-12-01 havocfix annoying warnings about weaponmodel ""
2004-12-01 havocchanged order of tests in deciding whether to do cullin...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-11-13 havocreplaced all uses of sv_player with host_client->edict...
2004-11-12 havocadded DP_SV_BOTCLIENT extension
2004-11-12 havocmore preparation for DP_SV_BOTCLIENT, removed a number...
2004-11-12 havocmoved rate and connecttime from netconn structure to...
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
2004-10-23 havocremoved number field from client_t struct as it seemed...
2004-10-20 havocfix problems with losing colors on connect and leaving...
2004-10-19 havocfixed problem with lost scoreboard messages to a client...
2004-09-28 havocimplemented DP_EF_NODEPTHTEST extension
2004-09-26 havocremoved some very stale dead code
2004-09-21 havocmade quakec stuffed quake1 protocol entities work along...
2004-09-14 havocfixed totally mixed up vis culling (as a result of...
2004-09-14 havocPROTOCOL_DARKPLACES5
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-08-25 havoccleaned up all standing in a sloped corner and getting...
2004-07-15 havoccleaned up EntityState code somewhat, added beginnings...
2004-05-22 havocadded sv_gameplayfix_grenadebouncedownsteps, sv_gamepla...
2004-04-16 havocfixed the huge networking problems regarding invalid...
2004-04-07 havocfixed entities disappearing when partially submerged...
next