]> icculus.org git repositories - divverent/darkplaces.git/commit
console parsing now behaves like qwcl, thanks to Fuh for pointing out the problems...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 4 Dec 2003 09:47:38 +0000 (09:47 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 4 Dec 2003 09:47:38 +0000 (09:47 +0000)
commitca913e8190a32d6e96dededdb0a6f8d5ce72bf63
tree315d3d885b840a46c1e6fd15301e2b70d30662af
parent652c5fd009d060d2e2b91507b0cbb1cf63c76b44
console parsing now behaves like qwcl, thanks to Fuh for pointing out the problems with the winquake COM_ParseToken (it treated : as a single character keyword, thus breaking connect commands involving a port, for example), so I added COM_ParseTokenConsole for the console parsing

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3686 d7cf8633-e32d-0410-b094-e92efae38249
cmd.c
common.c
common.h