OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) 1480845597 Change "help" to display categories/module list then "help <category/module>" to display commands in a category.
This is to deal with the hundred lines of command splurge when one previously typed "help"
Modelled somewhat on the mysql console
One can still type help <command> to get per command help at any point.
Categories capitalized to avoid conflict with the all-lowercase commands (except for commander system, as of yet).
Does not affect command parsing or any other aspects of the console apart from the help system.
Backwards compatible with existing modules.
2012-04-18 22:05:03 +01:00
..
ApplicationPlugins
Capabilities
ConsoleClient
Data Updates to MSSQL store for 0.7.3 to include: 2012-03-06 00:45:58 +00:00
Framework Change "help" to display categories/module list then "help <category/module>" to display commands in a category. 2012-04-18 22:05:03 +01:00
Region Change "help" to display categories/module list then "help <category/module>" to display commands in a category. 2012-04-18 22:05:03 +01:00
Server Change "help" to display categories/module list then "help <category/module>" to display commands in a category. 2012-04-18 22:05:03 +01:00
Services Change "help" to display categories/module list then "help <category/module>" to display commands in a category. 2012-04-18 22:05:03 +01:00
Tests Move frame loop entirely within Scene.Update() for better future performance analysis and stat accuracy. 2012-03-30 02:20:46 +01:00
Tools