aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Constants.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added copyright notices.Jeff Ames2008-02-171-0/+28
|
* Update svn properties.Jeff Ames2008-02-151-11/+11
|
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-0/+11
* 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.