aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data/RegionProfileData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanup.Jeff Ames2008-02-201-16/+10
|
* * Make RegionProfileData.RequestSimProfileData staticJustin Clarke Casey2008-02-181-1/+9
| | | | | | * Minor documentation bits
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-2/+2
| | | | | | * Converted all instances of "256" spotted to use RegionSize instead. Some approximations used for border crossings (ie 255.9f) are still using that value, but should be updated to use something based on RegionSize. * Moving Terrain to a RegionModule, implemented ITerrainChannel and TerrainModule - nonfunctional, but will be soon.
* Add last entry "owner_uuid" back into regions table definition.Charles Krinke2008-02-021-1/+19
|
* * Mother of all commits:Adam Frisby2008-01-151-14/+14
| | | | | | | * 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 usingslbsa712007-12-271-1/+1
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* * Optimized usingslbsa712007-10-301-27/+36
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* Renamed SimProfileData to RegionProfileDataTleiades Hax2007-10-171-0/+192