Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -4/+1 |
| | | | | (this took a while to run). | ||||
* | changing more references to OpenSim.Data | Sean Dague | 2008-04-02 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+27 |
| | |||||
* | * Message Server Linkages (still not ready for use so don't start it yet) | Teravus Ovares | 2008-02-25 | 1 | -0/+6 |
| | |||||
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -1/+1 |
| | |||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -0/+1 |
| | | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | ||||
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -9/+9 |
| | | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | ||||
* | * A few more Message Server comms related updates | Teravus Ovares | 2008-01-06 | 1 | -0/+21 |
| | |||||
* | * Added some userserver glue for communications with the message server | Teravus Ovares | 2008-01-06 | 1 | -0/+116 |
* Added some code for the message server, fixed a few references and starting to flesh it out. |