aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/CommandConsole.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* change console main help to match masterUbitUmarov2015-09-241-13/+8
* at last we can login and see objects ( friends is dead and disable inUbitUmarov2015-09-031-1/+1
* bad merge?UbitUmarov2015-09-011-7/+12
|\
| * Merge branch 'master' into careminsterMelanie2013-01-101-5/+5
| |\
| * | Fix new command console code to match the output of the original while keepingMelanie2012-11-231-2/+5
| * | Add a newline before the constant help textMelanie2012-11-231-0/+1
| * | Revert help to display a full command list. Leave the help categories in asMelanie2012-11-231-5/+6
* | | Revert "Allow a console command to give blank arguments ("") without the pars...dahlia2015-03-141-5/+2
* | | Allow a console command to give blank arguments ("") without the parser faili...Justin Clark-Casey (justincc)2015-03-111-2/+5
* | | Add ICommands.HasCommand() method so that we can detect whether a command has...Justin Clark-Casey (justincc)2014-07-181-15/+31
| |/ |/|
* | minor: Remove unnecessary commented out code from last commit c28a2f05 and fi...Justin Clark-Casey (justincc)2013-01-091-4/+1
* | minor: make spacing consistent in console help outputJustin Clark-Casey (justincc)2013-01-091-3/+6
|/
* Add "help all" console command which will list all commands alphabetically in...Justin Clark-Casey (justincc)2012-11-231-1/+28
* factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)2012-11-221-1/+1
* Allow the use of the region debug console found in recent viewers. This consoleMelanie2012-08-141-0/+9
* Add text about using double quotes to surround console command arguments cont...Justin Clark-Casey (justincc)2012-04-281-2/+8
* Allow the user to enter help topics in upper or lowercase.Justin Clark-Casey (justincc)2012-03-241-10/+12
* Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-081-22/+92
* Change parser to leave embedded quotes alone if the pattern is recognizedMelanie2012-02-101-0/+34
* remove some mono compiler warningsJustin Clark-Casey (justincc)2011-11-251-1/+1
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-251-5/+6
* print invalid command message to the console, not the logJustin Clark-Casey (justincc)2011-04-231-3/+1
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
* If a command has descriptive help, add a line above and below the print out f...Justin Clark-Casey (justincc)2010-05-281-0/+10
* Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)2010-05-281-2/+1
* Fix repeated ArgumentOutOfRangeException when a local OpenSim console is resi...Justin Clark-Casey (justincc)2010-01-081-2/+6
* Formatting cleanup.Jeff Ames2009-10-011-5/+5
* Change prompt handling in console. No user changesMelanie2009-08-221-2/+2
* Add the OpenSim.ConsoleClient app.Melanie2009-08-171-1/+91
* Filling in the blanks: The "meat" of the REST consoleMelanie2009-08-171-0/+60
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Committing the new server baseMelanie Thielker2009-05-051-1/+1
* Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker2009-05-041-0/+467