aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/EventManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-24Add an event for an orderly region shutdown that fires once per region beforeMelanie1-0/+25
2011-03-23Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to list...Justin Clark-Casey (justincc)1-0/+30
2010-10-27Formatting cleanup.Jeff Ames1-3/+3
2010-10-22Allow region modules to know which agents actually receive chatJustin Clark-Casey (justincc)1-0/+35
2010-10-22Allow region modules to know which agents actually receive chatJustin Clark-Casey (justincc)1-0/+35
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-2/+2
2010-09-12Formatting cleanup.Jeff Ames1-6/+6
2010-09-11Fixed the naming mess around data connectors for simulation dataJohn Hurliman1-2/+2
2010-09-06Add test to check persistence of newly added pre-linked objectsJustin Clark-Casey (justincc)1-2/+2
2010-09-06Reflect the ParcelPropertiesUpdateRequest into Scene.EventManager, becauseMelanie Thielker1-1/+25
2010-07-28add userExposed parameter to part copy eventJustin Clark-Casey (justincc)1-3/+6
2010-07-28relocate moap specific cloning code to MoapModuleJustin Clark-Casey (justincc)1-1/+28
2010-07-26Add EventManager.OnSceneObjectPreSave() for future use. This is triggered im...Justin Clark-Casey (justincc)1-3/+36
2010-07-26Add EventManager.OnSceneObjectLoaded() for future use. This is fired immedia...Justin Clark-Casey (justincc)1-2/+30
2010-07-26Add EventManager.OnSceneObjectPreSave() for future use. This is triggered im...Justin Clark-Casey (justincc)1-3/+36
2010-07-26Add EventManager.OnSceneObjectLoaded() for future use. This is fired immedia...Justin Clark-Casey (justincc)1-2/+30
2010-07-11Remove localID from script controls data. It won't transfer to anotherMelanie1-3/+3
2010-03-31Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie1-1/+23
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-4/+4
2010-03-04move linden notecard parsing from LSL_Api.cs to SLUtil so that region modules...Justin Clark-Casey (justincc)1-15/+15
2010-02-28Initial Online friends notification seems to be working reliably now. All thi...Diva Canto1-1/+26
2010-02-15Formatting cleanup.Jeff Ames1-86/+86
2010-02-08Add EventManager.OnIncomingSceneObject event which is triggered by an incomin...Justin Clark-Casey (justincc)1-1/+28
2010-02-03minor: add a smidgen of EventManager docJustin Clark-Casey (justincc)1-3/+5
2010-02-03For each delegate added to events in the EventManager, catch and log but do n...Justin Clark-Casey (justincc)1-314/+1128
2010-02-03add an IsRoot property to sopJustin Clark-Casey (justincc)1-1/+15
2010-02-02minor: add some documentation to EventManager.OnObjectGrabJustin Clark-Casey (justincc)1-15/+8
2010-02-01Actually make EventManager.OnAttach() fire when an object is attached. Previ...Justin Clark-Casey (justincc)1-2/+3
2010-01-29Apply http://opensimulator.org/mantis/view.php?id=3334Justin Clark-Casey (justincc)1-0/+11
2010-01-11Whitespace cleanupMelanie1-28/+28
2010-01-11Adds llRotTarget and the events at_rot_target and not_at_rot_target.Revolution1-2/+30
2010-01-10Adds land collision events.Revolution1-0/+28
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-09-27Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...Diva Canto1-0/+13
2009-08-16Misc cleanup.Jeff Ames1-1/+1
2009-08-13Formatting cleanup. Fix some compiler warnings.Jeff Ames1-1/+1
2009-08-07Another stab at cmickeyb's patch for script GC.Melanie1-5/+6
2009-08-07Revert the XEngine memleak patch, it causes premature GC.Melanie1-6/+5
2009-08-06|From: James J Greensky <jame.j.greensky@intel.com>Melanie1-5/+6
2009-08-04 This change adds support for the attach event in scripts.Alan Webb1-0/+16
2009-06-19When a shared module hooks OnClientClosed, it has no way of findingMelanie Thielker1-3/+3
2009-06-19From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-3/+3
2009-06-18* Corrected CAPS namespacesArthur Valadares1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-15* Make it possible to add a request id to load and save oar requestsJustin Clarke Casey1-6/+8
2009-04-10Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin1-0/+32
2009-03-13Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker1-13/+20
2009-03-12* Don't fail the client login if there are no OnClientConnect listenersJustin Clarke Casey1-1/+2
2009-02-12* optimized usings.lbsa711-3/+2
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-3/+4