aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionHandle.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Spring cleaning.Adam Frisby2008-04-291-1/+1
| | | | | * 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.
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-3/+3
| | | | | | * 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.
* * Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa712007-10-311-0/+150