aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/EventManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-02-151-0/+55
|\ | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
| * Add EventManager events triggered when a SOP is added or removedRobert Adams2013-02-141-0/+55
| | | | | | | | from the physical scene. Invocations added in SceneObjectPart.
* | Merge branch 'master' into careminsterMelanie2013-01-261-0/+56
|\ \ | |/
| * Add OnScriptMovingStartEvent and OnScriptMovingEndEvent to EventManager so ↵Justin Clark-Casey (justincc)2013-01-261-0/+56
| | | | | | | | | | | | | | | | that these can be triggered by future code (not yet implemented). Also hooks up moving_start and moving_end script events, eliminating itemID on XEngine EventManager methods since this is completely unused. An adaptation of the patch in http://opensimulator.org/mantis/view.php?id=6515 Thanks Garmin Kawaguichi and Signpost Marv.
| * Save attachments on detach/exit if a contained script state has been changed.Justin Clark-Casey (justincc)2013-01-111-0/+3
| | | | | | | | | | | | | | This involves making Attachments module listen for start/stop script changes. It also involves removing the script from the region on detach in the same manner as every other DeleteSceneObject() call rather than simply stopping it This is necessary tue to the bad assymetry of start and stop script triggers but it appears to be the correct behaviour anyway, as detached objects are completely gone from the sim. Not just in a state where their scripts have been stopped.
* | Merge branch 'master' into careminsterMelanie2013-01-041-8/+5
|\ \ | |/ | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * Fixed several problems with the Sun: some settings didn't work, or were ↵Oren Hurvitz2013-01-021-8/+5
| | | | | | | | inconsistently used. - The sun position is always calculated by combining the sun settings in the Region and Estate. This fixes the problem that 'UseEstateSun' didn't work. - To remove ambiguity, the EstateToolsSunUpdate event no longer accepts the sun's position as parameters. That's because the position is always calculated from the Region and Estate settings. - Use only the 'FixedSun' flag to determine whether the sun is fixed; not the 'UseGlobalTime' flag. - Don't change the region's 'SunPosition' field according to the sun's position: this field is used only to set the position when using a FixedSun. (The 'SunVector' field does get updated according to the sun's position in the sky)
* | Merge branch 'avination' into careminsterMelanie2012-11-171-0/+13
|\ \
| * | Pipe Throttle Update Event to EventManager, client --> ScenePresence --> ↵teravus2012-11-041-0/+13
| | | | | | | | | | | | EventManager, so that modules can know when throttles are updated. The event contains no client specific data to preserve the possibility of 'multiple clients' and you must still call ControllingClient.GetThrottlesPacked(f) to see what the throttles actually are once the event fires. Hook EventManager.OnUpdateThrottle to GetTextureModule.
* | | Merge branch 'avination' into careminsterMelanie2012-11-041-0/+2
|\ \ \ | |/ / | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
| * | more debugUbitUmarov2012-10-281-0/+2
| | |
* | | Merge branch 'master' into careminsterMelanie2012-10-121-3/+17
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/Framework/Scenes/Scene.cs
| * | minor: Add method doc to EventManager.OnNewClient, OnClientLogin, ↵Justin Clark-Casey (justincc)2012-10-101-0/+14
| | | | | | | | | | | | ClientClosed, OnRemovePresence that any long-running operations should be launched on a thread separate to the event thread.
| * | Add bool to TriggerSceneObjectPartUpdated where full = true indicates a full ↵Dan Lake2012-10-051-3/+3
| | | | | | | | | | | | update. There should be a better way to indicate which properties have changed that is non LLUDP-centric
* | | Merge commit '77355295dadaf3be54ac29d6b3d30901e95c0a32' into careminsterMelanie2012-09-271-2/+190
|\ \ \ | |/ /
| * | Documenting object-related eventsSignpostMarv2012-09-241-0/+43
| | |
| * | Documenting LSL script-related eventsSignpostMarv2012-09-241-2/+147
| | |
* | | Merge branch 'master' into careminsterMelanie2012-09-241-6/+166
|\ \ \ | |/ / | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
| * | Documenting non-LSL script-related eventsSignpostMarv2012-09-221-0/+52
| | |
| * | Documentation of teleport-related eventsSignpostMarv2012-09-201-0/+19
| | |
| * | minor tweaks to existing comments for IDE goodnessSignpostMarv2012-09-201-4/+7
| | |
| * | Documentation of agent-related eventsSignpostMarv2012-09-201-1/+34
| | |
| * | Documentation of object-related eventsSignpostMarv2012-09-201-1/+38
| | |
| * | Documentation of OnPluginConsoleSignpostMarv2012-09-201-0/+16
| | |
* | | Merge branch 'master' into careminsterMelanie2012-09-161-5/+132
|\ \ \ | |/ / | | / | |/ |/| | | Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs OpenSim/Region/Framework/Scenes/EventManager.cs
| * Support multi-region OAR filesOren Hurvitz2012-09-141-3/+3
| | | | | | | | Merged ArchiveWriteRequestPreparation.cs and ArchiveWriteRequestExecution.cs. This simplifies the code, and it's faster to write each scene to the archive as it's found rather than all at once at the end.
| * Documentation of parcel-related eventsSignpostMarv2012-09-131-0/+44
| | | | | | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
| * Documentation of economy-related EventManager eventsSignpostMarv2012-09-121-0/+21
| |
| * documentation (OnSceneObjectPartCopy)SignpostMarv2012-09-111-0/+3
| |
| * documentation (OnRemovePresence)SignpostMarv2012-09-111-0/+7
| |
| * documentation (OnNewPresence)SignpostMarv2012-09-111-0/+7
| |
| * documentation (OnClientConnect)SignpostMarv2012-09-111-0/+9
| |
| * documentation (OnBackup)SignpostMarv2012-09-111-0/+7
| |
| * documentation (OnTerrainTick)SignpostMarv2012-09-111-0/+7
| |
| * documentation (OnTerrainTainted)SignpostMarv2012-09-111-0/+7
| |
| * documentation (OnClientMovement)SignpostMarv2012-09-111-0/+7
| |
| * Documenting some of the events on ↵SignpostMarv2012-09-111-0/+8
| | | | | | | | OpenSim.Region.Framework.Scenes.EventManager (OnFrame)
| * Add support for the extra params to scene and the event managerMelanie2012-08-151-0/+23
| |
* | Add support for the extra params to scene and the event managerMelanie2012-08-151-0/+23
| |
* | Merge branch 'master' into careminsterMelanie2012-07-281-6/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Monitoring/BaseStatsCollector.cs OpenSim/Region/Application/OpenSim.cs OpenSim/Region/Application/OpenSimBase.cs OpenSim/Region/Framework/Scenes/SceneManager.cs bin/OpenMetaverse.Rendering.Meshmerizer.dll bin/OpenMetaverse.StructuredData.dll bin/OpenMetaverse.dll bin/OpenMetaverseTypes.dll prebuild.xml
| * Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)2012-07-251-6/+5
| | | | | | | | | | 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
* | Merge branch 'master' into careminsterMelanie2012-07-191-10/+41
|\ \ | |/ | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
| * Add EventManager.OnRegionLoginsStatusChange fired whenever logins are ↵Justin Clark-Casey (justincc)2012-07-191-10/+11
| | | | | | | | | | | | | | enabled or disabled at any point, not just during initial startup. This replaces EventManager.OnLoginsEnabled which only fired when logins were first enabled and was affected by a bug where it would never fire if the region started with logins disabled.
| * Perform other region ready actions even if simulator is configured to leave ↵Justin Clark-Casey (justincc)2012-07-181-1/+1
| | | | | | | | logins disabled on startup.
| * Establish EventManager.OnRegionReady event. This will only be triggerred ↵Justin Clark-Casey (justincc)2012-07-181-3/+34
| | | | | | | | | | | | once when the region is ready. Switch MapImageServiceModule to use this.
| * Pass entire scene object in OnLoginsEnabled event rather than just the ↵Justin Clark-Casey (justincc)2012-07-181-4/+3
| | | | | | | | | | | | 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
* | Replace PollServiceRequestManager with older version, add extra logging toMelanie2012-07-171-0/+1
| | | | | | | | event exceptions to see call path leading up to it.
* | Merge branch 'master' into careminsterMelanie2012-06-061-1/+1
|\ \ | |/ | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
| * Correct the delegate specification in EventManager.TriggerTerrainTainted. ↵Robert Adams2012-06-041-1/+1
| | | | | | | | Looks like the wrong one was cut and pasted.
* | Merge branch 'master' into careminsterMelanie2012-05-131-0/+25
|\ \ | |/