]> icculus.org git repositories - divverent/darkplaces.git/history - common.c
fixed connection process again
[divverent/darkplaces.git] / common.c
2003-05-23 havocconsole logging (-condebug) now starts earlier in the...
2003-03-28 havoccorrected the misspelled name GAME_NEXIUZ (and related...
2003-03-28 havocMSG_ReadFloat now checks if the message has enough...
2003-03-27 havocElric added BuffBigLong, BuffBigShort, BuffLittleLong...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2003-02-17 havocimproved Com_HexDumpToConsole, it now prints properly...
2002-12-02 havocrenamed and altered SZ_HexDumpToConsole to be Com_HexDu...
2002-11-10 havocadd GAME_NEXIUZ gamemode
2002-10-30 havocfixed all the signed/unsigned mismatch warnings
2002-09-24 havocThanks to Elric for adding dpmaster support!
2002-09-23 havocalmost completely rewrote vid_wgl's mode code, there...
2002-09-18 havocmatchpattern can now be case insensitive if desired
2002-09-11 havocwhitespace
2002-09-05 havocyou can now (try to) play in maps you don't have, and...
2002-08-23 havocremoved check for registered.integer in GAME_NORMAL...
2002-08-21 molivierRefixed COM_StripExtension :oP
2002-08-21 havocchange default com_basedir to "." to fix the game when...
2002-08-21 molivierFixed COM_StripExtension for strings without a single dot
2002-08-20 havocgot rid of host_parms
2002-08-20 havocgot rid of host_parms.argc and argv, now uses com_argc...
2002-08-10 havoc(patch from Elric) BloodBath renamed to Transfusion
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-03-30 lordhavocadded cl_avidemo cvar (saves a series of tga images...
2002-03-25 lordhavocnow loads gamedir/*.pak instead of gamedir/pak#.pak...
2002-03-22 molivierA few minor changes for BloodBath support (including...
2002-03-20 lordhavocadded -bloodbath game
2002-03-20 lordhavocfix for CreatePath creating a directory of the drive...
2002-03-16 lordhavocchanged protocol back to using float coordinates, unles...
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-02-23 lordhavocremoved -zone mention from SZ_GetSpace overflow error
2002-02-18 lordhavocnew entity protocol, GREATLY improved over quake, massi...
2002-01-31 lordhavocgot rid of buildnumber.c and buildnum program, now...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-12-17 knghtbrd-safe now does something approximately close to correct...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-10-29 lordhavocmoved ixtable definition and initialization code to...
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-06-03 taniwhahopefully fix external file gzip support
2001-05-30 lordhavocadded loadsize variable set by COM_LoadFile
2001-05-30 lordhavocfixes for zlib support, eliminated win32 FAR warnings...
2001-05-30 taniwhacheck in LordHavoc's changes for him after cleaning...
2001-05-30 taniwhagzip support from quakeforge (QFile and friends). also...
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-11 lordhavoc***map loader generates portals for the map*** (can...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-03-02 lordhavocCoordinates are now floats in network protocol (bloats...
2001-02-23 lordhavocimproved TraceLine in chase.c to be more generally...
2001-01-29 lordhavocgot rid of Hunk_Alloc, all allocations now have a prope...
2001-01-29 lordhavocevery malloc/calloc/free converted to qmalloc/qfree...
2001-01-29 lordhavocreduced default -zone from 512k to 128k (quake used...
2001-01-07 lordhavoccritical fix for COM_FileBase (could go hunting through...
2000-11-17 lordhavocupdated to version 1.50, build 75.
2000-10-26 lordhavocchanges to dpprotocol code (precise aiming mainly)
2000-10-15 lordhavocGigantic commit - dlight system rewritten
2000-09-22 lordhavocraised pack file count back to 16384 and fixed stack...
2000-09-22 lordhavocdecreased pack file count limit to 4096 due to stack...
2000-09-22 lordhavocupped pack file count limit to 16384 from 2048
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-22 lordhavocInitial revision