]> icculus.org git repositories - divverent/darkplaces.git/history - sv_main.c
Didnt know that Host_StartVideo works this way (called randomly around the code)...
[divverent/darkplaces.git] / sv_main.c
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...
2004-03-31 havocnow supports missing models
2004-03-23 molivierAdded a mempool parameter to FS_LoadFile
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-03-02 havocdlights using light_lev now need the PFLAG_FULLDYNAMIC...
2004-03-01 havocupgraded network protocol to DP5, now sends precise...
2004-02-21 havocrate limited networking ("rate" command in client conso...
2004-02-21 havocmoved light matrix generation out of the render code...
2004-01-01 havocnow runs scripts at startup differently - runs scripts...
2003-12-24 havocadded "sv_saveentfile" command to allow easy dumping...
2003-11-05 havocadded r_shadow_showtris
2003-10-11 havocadded DP_QC_TRACE_MOVETYPE_HITMODEL extension (and...
2003-09-30 molivierMore strcpy -> strlcpy and sprintf -> snprintf
2003-09-30 molivierLots of str[n]cat, str[n]cpy, and [v]sprintf have been...
2003-09-17 havocthe new partial-update entity compression protocol...
2003-09-14 havocmore Nexuiz hud stuff from BlackHC, minor style edits...
2003-09-13 havocrenamed PROTOCOL_VERSION stuff to PROTOCOL_QUAKE, PROTO...
2003-09-04 havocfix a nasty crash with multiplayer servers (thanks...
2003-08-30 havocreverted the massive svs.connectedclients change, now...
2003-08-27 havocq3bsp curve collisions (technically it can collide...
2003-08-22 havocfix handling of .alpha, .renderamt, .scale, and .glow_c...
2003-08-14 havocq3bsp is still not working yet, but getting closer
2003-08-13 havocno time to explain, more changes on the path to q3bsp...
2003-08-11 havocmoved SV_FatPVS to model code
2003-08-06 havocupgraded network protocol to DPPROTOCOL_VERSION4 -...
2003-08-03 havocadded MOVE_WORLDONLY movement type
2003-07-27 havocremove an unused variable (and kill the one incorrect...
2003-07-27 havocadded MAX_PACKETFRAGMENT to limit size of reliable...
2003-07-24 havocmd3 tag attachments (implemented but untested), also...
2003-07-22 havoccollision code cleanups (model->brush.TraceBox is now...
2003-07-19 havocadded SV_PointContents
2003-07-17 havocmoved all type-specific model fields to respective...
2003-07-13 havoccompare coop.value instead of coop.integer
2003-07-08 havocfixed a lot of problems with filling out client edicts...
2003-07-03 havocgot rid of sv_predict because it caused too many proble...
2003-07-02 havocchanged brush model API - now uses function pointers...
2003-06-22 havocThis is the network rewrite I've been working on for...
2003-05-28 havocgot rid of my attempts to delay sending the ServerInfo...
2003-05-26 havocfixed connection process again
2003-05-25 havocsome cleanups to hostcache (got rid of driver/address...
2003-04-26 havocreverted dynamic allocation of sv.edicts because there...
2003-04-25 havocsv.edicts (and related things) are now dynamically...
2003-04-03 havocfix for server dying when someone times out
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2003-03-15 havocadded loading of .ent files if found (overriding entiti...
2003-02-20 havocadded #include "portals.h"
2003-02-11 havocanother stack overflow fixed, this one more on the...
2003-02-11 havocfixed another stack overflow on win32, apparently a...
2003-02-10 havocalmost lost this very important part of the MAX_EDICTS...
2003-02-10 havocMAX_EDICTS has changed to 32768. Yes this is madness...
2002-11-21 havocimplemented PR_GetString and PR_SetString from QWSV...
2002-11-10 havocdon't send free entities! (I've been observing this...
2002-10-29 havocchanged how QC interpreter handles edict field access...
2002-10-28 havocfaster number to edict lookup (sv.edictstable) and...
2002-10-09 havocfixed glowing entities disappearing randomly (by testin...
2002-10-02 molivierTried to be a little smarter with the heartbeats, using...
next