Implemented module filtering. Note: Doesn't work yet, needs debugging.

Implemented looping through modules instead of listing each one.
Fixed translations issue with pre-defined width. zr_log_list now formatts correctly.
Fixed missing newline in the end of translations.inc.
Known bugs: Adding invalid module names works, it should give an error. Cache doesn't get updated either.
This commit is contained in:
ricahrd
2009-06-08 00:13:38 +02:00
parent f30e8f5862
commit a58b2eae85
6 changed files with 399 additions and 91 deletions

View File

@ -99,6 +99,7 @@ public OnPluginStart()
// Forward event to modules.
TranslationInit();
CvarsInit();
LogInit();
ToolsInit();
CommandsInit();
WeaponsInit();