Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make privates private | Sean Dague | 2008-07-23 | 1 | -39/+39 |
| | |||||
* | refactored LandData to use properties, and cleaned up the naming on | Sean Dague | 2008-07-23 | 1 | -77/+401 |
| | | | | | | | the properties a bit to be more consistant with other objects (having things like .Name .Description, etc). | ||||
* | *Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual ↵ | mingchen | 2008-07-03 | 1 | -1/+1 |
| | | | | creation/reclaim/sale date. | ||||
* | * Spring cleaning. | Adam Frisby | 2008-04-29 | 1 | -18/+17 |
| | | | | | * 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. | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -1/+1 |
| | | | | (this took a while to run). | ||||
* | * Fixes an issue with the BaseHttpServer in Linux | Teravus Ovares | 2008-04-15 | 1 | -0/+1 |
| | | | | | | | | * Fixes an estate naming issue * Fixes a land issue with the landobject not reporting the proper parcel prim. * A few other tweaks. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+27 |
| | |||||
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -3/+4 |
| | | | | | | | * 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. | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -3/+4 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | *Added Ban Lines around parcels for banned avatars, but there is no actual ↵ | mingchen | 2007-12-19 | 1 | -1/+1 |
| | | | | | | | blocking done yet. *Made the OnSignificantClientMovement distance from .02 to .45 to make it easier on the server. | ||||
* | *Land has now been linked to the StorageManager. Next step is to fill in the ↵ | mingchen | 2007-12-17 | 1 | -1/+14 |
| | | | | functions for the different datastore interfaces for Land Objects. | ||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 1 | -2/+2 |
| | | | | notice of doom | ||||
* | * Removed references to "new LLUUID()", replaced with LLUUID.Zero. | Adam Frisby | 2007-11-24 | 1 | -4/+4 |
| | |||||
* | * Moved OpenSim/Framework/General to OpenSim/Framework for great justice. | lbsa71 | 2007-10-31 | 1 | -0/+123 |