Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-04-29 | * Spring cleaning. | Adam Frisby | 1 | -5/+9 | |
* Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -2/+0 | |
(this took a while to run). | |||||
2008-04-07 | break out the 5 classes that were | Sean Dague | 1 | -12/+19 | |
InventoryItemBase into seperate .cs files 1 per class | |||||
2008-04-02 | changing more references to OpenSim.Data | Sean Dague | 1 | -1/+1 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -30/+26 | |
2008-01-15 | * Mother of all commits: | Adam Frisby | 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. | |||||
2008-01-08 | * Switched over to RegionProfileData from using RegionInfo because ↵ | Teravus Ovares | 1 | -1/+4 | |
RegionInfo was missing the httpURI on the MessageService. * Fixed some code, added a method. | |||||
2008-01-07 | * More message server methods | Teravus Ovares | 1 | -0/+1 | |
2008-01-07 | * Adding More to the MessageServer classes. | Teravus Ovares | 1 | -10/+12 | |
* Don't forget to prebuild | |||||
2007-12-30 | * Fixed References in Prebuild so the project compiles | Teravus Ovares | 1 | -15/+10 | |
* Added Friends List methods to IUserData interface * Created Stub friendslist Database Methods | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -4/+3 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-11 | added copyright notices | Jeff Ames | 1 | -0/+28 | |
2007-12-08 | set svn:eol-style | Jeff Ames | 1 | -25/+25 | |
2007-12-07 | * All remoting calls are now using Serializable values | Teravus Ovares | 1 | -0/+25 | |
* There's still goofyness though, because other regions are denying child agent avatar. * Still more debugging required. |