aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/EventManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-09-131-8/+8
|\ | | | | | | | | The modules will need to be updated for this to compile and run again. Please don't use until I do the companion commit to modules later on.
| * MergedJohn Hurliman2010-09-121-6/+6
| |\
| | * Formatting cleanup.Jeff Ames2010-09-121-6/+6
| | |
| * | * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-2/+2
| |/ | | | | | | | | * Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings
| * Fixed the naming mess around data connectors for simulation dataJohn Hurliman2010-09-111-2/+2
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-071-2/+2
|\ \ | |/
| * Add test to check persistence of newly added pre-linked objectsJustin Clark-Casey (justincc)2010-09-061-2/+2
| | | | | | | | | | Added a MockRegionDataPlugin to do in-memory persistence for tests since adding this to OpenSim.Data.Null.NullDataStore doesn't seem appropriate NullDataStore can do nothing because OpenSim only ever retrieve region objects from the database on startup. Adding an in-memory store here would be unecessary overhead.
| * Reflect the ParcelPropertiesUpdateRequest into Scene.EventManager, becauseMelanie Thielker2010-09-061-1/+25
| | | | | | | | modules need to see it (Search!) even if it comes in via CAPS
* | Reflect the ParcelPropertiesUpdateRequest into Scene.EventManager, becauseMelanie Thielker2010-09-061-1/+25
| | | | | | | | modules need to see it (Search!) even if it comes in via CAPS
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-061-3/+94
|\ \ | |/
| * 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 ↵Justin Clark-Casey (justincc)2010-07-261-3/+36
| | | | | | | | immediately before a copy of the group is persisted to storage
| * Add EventManager.OnSceneObjectLoaded() for future use. This is fired ↵Justin Clark-Casey (justincc)2010-07-261-2/+30
| | | | | | | | immediately after a scene object is loaded from storage.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-07-111-3/+3
|\ \ | |/
| * Remove localID from script controls data. It won't transfer to anotherMelanie2010-07-111-3/+3
| | | | | | | | region anyway
| * Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-1/+23
| | | | | | | | | | This allows scripts to set WindLight parameters for clients connecting to a region. Currently, this is only supported by the Meta7 viewer.
* | Add a new global event : OnTerrainUpdateTom Grimshaw2010-06-261-0/+24
| |
* | Rename Meta7Windlight to LightShareMelanie2010-03-301-2/+2
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-151-4/+4
|\ \ | |/
| * Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-4/+4
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-061-15/+15
|\ \ | |/
| * move linden notecard parsing from LSL_Api.cs to SLUtil so that region ↵Justin Clark-Casey (justincc)2010-03-041-15/+15
| | | | | | | | modules can use it
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-031-87/+112
|\ \ | |/ | | | | This brings careminster on the level of master. To be tested
| * Initial Online friends notification seems to be working reliably now. All ↵Diva Canto2010-02-281-1/+26
| | | | | | | | this needs more testing, but everything is there.
| * Formatting cleanup.Jeff Ames2010-02-151-86/+86
| |
* | Merge branch 'master' into careminsterMelanie2010-02-081-1/+28
|\ \ | |/
| * Add EventManager.OnIncomingSceneObject event which is triggered by an ↵Justin Clark-Casey (justincc)2010-02-081-1/+28
| | | | | | | | | | | | incoming scene object Add a read-only Attachments property to ScenePresence
* | Merge branch 'master' into careminsterMelanie2010-02-041-328/+1156
|\ \ | |/
| * 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 ↵Justin Clark-Casey (justincc)2010-02-031-314/+1128
| | | | | | | | | | | | not propogate any exceptions that come back This stops exceptions thrown by modules from disrupting the kernel and still allows other delegates to be executed normally
| * add an IsRoot property to sopJustin Clark-Casey (justincc)2010-02-031-1/+15
| |
* | Merge branch 'master' into careminsterMelanie2010-02-031-15/+8
|\ \ | |/
| * minor: add some documentation to EventManager.OnObjectGrabJustin Clark-Casey (justincc)2010-02-021-15/+8
| |
* | Merge branch 'master' into careminsterMelanie2010-02-021-2/+14
|\ \ | |/
| * Actually make EventManager.OnAttach() fire when an object is attached. ↵Justin Clark-Casey (justincc)2010-02-011-2/+3
| | | | | | | | Previously, only detach was firing!
| * Apply http://opensimulator.org/mantis/view.php?id=3334Justin Clark-Casey (justincc)2010-01-291-0/+11
| | | | | | | | | | | | Send continuous touch() events if the left mouse button is held down while moving over an object This conforms with Linden Lab practice Thanks Revolution
* | Merge branch 'master' into careminsterMelanie2010-01-111-28/+28
|\ \ | |/
| * Whitespace cleanupMelanie2010-01-111-28/+28
| |
* | Merge branch 'master' into careminsterMelanie2010-01-111-2/+30
|\ \ | |/
| * Adds llRotTarget and the events at_rot_target and not_at_rot_target.Revolution2010-01-111-2/+30
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | Merge branch 'master' into careminsterMelanie2010-01-101-0/+28
|\ \ | |/
| * Adds land collision events.Revolution2010-01-101-0/+28
| | | | | | | | | | | | CRs cleaned from patch Signed-off-by: Melanie <melanie@t-data.com>
* | Add cmSetWindlightSceneTargeted. Add restrictions on windlight script use.CasperW2009-12-171-0/+12
| |
* | Enable scripting interface for windlightunknown2009-12-091-0/+12
|/
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
|
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵Diva Canto2009-09-271-0/+13
| | | | neighbours in the grid service modules.
* 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
| | | | | Moved the Close() for the appdomain-hosted parts into a new destructor on ScriptInstance.