Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-12-05 | Fixed crash (configsection has to be first XML root child element stupid ↵ | Tedd Hansen | 1 | -3/+3 | |
Microsoft thing) | |||||
2008-12-05 | Garbage Collector | Tedd Hansen | 1 | -0/+4 | |
* Enabled GC server * Enabled concurrent collections | |||||
2008-12-02 | * Reapply http://opensimulator.org/mantis/view.php?id=2710 | Justin Clarke Casey | 1 | -0/+6 | |
* This patch gets NHibernate working *** PLEASE NOTE: This patch now requires the libmono-oracle2.0-cil library to be installed on Ubuntu (to stop the System.Data.Oracle missing failure) *** * Not sure what the dependency is on other distros. Adding this info to http://opensimulator.org/wiki/Build_Instructions would be most welcome * Adds Castle.* libraries that were missing last time (note, dlls have been added from http://downloads.sourceforge.net/nhibernate/NHibernate-2.0.1.GA-bin.zip) | |||||
2008-12-01 | * Unforunately it turns out not to be that simple. Revert the rest of r7560 ↵ | Justin Clarke Casey | 1 | -6/+0 | |
for now. | |||||
2008-12-01 | * From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵ | Adam Frisby | 1 | -0/+6 | |
MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks! | |||||
2008-02-12 | default to appending for log files per Mantis 530, and per | Sean Dague | 1 | -1/+1 | |
previous OpenSim behavior. | |||||
2008-02-07 | Missed the appender change on the previous log4net config file sync. | Jeff Ames | 1 | -1/+1 | |
2008-02-07 | Sync other log4net config files with region server config. | Jeff Ames | 1 | -1/+1 | |
2008-02-06 | Shortened console log messages. | Jeff Ames | 1 | -2/+2 | |
2008-02-06 | Revert color console changes until a cross-platform method is found. | Jeff Ames | 1 | -19/+1 | |
2008-02-06 | Added colors back to console output. | Jeff Ames | 1 | -1/+19 | |
Fixed line duplication in console output. | |||||
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 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. |