aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IWorldMapModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes a bug where map search results pertaining to varregions would only ↵Diva Canto2014-05-271-0/+5
| | | | send the SW-most corner of the varregions; the other areas, when clicked, would result a blue circle, meaning that the viewer didn't know about those areas. This is still not quite right, as all the areas appear to be in the same coordinates, but it's good enough for now.
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
|
* refactor: move more map tile generation code from scene to IWorldMapModuleJustin Clark-Casey (justincc)2010-08-131-1/+4
|
* * Fixed spamming the assets table with map tiles. The tile image ID is now ↵Diva Canto2010-05-091-1/+1
| | | | | | stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. * Fixed small bug with map search where the local sim regions weren't found.
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * add file missing from last commitJustin Clarke Casey2009-02-131-0/+34