aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/WorldMap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties, clean up formatting, refactor out duplicate ↵Jeff Ames2008-06-131-3/+3
| | | | hard-coded port numbers.
* * Split the World Map code into a module.Teravus Ovares2008-06-121-0/+239
| | | | | * Implemented a hack so regions beyond the 10,000m range will show the map without having to click on the map before they'll start to show. The hack shows regions around the one you're in, but it won't show the one you're in.. you still need to click on the map to get that (not sure why yet). Additionally, the map still only shows pictures for regions that are hosted on the same instance (no change).
* Update svn properties.Jeff Ames2008-05-041-166/+166
|
* * Cleaned up code in Terrain, Tree and Map modules.Adam Frisby2008-05-031-0/+167
* Fixed a bug with Terragen loader where it would do bad things on a non 256x256 sized terrain. Now loads the array correctly. * Moved MapImageModule.cs to Modules/World/WorldMap * Changed Location.RegionHandle to use Helpers.GetUlong instead of doing it ourselves.