aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/EventManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Do a partial fix/implementation of OSSL osNpcMoveTo()Justin Clark-Casey (justincc)2011-08-031-6/+5
* Added EventManager.OnPrimsLoaded, an event that modules can hook up onto so t...Diva Canto2011-06-081-0/+24
* Adding an event to signal that logins are enabledBlueWall2011-05-281-0/+24
* Add an event for an orderly region shutdown that fires once per region beforeMelanie2011-05-241-0/+25
* Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to list...Justin Clark-Casey (justincc)2011-03-231-0/+30
* Formatting cleanup.Jeff Ames2010-10-271-3/+3
* Allow region modules to know which agents actually receive chatJustin Clark-Casey (justincc)2010-10-221-0/+35
* MergedJohn Hurliman2010-09-121-6/+6
|\
| * Formatting cleanup.Jeff Ames2010-09-121-6/+6
* | * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-2/+2
|/
* Fixed the naming mess around data connectors for simulation dataJohn Hurliman2010-09-111-2/+2
* Add test to check persistence of newly added pre-linked objectsJustin Clark-Casey (justincc)2010-09-061-2/+2
* Reflect the ParcelPropertiesUpdateRequest into Scene.EventManager, becauseMelanie Thielker2010-09-061-1/+25
* add userExposed parameter to part copy eventJustin Clark-Casey (justincc)2010-07-281-3/+6
* relocate moap specific cloning code to MoapModuleJustin Clark-Casey (justincc)2010-07-281-1/+28
* Add EventManager.OnSceneObjectPreSave() for future use. This is triggered im...Justin Clark-Casey (justincc)2010-07-261-3/+36
* Add EventManager.OnSceneObjectLoaded() for future use. This is fired immedia...Justin Clark-Casey (justincc)2010-07-261-2/+30
* Remove localID from script controls data. It won't transfer to anotherMelanie2010-07-111-3/+3
* Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-1/+23
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-4/+4
* move linden notecard parsing from LSL_Api.cs to SLUtil so that region modules...Justin Clark-Casey (justincc)2010-03-041-15/+15
* Initial Online friends notification seems to be working reliably now. All thi...Diva Canto2010-02-281-1/+26
* Formatting cleanup.Jeff Ames2010-02-151-86/+86
* Add EventManager.OnIncomingSceneObject event which is triggered by an incomin...Justin Clark-Casey (justincc)2010-02-081-1/+28
* minor: add a smidgen of EventManager docJustin Clark-Casey (justincc)2010-02-031-3/+5
* For each delegate added to events in the EventManager, catch and log but do n...Justin Clark-Casey (justincc)2010-02-031-314/+1128
* add an IsRoot property to sopJustin Clark-Casey (justincc)2010-02-031-1/+15
* minor: add some documentation to EventManager.OnObjectGrabJustin Clark-Casey (justincc)2010-02-021-15/+8
* Actually make EventManager.OnAttach() fire when an object is attached. Previ...Justin Clark-Casey (justincc)2010-02-011-2/+3
* Apply http://opensimulator.org/mantis/view.php?id=3334Justin Clark-Casey (justincc)2010-01-291-0/+11
* Whitespace cleanupMelanie2010-01-111-28/+28
* Adds llRotTarget and the events at_rot_target and not_at_rot_target.Revolution2010-01-111-2/+30
* Adds land collision events.Revolution2010-01-101-0/+28
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...Diva Canto2009-09-271-0/+13
* Misc cleanup.Jeff Ames2009-08-161-1/+1
* Formatting cleanup. Fix some compiler warnings.Jeff Ames2009-08-131-1/+1
* Another stab at cmickeyb's patch for script GC.Melanie2009-08-071-5/+6
* Revert the XEngine memleak patch, it causes premature GC.Melanie2009-08-071-6/+5
* |From: James J Greensky <jame.j.greensky@intel.com>Melanie2009-08-061-5/+6
* This change adds support for the attach event in scripts.Alan Webb2009-08-041-0/+16
* When a shared module hooks OnClientClosed, it has no way of findingMelanie Thielker2009-06-191-3/+3
* From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2009-06-191-3/+3
* * Corrected CAPS namespacesArthur Valadares2009-06-181-1/+1
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Make it possible to add a request id to load and save oar requestsJustin Clarke Casey2009-04-151-6/+8
* Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin2009-04-101-0/+32
* Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker2009-03-131-13/+20
* * Don't fail the client login if there are no OnClientConnect listenersJustin Clarke Casey2009-03-121-1/+2
* * optimized usings.lbsa712009-02-121-3/+2