]> icculus.org git repositories - divverent/darkplaces.git/history - prvm_cmds.c
print unknown keys a little differently, to avoid escape characters
[divverent/darkplaces.git] / prvm_cmds.c
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-17 divverentfix typo in extresponse handling
2009-11-15 divverentfirst preliminary version of DP_SND_SETPARAMS: let...
2009-11-14 divverentextresponse: make svqc receive only those on the server...
2009-11-08 divverentlogarithm
2009-10-24 divverentDP_QC_ENTITYSTRING: menu builtins like reading/writing...
2009-09-23 divverentclear trace globals after CSQC execution, to prevent...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-07-01 divverentstringwidth(): add a third font size argument (optional...
2009-04-17 divverentDP_QC_EXTRESPONSEPACKET - getextresponse() function...
2009-04-15 divverentDP_QC_GETTIME_CDTRACK: extension to query the playing...
2009-04-13 havocfix csqc sound precaches which were being freed after...
2009-04-12 divverentfix crash in substring()
2009-04-12 sajtdrawrotpic:
2009-04-12 havocimplemented FTE_STRINGS compliant substring behavior...
2009-04-01 divverentmake cvar* functions unable to retrieve private cvars
2009-03-21 divverentDP_QC_GETTIME
2009-03-18 divverentDP_QC_FINDCHAIN_TOFIELD (saves into another field than...
2009-03-06 divverentfix token endpos writng by tokenizebyseparator
2009-03-06 divverenttokenize: allow more tokens
2009-01-28 divverentmake DP compile with C++ again
2009-01-23 divverentcvarlist, buf_cvarlist: support wildcards if present...
2009-01-23 divverentdo the skipping here too
2009-01-23 divverentadd an argument to filter out a cvar prefix
2009-01-23 divverent+"DP_QC_CVAR_DESCRIPTION "
2008-12-28 divverentbring back the static tokenize string buffer, because...
2008-12-28 divverentfix whitespace handling:
2008-12-27 divverentnew tokenizer tokenize_console that matches the console...
2008-12-25 divverentterrencehill's color codes patch. Please test thoroughl...
2008-11-04 divverentfix some format string errors, and return value of...
2008-09-22 divverentnew menu QC builtin string netaddress_resolve(string...
2008-09-16 havocpatch from esteel making the findkeysforcommand builtin...
2008-09-12 divverentadd extension DP_QC_URI_GET (downloads HTTP/whatever...
2008-09-04 havocsplit FS_Open into FS_OpenRealFile and FS_OpenVirtualFi...
2008-08-18 havocfix three double semicolon typos
2008-08-08 divverentdrawcolorcodedstring takes the flags in arg 4, not 5
2008-07-15 divverentprvm_leaktest - leak detector for QC objects (all but...
2008-07-11 divverentadding two new extensions: DP_QC_WHICHPACK (identify...
2008-07-07 havocpatch from KrimZon adding DP_QC_ENTITYDATA extension
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-05-18 havocfix return value of VM_strftime builtin, it was returni...
2008-05-08 havocsplit VM_getmousepos into client and menu versions...
2008-05-08 havocfixed several bugs with mouse grabbing
2008-05-08 havocdefault in_client_mouse to true again to fix Nexuiz...
2008-05-08 havocimplemented support for turning off mousegrab in csqc...
2008-02-27 havocDP_QC_NUM_FOR_EDICT extension implemented by Blub
2008-02-27 divverentoops... use upper case hex, as that matches URI::Escape...
2008-02-27 divverentDP_QC_URI_ESCAPE
2008-02-06 divverentdisable joystick by default, and make joy_enable saved;
2008-02-05 blackFix the VM's clientstate builtin to do a correct mappin...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-01-28 blackMake fgets always return the null string on error.
2008-01-22 resGecko: added ability to call back into a QC entry point...
2008-01-19 divverentrename VM_hash to VM_crc16, and the extension to DP_QC_...
2008-01-19 divverentFix bug in stringbuffers with bufstr_set not updating...
2008-01-18 havocbuf_del builtin frees strings in the buffer now
2008-01-17 havocrewrote most of the DP_QC_STRINGBUFFERS implementation
2008-01-16 resGecko: load OffscreenGecko dynamically
2008-01-01 divverentadd cvar prvm_backtraceforwarning
2007-12-17 divverentsplit up DrawQ_String_Font_UntilX in DrawQ_TextWidth_Fo...
2007-12-12 resGecko resizing support
2007-12-06 havocadded DP_QC_VECTOANGLES_WITH_ROLL
2007-12-06 blackFix a bug - tbh I dont understand why the other menu...
2007-12-06 blackRemove unused MP_Fallback from menu.c.
2007-12-03 blackRemove the NG_MENU additions as it has never really...
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-11-15 divverentfix tempstring allocation bug in VM_tokenize*
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-10-27 divverentadd menu QC drawsubpic() to draw just part of an image...
2007-10-27 divverentnew menu QC builtin "stringwidth(string text, float...
2007-10-09 sajtoops
2007-10-09 sajti'm sure there are plenty of bugs here for you guys...
2007-10-09 sajtAdded DP_QC_STRREPLACE - adds strreplace and strireplac...
2007-09-24 havocchanged COM_ParseToken_Simple to have a parsebackslash...
2007-09-05 dreskAdded QC function drawcolorcodedstring (#326 CSQC,...
2007-07-28 divverentfix and simplify strpad so that it actually works
2007-07-28 divverentmake str2chr return 0 when used on an index outside...
2007-07-28 divverentKrimZon's FTE_STRINGS port, please test!
2007-07-08 dreskAdded optional wildcard support for prvm_edict, prvm_ed...
2007-06-24 havocenhanced all cvar reading builtins to support multiple...
2007-06-17 havocfix strncmp to check for 3 parameters not 1
2007-05-09 havocrenamed COM_ParseTokenConsole to COM_ParseToken_Console
2007-05-09 havocfixed several critical bugs in VM_tokenizebyseparator
2007-05-09 havocfix broken OFS_PARM0 + index code in VM_M_callfunction and
2007-05-07 havocrewrote server sendstates building code, no longer...
2007-04-30 dreskAdded DP_QC_STRING_CASE_FUNCTIONS extension, providing...
2007-04-27 divverentmake COM_StringLengthNoColors and COM_StringDecolorize...
2007-04-25 divverentfix strlennocol/strdecolorize on unusual strings like...
2007-04-18 havocrefactored DrawQ_Pic to actually do the drawing rather...
2007-04-18 havocchanged r_textshadow behavior to always draw a black...
2007-03-29 havocadded DP_QC_TOKENIZEBYSEPARATOR extension
2007-02-19 havocfix two 'wrong number of parameters' errors
2007-02-19 havocthis patch may break things and needs testing
2007-02-18 havoca cosmetic change as suggested by div0:
2007-02-17 blackHopefully this fixes a bug introduced with the latest...
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-08 havocadded DP_QC_STRFTIME extension
2007-02-03 havocadded DP_SV_PRINT extension
2007-01-28 havocadded Debug_Polygon functions for testing, these are...
next