]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Added DP_QC_STRING_CASE_FUNCTIONS extension, providing VM functions strtolower and...
authordresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 30 Apr 2007 17:27:16 +0000 (17:27 +0000)
committerdresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 30 Apr 2007 17:27:16 +0000 (17:27 +0000)
commit12241b4c7b82626b1e04a4b53c163626befc99c8
tree6e3336287d2fcd1fe59116c5b93b902ab0eafd2b
parent66d1331d0983af6c7c4239574a17db82fa2c92b6
Added DP_QC_STRING_CASE_FUNCTIONS extension, providing VM functions strtolower and strtoupper which return the lowercase and uppercase of strings respectively, available across the CL, SV and MENU VMs.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7216 d7cf8633-e32d-0410-b094-e92efae38249
clvm_cmds.c
common.h
mvm_cmds.c
prvm_cmds.c
prvm_cmds.h
svvm_cmds.c