]> icculus.org git repositories - divverent/darkplaces.git/history - prvm_cmds.h
remove two debug prints
[divverent/darkplaces.git] / prvm_cmds.h
2009-01-28 divverentmake DP compile with C++ again
2009-01-23 divverent+"DP_QC_CVAR_DESCRIPTION "
2008-12-27 divverentnew tokenizer tokenize_console that matches the console...
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-07-11 divverentadding two new extensions: DP_QC_WHICHPACK (identify...
2008-07-07 havocpatch from KrimZon adding DP_QC_ENTITYDATA extension
2008-02-27 havocDP_QC_NUM_FOR_EDICT extension implemented by Blub
2008-02-27 divverentDP_QC_URI_ESCAPE
2008-02-06 divverentdisable joystick by default, and make joy_enable saved;
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-16 resGecko: load OffscreenGecko dynamically
2007-12-12 resGecko resizing support
2007-12-03 blackRemove the NG_MENU additions as it has never really...
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 sajtAdded DP_QC_STRREPLACE - adds strreplace and strireplac...
2007-09-05 dreskAdded QC function drawcolorcodedstring (#326 CSQC,...
2007-07-28 divverentKrimZon's FTE_STRINGS port, please test!
2007-04-30 dreskAdded DP_QC_STRING_CASE_FUNCTIONS extension, providing...
2007-03-29 havocadded DP_QC_TOKENIZEBYSEPARATOR extension
2007-02-19 havocthis patch may break things and needs testing
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-08 havocadded DP_QC_STRFTIME extension
2007-01-24 havocredesigned tempstring system, now uses a fixed size...
2006-11-24 havocpatch from Dresk for DP_QC_STRINGCOLORFUNCTIONS extensi...
2006-11-23 havocadded DP_ASINACOSATANATAN2TAN extension which adds...
2006-08-26 havocCSQC fixes (less broken, still not spec compliant)
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
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-07-03 black-Moved findflags and findchainflags to the prvm_cmds.c.
2005-05-27 black-CVS: --------------------------------------------...
2005-05-25 havocadded newline at end of file to hush a gcc warning
2005-05-24 black-Split prvm_cmds.c into prvm_cmds.c, prvm_cmds.h and...