]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - common.c
enable MOVE_ values on PF_tracebox (already enabled on PF_traceline)
[xonotic/darkplaces.git] / common.c
2004-02-21 havocmoved light matrix generation out of the render code...
2004-01-27 molivierSlight improvement in the way we include the strl{cat...
2004-01-21 molivierTransfusion update: renamed the mod directory to "baset...
2004-01-07 havocrewrote COM_ParseToken and COM_ParseTokenConsole to...
2003-12-31 knghtbrdMore MacOS X stuff. The correct test for MacOS X in...
2003-12-29 havocadded GAME_SOM (and its hud), and shuffled some hud...
2003-12-04 havoceradicated SZ_Print, thanks to Fuh for pointing out...
2003-12-04 havocconsole parsing now behaves like qwcl, thanks to Fuh...
2003-11-30 havocadded GAME_FNIGGIUM and GAME_SETHERAL
2003-11-30 havocadded comment support to COM_ReadAndTokenizeLine
2003-10-25 blackAdded a new builin function (callfunction)
2003-10-05 havocadded COM_ReadAndTokenizeLine, a useful parsing function
2003-10-02 molivierThe crusade against buffer overflows continues...
2003-09-30 molivierLots of str[n]cat, str[n]cpy, and [v]sprintf have been...
2003-09-30 molivierAdded strlcat and strlcpy, from OpenBSD. They are smart...
2003-09-30 molivierFixed 2 potential buffer overflows in SearchInfostring
2003-09-20 havocadded GAME_ZYMOTIC
2003-09-12 havocchanged teu game dir to "baseteu" at request of teu...
2003-08-09 havocchange GAME_BATTLEMECH gamedir to "base" (patch supplie...
2003-08-06 havocupgraded network protocol to DPPROTOCOL_VERSION4 -...
2003-07-31 havoccorrected a few LittleLongs to LittleFloat in md3 loadi...
2003-07-24 havocadded Battlemech (thanks to Todd for submitting the...
2003-07-06 havocrenamed GAME_GOODVSBAD2 executable to gvb2
2003-07-02 havocadded GAME_GOODVSBAD2 and GAME_TEU
2003-06-22 havocThis is the network rewrite I've been working on for...
2003-06-04 havocfixed a bunch of signed/unsigned mismatch warnings...
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