- added ShowActivity2() which has a more convenient display algorithm

- added commandfilters.inc and ProcessTargetString(), an extensible API for processing a command target and getting back formatted replies + player lists.  This makes SearchForClients() look paltry, and base plugins will slowly be moved to support the new functionality
- removed IsPlayerAlive() from SDKTools, added it to Core
- fixed a small bug in re-entrant translations
- core.games.txt is now automatically added to all plugins

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401627
This commit is contained in:
David Anderson
2007-10-21 20:06:30 +00:00
parent 744dbdc4c7
commit 02e8977ea0
14 changed files with 676 additions and 30 deletions
+32
View File
@@ -24,4 +24,36 @@
{
"en" "Previous"
}
"all players"
{
"en" "all players"
}
"all humans"
{
"en" "all humans"
}
"all bots"
{
"en" "all bots"
}
"all dead players"
{
"en" "all dead players"
}
"all alive players"
{
"en" "all alive players"
}
/* This is a special "pass-thru" translation */
"_S"
{
"#format" "{1:s}"
"en" "{1}"
}
}