aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/MockConsole.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* make Console Promt(..) compatible with rest of code, againUbitUmarov2019-09-211-0/+2
* make Console Output(..) compatible with rest of code, againUbitUmarov2019-09-211-1/+2
* Make ReadConfig a general features of consoles, rather than type dependentMelanie2019-08-211-0/+3
* Massive console refactor. Greatly simplify interface.Melanie2019-08-201-9/+5
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-2/+2
* Add ICommands.HasCommand() method so that we can detect whether a command has...Justin Clark-Casey (justincc)2014-07-181-0/+1
* Eliminated many warningsOren Hurvitz2014-04-231-0/+2
* factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)2012-11-221-1/+6
* Allow the use of the region debug console found in recent viewers. This consoleMelanie2012-08-141-1/+3
* Use a fully stubbed out MockConsole for unit tests rather than inheriting fro...Justin Clark-Casey (justincc)2012-03-011-22/+37
* Add copyright headers.Jeff Ames2010-09-121-1/+28
* * Added an important comment to warn people not to use MockConsole for anythi...Teravus Ovares (Dan Olivares)2010-05-041-0/+5
* * This should fix the tests failing because of a MainConsole.Instance null re...Teravus Ovares (Dan Olivares)2010-05-041-0/+32