]> icculus.org git repositories - divverent/darkplaces.git/history - common.c
sendcvar now quotes the resulting sentcvar value
[divverent/darkplaces.git] / common.c
2007-02-03 havocremoved single-quoted string support in console parser...
2007-01-22 havocadded support for single-quoted strings in COM_ParseTok...
2007-01-22 havocremoved \ escape character support from COM_ParseTokenC...
2007-01-22 havocadded \' and \\ support to parsers, and added such...
2007-01-22 havocimplemented \" and \n support in quoted string parsers...
2007-01-21 havocimplemented individual file downloads on darkplaces...
2006-12-15 havocremoved an unused extern for fs_modified
2006-09-19 havocadded GAME_DARSANA and GAME_CONTAGIONTHEORY
2006-08-16 havocreorganized Host_Init a bit, merged away a few function...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-07-24 havocsome cleanups and improved warnings
2006-07-17 havocfix a buffer overflow bug in InfoString_SetValue (thank...
2006-03-25 sajt'Cruft' removal (removed GAME_FNIGGIUM)
2006-02-26 havocqw support is 99% working
2006-02-25 havocQW support getting very close
2006-02-24 havocadded InfoString_Print
2006-02-24 havocfix infinite loop bugs in InfoString_SetValue
2006-02-12 havocfix uninitialized variables in InfoString_GetValue...
2006-02-11 havocmigrated cls.message and client->message buffers into...
2006-02-01 havocadded description string to all cvars and commands
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-08-31 havocchange GAME_ZYMOTIC default data dir to basezym
2005-08-28 tomazAdded -did2 mode ( Defeat In Detail 2 )
2005-08-23 sajtAdded DP_SV_WRITEUNTERMINATEDSTRING extension
2005-08-08 havocfix the commandline option documentation of The Hunted...
2005-08-08 havocchange name of VorteX's netherworld mod
2005-07-19 blackMoved the $cvar parser to Cmd_TokenizeString.
2005-07-19 black-Added $parameter parsing to the alias and $cvar parsin...
2005-07-05 havocmore size_t
2005-06-22 havocchanged a lot of Host_Error calls to Con_Printf or...
2005-06-05 havoconly give shareware warning if running GAME_NORMAL...
2005-05-24 havocrewrote protocol version system (including splitting...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-03-19 havocadded GAME_THEHUNTED
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2005-01-25 havocnow supports Mac and Windows newlines everywhere
2005-01-21 havocchanged GAME_ init data to have a separate user config...
2005-01-03 tomazCleaned up alot more memory leaks. (still get 720 leaks...
2004-12-02 blackIve done three todo items:
2004-12-02 molivier- Removed Con_SafePrint and Con_SafePrintf since they...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-10-29 black-Minor fix in VM_registercvar.
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
2004-10-06 havocfix nehahra movie support (forgot to handle its protoco...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-10-04 havocMSG_ReadAngle functions now return -180 to +180 range...
2004-09-21 havocmade quakec stuffed quake1 protocol entities work along...
2004-09-17 havocuse double precision for coord and angle conversions...
2004-09-14 havocfix up another quoted commandline issue (this one being...
2004-09-14 havocPROTOCOL_DARKPLACES5
2004-08-27 havocadded GAME_NETHERWORLD
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-08-24 tomazAdded GAME_PRYDON.
2004-08-02 molivierPut all gamemode information (name, game dir, ...)...
2004-07-11 coderjoeAdd OpenQuartz support, provided by Toddd.
2004-05-20 havocadded GAME_NEOTERIC
2004-05-20 havocchanged Son of Man's data directory to sonofman, as...
2004-05-19 havocmoved screenshot base name stuff to common.c, out of...
2004-05-17 havocchanged Com_HexDumpToConsole to print space separated...
2004-04-08 molivierAdded a "log_file" cvar to control the log file name...
2004-04-05 molivierFixed the "-path" option. A couple of FS variables...
2004-03-11 molivierChanged the way DP detects and handles the CPU endianes...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-03-01 havocupgraded network protocol to DP5, now sends precise...
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...
next