Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * Display normal log information in the console's default foreground colour, ↵ | Justin Clarke Casey | 2009-05-25 | 1 | -5/+5 |
| | | | | for those of us with white backgrounds | ||||
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 1 | -1/+1 |
| | | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that? | ||||
* | Move the color console logic from the appender into the local console, since | Melanie Thielker | 2009-05-20 | 1 | -2/+84 |
| | | | | | | | that is the only one that can use it. Change appender output to always go through the console output functions. | ||||
* | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 2009-05-20 | 1 | -124/+0 |
| | |||||
* | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | Add a skeleton class, "RemoteConsole", for a console that uses REST | Melanie Thielker | 2009-05-04 | 1 | -1/+0 |
| | |||||
* | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 2009-05-04 | 1 | -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 :) |