aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/EventManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-30Renamed the namespaces tooDiva Canto1-12/+12
2015-08-27 take taints check terrain out of Onframe event and add a new event for it. S...UbitUmarov1-0/+23
2014-12-25Allow for richer semantics of object derez. Specifically, allow the existence...Diva Canto1-11/+49
2014-08-03replace debug msgs by othersUbitUmarov1-4/+4
2014-08-03 several debug msgs, need to be removed asapUbitUmarov1-0/+5
2014-02-20add newRegion parameter to CrossAgentToNewRegion event and trigger the event ...dahlia1-3/+3
2014-02-19add EventManager event OnCrossAgentToNewRegiondahlia1-0/+24
2013-09-27refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ...Justin Clark-Casey (justincc)1-3/+3
2013-07-23Don't post Link asset types back to the home gridDiva Canto1-3/+3
2013-06-28Reinsert code for gathering uuids reference by materials back directly into U...Justin Clark-Casey (justincc)1-29/+29
2013-06-27refactor: Move code for gathering textures referenced by materials into Mater...Justin Clark-Casey (justincc)1-0/+31
2013-05-30Add region heartbeat start event to complement heartbeat end event.Robert Adams1-0/+23
2013-02-14Add EventManager events triggered when a SOP is added or removedRobert Adams1-0/+55
2013-01-26Add OnScriptMovingStartEvent and OnScriptMovingEndEvent to EventManager so th...Justin Clark-Casey (justincc)1-0/+56
2013-01-11Save attachments on detach/exit if a contained script state has been changed.Justin Clark-Casey (justincc)1-0/+3
2013-01-02Fixed several problems with the Sun: some settings didn't work, or were incon...Oren Hurvitz1-8/+5
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-505/+16
2012-11-04Pipe Throttle Update Event to EventManager, client --> ScenePresence --> Even...teravus1-0/+13
2012-10-28 more debugUbitUmarov1-0/+2
2012-10-10minor: Add method doc to EventManager.OnNewClient, OnClientLogin, ClientClose...Justin Clark-Casey (justincc)1-0/+14
2012-10-05Add bool to TriggerSceneObjectPartUpdated where full = true indicates a full ...Dan Lake1-3/+3
2012-09-24Documenting object-related eventsSignpostMarv1-0/+43
2012-09-24Documenting LSL script-related eventsSignpostMarv1-2/+147
2012-09-22Documenting non-LSL script-related eventsSignpostMarv1-0/+52
2012-09-20Documentation of teleport-related eventsSignpostMarv1-0/+19
2012-09-20minor tweaks to existing comments for IDE goodnessSignpostMarv1-4/+7
2012-09-20Documentation of agent-related eventsSignpostMarv1-1/+34
2012-09-20Documentation of object-related eventsSignpostMarv1-1/+38
2012-09-20Documentation of OnPluginConsoleSignpostMarv1-0/+16
2012-09-14Support multi-region OAR filesOren Hurvitz1-3/+3
2012-09-13Documentation of parcel-related eventsSignpostMarv1-0/+44
2012-09-12Documentation of economy-related EventManager eventsSignpostMarv1-0/+21
2012-09-11documentation (OnSceneObjectPartCopy)SignpostMarv1-0/+3
2012-09-11documentation (OnRemovePresence)SignpostMarv1-0/+7
2012-09-11documentation (OnNewPresence)SignpostMarv1-0/+7
2012-09-11documentation (OnClientConnect)SignpostMarv1-0/+9
2012-09-11documentation (OnBackup)SignpostMarv1-0/+7
2012-09-11documentation (OnTerrainTick)SignpostMarv1-0/+7
2012-09-11documentation (OnTerrainTainted)SignpostMarv1-0/+7
2012-09-11documentation (OnClientMovement)SignpostMarv1-0/+7
2012-09-11Documenting some of the events on OpenSim.Region.Framework.Scenes.EventManage...SignpostMarv1-0/+8
2012-08-15Add support for the extra params to scene and the event managerMelanie1-0/+23
2012-08-15Add support for the extra params to scene and the event managerMelanie1-0/+23
2012-07-25Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)1-6/+5
2012-07-19Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)1-10/+11
2012-07-18Perform other region ready actions even if simulator is configured to leave l...Justin Clark-Casey (justincc)1-1/+1
2012-07-18Establish EventManager.OnRegionReady event. This will only be triggerred onc...Justin Clark-Casey (justincc)1-3/+34
2012-07-18Pass entire scene object in OnLoginsEnabled event rather than just the region...Justin Clark-Casey (justincc)1-4/+3
2012-07-17Replace PollServiceRequestManager with older version, add extra logging toMelanie1-0/+1
2012-06-04Correct the delegate specification in EventManager.TriggerTerrainTainted. Loo...Robert Adams1-1/+1