aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/EventManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-136/+201
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-32/+259
* minor: Add method doc to EventManager.OnNewClient, OnClientLogin, ClientClose...Justin Clark-Casey (justincc)2012-10-101-0/+14
* Add bool to TriggerSceneObjectPartUpdated where full = true indicates a full ...Dan Lake2012-10-051-3/+3
* Documenting object-related eventsSignpostMarv2012-09-241-0/+43
* Documenting LSL script-related eventsSignpostMarv2012-09-241-2/+147
* 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
* Support multi-region OAR filesOren Hurvitz2012-09-141-3/+3
* Documentation of parcel-related eventsSignpostMarv2012-09-131-0/+44
* 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 OpenSim.Region.Framework.Scenes.EventManage...SignpostMarv2012-09-111-0/+8
* Add support for the extra params to scene and the event managerMelanie2012-08-151-0/+23
* Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)2012-07-251-6/+5
* Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)2012-07-191-10/+11
* Perform other region ready actions even if simulator is configured to leave l...Justin Clark-Casey (justincc)2012-07-181-1/+1
* Establish EventManager.OnRegionReady event. This will only be triggerred onc...Justin Clark-Casey (justincc)2012-07-181-3/+34
* Pass entire scene object in OnLoginsEnabled event rather than just the region...Justin Clark-Casey (justincc)2012-07-181-4/+3
* Correct the delegate specification in EventManager.TriggerTerrainTainted. Loo...Robert Adams2012-06-041-1/+1
* Add even for terrain tainting and synchronize terrain module with physics sce...Dan Lake2012-05-101-0/+25
* Trigger event when scene presences are updatedDan Lake2012-05-081-0/+24
* Moved the inventory manipulation from HGEntityTransferModule to HGInventoryAc...Diva Canto2012-04-061-0/+49
* Add back parts of reverted changes that were not concerned with child agent c...Justin Clark-Casey (justincc)2012-03-291-1/+2
* Revert "Simplify friends caching by only doing this for root agents - no func...Justin Clark-Casey (justincc)2012-03-291-2/+1
* Simplify friends caching by only doing this for root agents - no functions re...Justin Clark-Casey (justincc)2012-03-281-1/+2
* minor: Add some documentation to OnNewClient and OnClientClosed eventsJustin Clark-Casey (justincc)2012-03-281-2/+10
* Add some doc about the EventManager.OnLoginsEnabled event.Justin Clark-Casey (justincc)2012-03-191-0/+7
* Add documentation to make more explicit the difference between OnRezScript an...Justin Clark-Casey (justincc)2012-03-071-5/+20
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDan Lake2012-02-171-3/+55
|\
| * Add new and updated script eventsRobert Adams2012-02-171-3/+55
* | Added the TriggerAvatarAppearanceChanged to EventManager. It's triggered by A...Dan Lake2012-02-171-0/+24
|/
* Add event RegionHeartbeatEnd for modules interested in coordinating activity ...Dan Lake2012-02-011-0/+24
* Trigger event when prims are scheduled for an update. This gives modules earl...Dan Lake2012-01-191-0/+24
* Added EventManager.OnRegionStarted which is triggered when Heartbeat is started.Dan Lake2012-01-041-0/+24
* Don't pass on ChaneWaterHeight event from EventManager is new water height is...Justin Clark-Casey (justincc)2011-12-161-0/+6
* If the entire simulator is shutting down then don't bother to unload the scri...Justin Clark-Casey (justincc)2011-11-171-10/+16
* Add comments about trying to avoid synchronous work off the EventManager.OnMa...Justin Clark-Casey (justincc)2011-11-151-4/+9
* For clients that are entering a simulator from initial login, stop executing ...Justin Clark-Casey (justincc)2011-11-151-4/+6