]> icculus.org git repositories - divverent/darkplaces.git/commit
-Added $parameter parsing to the alias and $cvar parsing to the cmd system.
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 19 Jul 2005 20:53:45 +0000 (20:53 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 19 Jul 2005 20:53:45 +0000 (20:53 +0000)
commitad09ce8c5c329628d46ae8e6ba596e5cb5c37cc6
tree3294f04f602ed8bc40ad7b8a358f390d776d8528
parent9de326220fe40712f8d5196259cffdb8024e57eb
-Added $parameter parsing to the alias and $cvar parsing to the cmd system.
E.g.:
alias test "connect $1"
test "127.0.0.1"
set testcvar "127.0.0.1"
connect $testcvar
TODO: Add the extension description and the extension to the extension list.

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