aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/MockConsole.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-09Remove useless executable bit that Windows adds.onefang1-0/+0
2019-10-22try to fix console AGAINUbitUmarov1-1/+1
2019-09-21make Console Promt(..) compatible with rest of code, againUbitUmarov1-0/+2
2019-09-21make Console Output(..) compatible with rest of code, againUbitUmarov1-1/+2
2019-08-21Make ReadConfig a general features of consoles, rather than type dependentMelanie1-0/+3
2019-08-20Massive console refactor. Greatly simplify interface.Melanie1-9/+5
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-2/+2
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-2/+2
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-0/+3
2014-07-18Add ICommands.HasCommand() method so that we can detect whether a command has...Justin Clark-Casey (justincc)1-0/+1
2014-04-23Eliminated many warningsOren Hurvitz1-0/+2
2012-11-22factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)1-1/+6
2012-08-14Allow the use of the region debug console found in recent viewers. This consoleMelanie1-1/+3
2012-08-14Allow the use of the region debug console found in recent viewers. This consoleMelanie1-1/+3
2012-03-01Use a fully stubbed out MockConsole for unit tests rather than inheriting fro...Justin Clark-Casey (justincc)1-22/+37
2010-09-12Add copyright headers.Jeff Ames1-1/+28
2010-05-04* Added an important comment to warn people not to use MockConsole for anythi...Teravus Ovares (Dan Olivares)1-0/+5
2010-05-04* This should fix the tests failing because of a MainConsole.Instance null re...Teravus Ovares (Dan Olivares)1-0/+32