OpenSimMirror/OpenSim/Region/CoreModules/World/Land
Oren Hurvitz eeeb787f36 Fixed: the AvatarEnteringNewParcel event wasn't triggered in some cases
If an avatar moved between regions: A -> B -> A, then when returning to region A the AvatarEnteringNewParcel wasn't triggered. This happened because the ScenePresence in region A still remembered its previous 'currentParcelUUID', so it appeared as if the avatar didn't change parcels. Now, however, when a ScenePresence becomes a child presence we clear its 'currentParcelUUID'.
2013-01-04 21:47:32 +00:00
..
Tests minor: Fix more compiler warnings in CoreModules tests by properly overriding OpenSimTestCase.SetUp() 2012-12-05 23:44:12 +00:00
DwellModule.cs Another 10 modules' directives moved from .addin.xml 2012-11-12 21:14:58 -08:00
LandChannel.cs remove now unused individual LandData prim counts. 2011-04-05 21:25:54 +01:00
LandManagementModule.cs Fixed: the AvatarEnteringNewParcel event wasn't triggered in some cases 2013-01-04 21:47:32 +00:00
LandObject.cs Fix bug where loading an OAR with a deeded parcel would always set the parcel owner ID to the estate owner even if the group UUID was present. 2012-11-24 02:43:31 +00:00
PrimCountModule.cs Another 10 modules' directives moved from .addin.xml 2012-11-12 21:14:58 -08:00