OpenSimMirror/OpenSim/Framework/Console
Justin Clark-Casey (justincc) f55e153636 Compile the regex that extract categories for colourization just once rather than on every single log.
Compiling every time is unnecessary since Regex is thread-safe.
2014-05-23 21:09:48 +01:00
..
AssemblyInfo.cs Bump OPenSimulator version and assembly versions up to 0.8.0 Dev 2013-10-04 23:33:47 +01:00
CommandConsole.cs minor: Remove unnecessary commented out code from last commit c28a2f05 and fix up code comment 2013-01-09 01:04:43 +00:00
ConsoleBase.cs factor out common HandleShow code for "show uptime" 2012-11-22 04:05:09 +00:00
ConsoleDisplayList.cs Add ConsoleDisplayList for more consistent formatting of console output in list form. 2012-05-23 03:19:25 +01:00
ConsoleDisplayTable.cs Fix indenting on ConsoleDisplayTable, align indenting on "show animations" console command 2013-01-02 22:37:50 +00:00
ConsoleDisplayUtil.cs minor: Increase size of parcel name field in "land show" console command output. Construct table using CDT rather than string formats 2014-03-06 00:40:24 +00:00
ConsolePluginCommand.cs Console output no longer requires loglevel to be set to info; you can run the simulator with log level WARN or ERROR and see the output of console commands 2010-01-20 00:16:08 +00:00
ConsoleUtil.cs minor: Use Vector2.Zero constant and only set in condition branch where it was missing in TryParseConsole2DVector(). xbuild still compiles. 2014-04-30 21:50:18 +01:00
LocalConsole.cs Compile the regex that extract categories for colourization just once rather than on every single log. 2014-05-23 21:09:48 +01:00
MockConsole.cs Eliminated many warnings 2014-04-23 16:37:36 +03:00
OpenSimAppender.cs Change appender to deal with line feeds more intelligently. 2010-05-19 04:17:56 +01:00
RemoteConsole.cs Add request received/handling stats for caps which are served by http poll handlers. 2013-07-15 23:27:46 +01:00