aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/LocalConsole.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-16Fix http://opensimulator.org/mantis/view.php?id=4657 where ↵Justin Clark-Casey (justincc)1-16/+47
OpenSim.Grid.UserServer.exe fails on startup if no previous config probably appears to occur because mono 2.4.2.3 (and possibly later) erroneously returns a value of 0 for BufferWidth and BufferHeight in some circumstances
2010-02-15Formatting cleanup.Jeff Ames1-7/+7
2010-01-08Fix repeated ArgumentOutOfRangeException when a local OpenSim console is ↵Justin Clark-Casey (justincc)1-33/+73
resized under mono May fix mantises 3186, 3270, 4022, 4238
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-25* Display normal log information in the console's default foreground colour, ↵Justin Clarke Casey1-5/+5
for those of us with white backgrounds
2009-05-22cleaning out warnings.Dr Scofield1-1/+1
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
2009-05-20Move the color console logic from the appender into the local console, sinceMelanie Thielker1-2/+84
that is the only one that can use it. Change appender output to always go through the console output functions.
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker1-124/+0
2009-05-04* minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey1-1/+1
2009-05-04Add a skeleton class, "RemoteConsole", for a console that uses RESTMelanie Thielker1-1/+0
2009-05-04Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker1-0/+470
console capable of processing commands. Create LocalConsole as a console that uses cursor control and context help. Precursor to a distributed console system for the new grid services. No functional change intended :)