aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/MapImage (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-25Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)1-6/+1
This is fired when all regions are ready or when at least one region becomes not ready. Recently added EventManager.OnRegionReady becomes OnRegionReadyStatusChange to match OnLoginsEnabledStatusChange
2012-07-18Establish EventManager.OnRegionReady event. This will only be triggerred ↵Justin Clark-Casey (justincc)1-8/+2
once when the region is ready. Switch MapImageServiceModule to use this.
2012-07-18Pass entire scene object in OnLoginsEnabled event rather than just the ↵Justin Clark-Casey (justincc)1-11/+2
region name. This saves listeners from having to re-retrieve the scene from their own lists, which won't work anyway if multiple regions with the same name have been allowed
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-0/+232
some issues with the zoom level -- TBD.