Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 1 | -3/+7 |
| | |||||
* | * Cleaning code still. | Adam Frisby | 2008-05-01 | 1 | -7/+3 |
| | |||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -2/+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 | -30/+26 |
| | |||||
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -1/+1 |
| | | | | | | | * 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. | ||||
* | * Switched over to RegionProfileData from using RegionInfo because ↵ | Teravus Ovares | 2008-01-08 | 1 | -1/+4 |
| | | | | | | | RegionInfo was missing the httpURI on the MessageService. * Fixed some code, added a method. | ||||
* | * More message server methods | Teravus Ovares | 2008-01-07 | 1 | -0/+1 |
| | |||||
* | * Adding More to the MessageServer classes. | Teravus Ovares | 2008-01-07 | 1 | -0/+49 |
* Don't forget to prebuild |