]> icculus.org git repositories - divverent/darkplaces.git/history - sv_main.c
this should fix skybox in q3bsp (extra preprocessing pass to look for sky surfaces...
[divverent/darkplaces.git] / sv_main.c
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...
2002-09-24 havocThanks to Elric for adding dpmaster support!
2002-09-20 havocfix for glowing invisible models showing up (artifact...
2002-09-14 havocenlarge bbox for visibility purposes if there is a...
2002-09-11 havocwhitespace
2002-09-11 havocBoxOnPlaneSideFunc code - gone, replaced by BoxOnPlaneSide
2002-08-15 havocadded support for .colormap values >= 1024 in QC to...
2002-08-05 havocfix view_ofs when dead (negative viewheight)
2002-08-04 havocfix svc_setview
2002-07-08 havocbetter check for 0 alpha (it now must be exactly 0...
2002-06-10 lordhavoccleaned up order of bbox checks (whether to use the...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-05-21 lordhavocsplit out RecursiveHullCheck and related code into...
2002-05-15 lordhavocsv_stepheight cvar, SV_Init now calls SV_Phys_Init...
2002-04-06 lordhavocadded back the hacky NAT routing fix since it actually...
2002-04-01 lordhavocremoved hacky network code that tried to make DP work...
2002-03-16 lordhavocchanged protocol back to using float coordinates, unles...
2002-03-13 lordhavocgreatly improved chances of an entity being visible...
2002-03-04 lordhavocdon't send entities outside addressable origin range...
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-02-19 lordhavocadded viewzoom extension to QC and client (smooth snipe...
2002-02-18 lordhavocnew entity protocol, GREATLY improved over quake, massi...
2002-02-15 lordhavocdouble precision RecursiveHullCheck
2002-02-05 lordhavoccheck if model is NULL when doing trace checking
2002-02-05 lordhavoccleaned up entity culling in server code, implemented...
2002-01-31 lordhavocgot rid of buildnumber.c and buildnum program, now...
2002-01-25 lordhavocadded cl_screen.c/h (eventually most 2D stuff should...
2002-01-22 lordhavocflush unused models when running dedicated server
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-11-12 lordhavocreenabled some invisible entity checking (probably...
2001-10-29 lordhavocgot rid of leafnums array in edict structure for pvs...
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-10-15 lordhavocMajor update, been neglecting CVS for some time...
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-26 lordhavocsome whitespace changes
2001-05-12 lordhavocbuild number 101
2001-05-11 lordhavoc***map loader generates portals for the map*** (can...
2001-04-26 lordhavoca big change with a little description...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-03-04 lordhavocrewrite of map texture loading (mainly to do with HL...
2001-03-02 lordhavocCoordinates are now floats in network protocol (bloats...
2001-02-27 lordhavocclean up use of client structs in server
2001-02-23 lordhavocimproved TraceLine in chase.c to be more generally...
2001-02-09 lordhavocadded back r_speeds2, with masses of information (6...
2001-02-06 lordhavocbetter version reports (always mention build number)
2000-12-09 lordhavocbmodel rotation physics now work
2000-11-26 lordhavoccruft removal, general cleanup, fix for delta compressi...
2000-11-17 lordhavocupdated to version 1.50, build 75.
2000-10-28 lordhavocremove never used svc_playerposition code
2000-10-21 lordhavocfix for serious bug in .nodrawtoclient, .drawonlytoclie...
2000-10-15 lordhavocGigantic commit - dlight system rewritten
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
2000-08-23 lordhavocToo many fixes to mention. (sys_ticrate now controls...
2000-08-23 lordhavocFix for HalfLife texture transparency and renderamt...
2000-08-23 lordhavocHalfLife renderamt support (why? boredom...)
2000-08-22 lordhavocInitial revision