Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only force prim persistence before delete if the prim is the result of an ↵ | Justin Clark-Casey (justincc) | 2010-12-03 | 1 | -0/+2 |
| | | | | | | unpersisted delink This considerably improves delete performance for objects with large linksets | ||||
* | Console output no longer requires loglevel to be set to info; you can run ↵ | mbowman | 2010-01-20 | 1 | -1/+1 |
| | | | | | | the simulator with log level WARN or ERROR and see the output of console commands Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | * Removed OpenSim.Data.NHibernate | John Hurliman | 2009-10-19 | 1 | -6/+0 |
| | | | | * Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing | ||||
* | Fixed crash (configsection has to be first XML root child element stupid ↵ | Tedd Hansen | 2008-12-05 | 1 | -3/+3 |
| | | | | Microsoft thing) | ||||
* | Garbage Collector | Tedd Hansen | 2008-12-05 | 1 | -0/+4 |
| | | | | | | * Enabled GC server * Enabled concurrent collections | ||||
* | added NHibernate stanza to the config which reduces our verboseness | Sean Dague | 2008-04-08 | 1 | -0/+7 |
| | | | | | | to reasonable levels | ||||
* | default to appending for log files per Mantis 530, and per | Sean Dague | 2008-02-12 | 1 | -1/+1 |
| | | | | | | previous OpenSim behavior. | ||||
* | make a couple more changes to get us back very close to old color scheme | Sean Dague | 2008-02-06 | 1 | -1/+1 |
| | |||||
* | pass 1 on getting colors back to the console | Sean Dague | 2008-02-06 | 1 | -2/+2 |
| | |||||
* | Shortened console log messages. | Jeff Ames | 2008-02-06 | 1 | -1/+1 |
| | |||||
* | change the console logging format a little bit to look more like | Sean Dague | 2008-02-06 | 1 | -2/+2 |
| | | | | | | it did before (still no colors) | ||||
* | Revert color console changes until a cross-platform method is found. | Jeff Ames | 2008-02-06 | 1 | -19/+1 |
| | |||||
* | Added colors back to console output. | Jeff Ames | 2008-02-06 | 1 | -1/+19 |
| | | | | | Fixed line duplication in console output. | ||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -0/+28 |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. |