aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IProfileModule.cs
diff options
context:
space:
mode:
authorDiva Canto2011-12-30 21:32:28 -0800
committerDiva Canto2011-12-30 21:32:28 -0800
commit56dbcae402000e199e556827944dfdd1bb3a64be (patch)
tree992e340007201e4c4884cc17cf616a112b6befe3 /OpenSim/Framework/IProfileModule.cs
parentBring back the Hyperlinker to the Robust console. Moved the config to [GridSe... (diff)
downloadopensim-SC_OLD-56dbcae402000e199e556827944dfdd1bb3a64be.zip
opensim-SC_OLD-56dbcae402000e199e556827944dfdd1bb3a64be.tar.gz
opensim-SC_OLD-56dbcae402000e199e556827944dfdd1bb3a64be.tar.bz2
opensim-SC_OLD-56dbcae402000e199e556827944dfdd1bb3a64be.tar.xz
Bug fix in map tiles in standalone: the map has been blank since commit 01ae916bad672722aa62ee712b7b580d6f5f4370 r/17324 (Nov.18, justincc). But the root cause comes from commit 02e54c57c4901167779f07ed3e89fb1d24ffc22a Author: Oren Hurvitz Date: 7/22/2011
This is a nasty situation. The map tile UUID is, in principle, stored authoritatively in RegionSettings. However, it also needs to be stored in the Grid Service because that's how other sims can retrieve it to send it in Map Blocks to non-V3 viewers. So every time the tile image changes, that change needs to propagate to the Grid Service, and this is done via RegisterRegion (ugh!). Interestingly, this problem didn't affect grids because by default AllowRemoteDelete is false, so the prior images aren't being deleted from the asset servers -- but they were not being correctly updated in the map either, the map was stuck with old images.
Diffstat (limited to 'OpenSim/Framework/IProfileModule.cs')
0 files changed, 0 insertions, 0 deletions