]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - prvm_cmds.h
Corrected two comments regarding IBSP version of the Q2 bsp format.
[xonotic/darkplaces.git] / prvm_cmds.h
2014-01-07 divverentCOVERAGE! Also fixes prvm always running as PRVMSLOWINT...
2014-01-07 divverentFix some warnings.
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-20 vortexWork-in-progress extension: DP_QC_STRINGBUFFERS_EXT_WIP.
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-14 havocremoved OffscreenGecko support because it is not maintained
2011-10-01 divverentimplement digest_hex()
2010-12-16 vortextorgue->torque
2010-12-16 vortexODE improvements:
2010-07-04 divverentfinalize DP_CSQC_BINDMAPS:
2010-06-30 divverentmenuqc += +VM_getkeybind, // #342 string(float keynum...
2010-05-22 vortexformed DP_GFX_FONTS/DP_GFX_FONTS_FREETYPE/DP_UTF8 exten...
2010-04-24 vortexsimple video subtitles support, defined in external...
2010-04-14 vortexDP_SND_GETSOUNDTIME extension (query sound progress...
2010-01-26 divverentmake getsurface* functions shared between VMs
2009-12-23 divverentDP_QC_SPRINTF :P
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-04-17 divverentDP_QC_EXTRESPONSEPACKET - getextresponse() function...
2009-04-12 sajtdrawrotpic:
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...