aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/LegacyMap/MapImageModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* seems to compile ( tests comented out)UbitUmarov2015-09-021-12/+0
|
* bad merge?UbitUmarov2015-09-011-0/+11
|\
| * varregion: update MapImageModule and ShadedMapTimeRenderer for variable ↵Robert Adams2015-03-291-15/+21
| | | | | | | | sized regions.
* | Eliminated many warningsOren Hurvitz2014-04-231-1/+1
| |
* | refactor: Actually use MaptileStaticFile in RegionInfo rather than having ↵Justin Clark-Casey (justincc)2014-03-261-4/+10
| | | | | | | | both a public field and a get property
* | Allow MaptileStaticFile path to be set to anywhere and not force it to ↵Michael Cerquoni2014-03-191-3/+3
| | | | | | | | bin/maptiles
* | Allow Region specific static maptiles to be loaded from file.Jak Daniels2014-03-181-18/+35
| |
* | varregion: enable teleporting to a varregion by clicking on the map andRobert Adams2014-01-261-1/+1
| | | | | | | | | | | | | | pressing the 'teleport' button. This commit adds returning region map info for all the subregions of a varregion. This also handles the selection of the extra region and then the displacement of the postion so the teleport is to the correct location.
* | Merge branch 'master' into varregionRobert Adams2014-01-261-38/+39
|\ \ | |/ | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/LegacyMap/MapImageModule.cs OpenSim/Region/CoreModules/World/LegacyMap/ShadedMapTileRenderer.cs OpenSim/Region/CoreModules/World/LegacyMap/TexturedMapTileRenderer.cs
| * Properly dispose of drawing objects to reduce/stop memory leakage on ↵Justin Clark-Casey (justincc)2014-01-241-261/+272
| | | | | | | | generating map tiles with the MapImageModule and TexturedMapTileRenderer (the current defaults)
| * Add "generate map" console command to allow manual regeneration and storage ↵Justin Clark-Casey (justincc)2014-01-231-1/+4
| | | | | | | | | | | | of maptiles Primarily for test purposes though could be useful if one prefers to manually update the map tile
* | varregion: modify MapImageModule structure so it will better mergeRobert Adams2014-01-261-263/+271
| | | | | | | | with changes made in master.
* | varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-261-14/+20
|/ | | | with a passed region size. This time in the map code and grid services code.
* Move map related settings from [Startup] to a new [Map] section in OpenSim.iniJustin Clark-Casey (justincc)2013-02-251-14/+10
| | | | | | | Existing map settings in [Startup] will continue to work, and if present will override anything in [Map] However, the proper place for such settings would now be [Map] This is to reduce the use of [Startup] as a bag for non-generic settings which should really go in sections, in common with other settings. This commit also extends Diva's previous work to allow a default setting to be given when looking at multiple sections for settings.
* Stop exceptions being thrown if GenerateMapTiles = false but no static map ↵Justin Clark-Casey (justincc)2013-02-021-5/+12
| | | | tile has been set. Do more informative warn instead.
* Allow use of MaptileStaticUUID in Regions.ini to override the global setting ↵Jak Daniels2013-01-301-18/+63
| | | | | | in OpenSim.ini for each region. Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* Another 11 modules' directions moved out of .addin.xmlDiva Canto2012-11-131-0/+2
|
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-1/+1
| | | | grepping for remaining uses
* Changed the Map-related messages from Info to Debug. They're debug messages.Diva Canto2012-04-231-2/+2
|
* Add and plumb the usetex URL parameter to worldview. Required but not yetMelanie2010-10-061-1/+1
| | | | functional
* Convert the map image modules to new style modulesMelanie2010-10-061-6/+20
|
* Add the view generating method to the image generator interfaceMelanie2010-10-051-0/+5
|
* Addign the new / renamed files for previous commitMelanie2010-10-031-0/+549