X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=clvm_cmds.c;h=0c52ef5f021c4061338897aa38f1166ef384af47;hb=7fe21433f8c26bd2442ab72707f7f6063c1932e7;hp=3c9e08914a921d0d76545c33fb32f8ad6bce8cc5;hpb=9157c72ea0e2c1bf74a7a6facebfbc1e08feb0ac;p=xonotic%2Fdarkplaces.git diff --git a/clvm_cmds.c b/clvm_cmds.c index 3c9e0891..0c52ef5f 100644 --- a/clvm_cmds.c +++ b/clvm_cmds.c @@ -69,6 +69,7 @@ char *vm_cl_extensions = "DP_QC_RANDOMVEC " "DP_QC_SINCOSSQRTPOW " //"DP_QC_STRINGBUFFERS " //[515]: not needed ? +"DP_QC_STRFTIME " "DP_QC_STRINGCOLORFUNCTIONS " "DP_QC_TRACEBOX " //"DP_QC_TRACETOSS " @@ -2585,7 +2586,7 @@ VM_atan2, // #474 float(float c, float s) VM_atan2 (DP_QC_ASINACOSATANATAN2T VM_tan, // #475 float(float a) VM_tan (DP_QC_ASINACOSATANATAN2TAN) VM_strlennocol, // #476 float(string s) : DRESK - String Length (not counting color codes) (DP_QC_STRINGCOLORFUNCTIONS) VM_strdecolorize, // #477 string(string s) : DRESK - Decolorized String (DP_QC_STRINGCOLORFUNCTIONS) -NULL, // #478 +VM_strftime, // #478 string(float uselocaltime, string format, ...) (DP_QC_STRFTIME) NULL, // #479 e10, e10 // #480-499 (LordHavoc) };