aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/LegacyMap/MapImageModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-02seems to compile ( tests comented out)UbitUmarov1-12/+0
2015-03-29varregion: update MapImageModule and ShadedMapTimeRenderer for variable ↵Robert Adams1-15/+21
sized regions.
2014-04-23Eliminated many warningsOren Hurvitz1-1/+1
2014-03-26refactor: Actually use MaptileStaticFile in RegionInfo rather than having ↵Justin Clark-Casey (justincc)1-4/+10
both a public field and a get property
2014-03-19Allow MaptileStaticFile path to be set to anywhere and not force it to ↵Michael Cerquoni1-3/+3
bin/maptiles
2014-03-18Allow Region specific static maptiles to be loaded from file.Jak Daniels1-18/+35
2014-01-26varregion: enable teleporting to a varregion by clicking on the map andRobert Adams1-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.
2014-01-26varregion: modify MapImageModule structure so it will better mergeRobert Adams1-263/+271
with changes made in master.
2014-01-24Properly dispose of drawing objects to reduce/stop memory leakage on ↵Justin Clark-Casey (justincc)1-261/+272
generating map tiles with the MapImageModule and TexturedMapTileRenderer (the current defaults)
2014-01-23Add "generate map" console command to allow manual regeneration and storage ↵Justin Clark-Casey (justincc)1-1/+4
of maptiles Primarily for test purposes though could be useful if one prefers to manually update the map tile
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams1-14/+20
with a passed region size. This time in the map code and grid services code.
2013-02-25Move map related settings from [Startup] to a new [Map] section in OpenSim.iniJustin Clark-Casey (justincc)1-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.
2013-02-02Stop exceptions being thrown if GenerateMapTiles = false but no static map ↵Justin Clark-Casey (justincc)1-5/+12
tile has been set. Do more informative warn instead.
2013-01-30Allow use of MaptileStaticUUID in Regions.ini to override the global setting ↵Jak Daniels1-18/+63
in OpenSim.ini for each region. Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2012-11-13Another 11 modules' directions moved out of .addin.xmlDiva Canto1-0/+2
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
grepping for remaining uses
2012-04-23Changed the Map-related messages from Info to Debug. They're debug messages.Diva Canto1-2/+2
2010-10-06Add and plumb the usetex URL parameter to worldview. Required but not yetMelanie1-1/+1
functional
2010-10-06Convert the map image modules to new style modulesMelanie1-6/+20
2010-10-05Add the view generating method to the image generator interfaceMelanie1-0/+5
2010-10-03Addign the new / renamed files for previous commitMelanie1-0/+549