Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-10-27 | 1 | -3/+3 |
|\ | |||||
| * | Formatting cleanup. | Jeff Ames | 2010-10-27 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-10-23 | 1 | -0/+35 |
|\ \ | |/ | |||||
| * | Allow region modules to know which agents actually receive chat | Justin Clark-Casey (justincc) | 2010-10-22 | 1 | -0/+35 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-13 | 1 | -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. | ||||
| * | Merged | John Hurliman | 2010-09-12 | 1 | -6/+6 |
| |\ | |||||
| | * | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -6/+6 |
| | | | |||||
| * | | * Added ISimulationDataService and IEstateDataService | John Hurliman | 2010-09-12 | 1 | -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 data | John Hurliman | 2010-09-11 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-07 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Add test to check persistence of newly added pre-linked objects | Justin Clark-Casey (justincc) | 2010-09-06 | 1 | -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, because | Melanie Thielker | 2010-09-06 | 1 | -1/+25 |
| | | | | | | | | modules need to see it (Search!) even if it comes in via CAPS | ||||
* | | Reflect the ParcelPropertiesUpdateRequest into Scene.EventManager, because | Melanie Thielker | 2010-09-06 | 1 | -1/+25 |
| | | | | | | | | modules need to see it (Search!) even if it comes in via CAPS | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-06 | 1 | -3/+94 |
|\ \ | |/ | |||||
| * | add userExposed parameter to part copy event | Justin Clark-Casey (justincc) | 2010-07-28 | 1 | -3/+6 |
| | | |||||
| * | relocate moap specific cloning code to MoapModule | Justin Clark-Casey (justincc) | 2010-07-28 | 1 | -1/+28 |
| | | |||||
| * | Add EventManager.OnSceneObjectPreSave() for future use. This is triggered ↵ | Justin Clark-Casey (justincc) | 2010-07-26 | 1 | -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-26 | 1 | -2/+30 |
| | | | | | | | | immediately after a scene object is loaded from storage. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-07-11 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Remove localID from script controls data. It won't transfer to another | Melanie | 2010-07-11 | 1 | -3/+3 |
| | | | | | | | | region anyway | ||||
| * | Committing the LightShare code, which was developed by TomMeta of Meta7. | Melanie | 2010-03-31 | 1 | -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 : OnTerrainUpdate | Tom Grimshaw | 2010-06-26 | 1 | -0/+24 |
| | | |||||
* | | Rename Meta7Windlight to LightShare | Melanie | 2010-03-30 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-15 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-06 | 1 | -15/+15 |
|\ \ | |/ | |||||
| * | move linden notecard parsing from LSL_Api.cs to SLUtil so that region ↵ | Justin Clark-Casey (justincc) | 2010-03-04 | 1 | -15/+15 |
| | | | | | | | | modules can use it | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-03 | 1 | -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 Canto | 2010-02-28 | 1 | -1/+26 |
| | | | | | | | | this needs more testing, but everything is there. | ||||
| * | Formatting cleanup. | Jeff Ames | 2010-02-15 | 1 | -86/+86 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2010-02-08 | 1 | -1/+28 |
|\ \ | |/ | |||||
| * | Add EventManager.OnIncomingSceneObject event which is triggered by an ↵ | Justin Clark-Casey (justincc) | 2010-02-08 | 1 | -1/+28 |
| | | | | | | | | | | | | incoming scene object Add a read-only Attachments property to ScenePresence | ||||
* | | Merge branch 'master' into careminster | Melanie | 2010-02-04 | 1 | -328/+1156 |
|\ \ | |/ | |||||
| * | minor: add a smidgen of EventManager doc | Justin Clark-Casey (justincc) | 2010-02-03 | 1 | -3/+5 |
| | | |||||
| * | For each delegate added to events in the EventManager, catch and log but do ↵ | Justin Clark-Casey (justincc) | 2010-02-03 | 1 | -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 sop | Justin Clark-Casey (justincc) | 2010-02-03 | 1 | -1/+15 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2010-02-03 | 1 | -15/+8 |
|\ \ | |/ | |||||
| * | minor: add some documentation to EventManager.OnObjectGrab | Justin Clark-Casey (justincc) | 2010-02-02 | 1 | -15/+8 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2010-02-02 | 1 | -2/+14 |
|\ \ | |/ | |||||
| * | Actually make EventManager.OnAttach() fire when an object is attached. ↵ | Justin Clark-Casey (justincc) | 2010-02-01 | 1 | -2/+3 |
| | | | | | | | | Previously, only detach was firing! | ||||
| * | Apply http://opensimulator.org/mantis/view.php?id=3334 | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -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 careminster | Melanie | 2010-01-11 | 1 | -28/+28 |
|\ \ | |/ | |||||
| * | Whitespace cleanup | Melanie | 2010-01-11 | 1 | -28/+28 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2010-01-11 | 1 | -2/+30 |
|\ \ | |/ | |||||
| * | Adds llRotTarget and the events at_rot_target and not_at_rot_target. | Revolution | 2010-01-11 | 1 | -2/+30 |
| | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | | Merge branch 'master' into careminster | Melanie | 2010-01-10 | 1 | -0/+28 |
|\ \ | |/ | |||||
| * | Adds land collision events. | Revolution | 2010-01-10 | 1 | -0/+28 |
| | | | | | | | | | | | | CRs cleaned from patch Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | | Add cmSetWindlightSceneTargeted. Add restrictions on windlight script use. | CasperW | 2009-12-17 | 1 | -0/+12 |
| | | |||||
* | | Enable scripting interface for windlight | unknown | 2009-12-09 | 1 | -0/+12 |
|/ | |||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -2/+2 |
| |