aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/MapImage/MapImageServiceModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-04-27MapImageService: changed the event at which the map tiles are uploaded, ↵Diva Canto1-3/+12
because they were being uploaded before the region was registered with the grid
2011-08-23remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+0
2011-06-16Added a couple of guards and warnings to the MapImage/MapImageServiceModule.Diva Canto1-2/+12
2011-06-12First pass at making the V2 map work. Standalones only for now. There are ↵Diva Canto1-90/+60
some issues with the zoom level -- TBD.
2011-02-04Convert SimianMaptile refresh time from ms to seconds. Too many 0'sMic Bowman1-11/+12
in the config file.
2011-01-08Moved the map tile processing used by the Simian GridMic Bowman1-0/+261
Frontend into a separate region module. Configuration settings added to the defaults ini file. Others may find this useful for pushing map tiles to a separate server.