Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix another ReaderWriterLockSlim issue | Tom Grimshaw | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Fix a bug in owner change notification | Melanie Thielker | 2010-05-03 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-03 | 1 | -2/+4 |
|\ | |||||
| * | Defer sending of CHANGED_OWNER to make it work on rezzed objects and | Melanie | 2010-05-03 | 1 | -3/+4 |
| | | | | | | | | attachments in addition to objects sold in place | ||||
| * | Fix build break. | Melanie | 2010-04-27 | 1 | -17/+17 |
| | | |||||
| * | Add a parameter to prim inventory update to prevent event firing | Melanie | 2010-04-27 | 1 | -18/+25 |
| | | |||||
| * | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-04-19 | 1 | -29/+48 |
| |\ | |||||
| * | | Make the "notecard saved" text appear in the saver rather than the notecard ↵ | Justin Clark-Casey (justincc) | 2010-04-19 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | | | | | | owner, if the notecard is saved by a permitted group member This means moving the alert up to a place where the IClientAPI is available. One can also argue that such client messages shouldn't be sent directly from the scene data model | ||||
* | | | Add a parameter to prim inventory update to prevent event firing | Melanie Thielker | 2010-04-27 | 1 | -1/+7 |
| | | | |||||
* | | | Make scripted attachment states work. Finally. Also replace two monitor locks | Melanie Thielker | 2010-04-25 | 1 | -13/+28 |
| | | | | | | | | | | | | with RWLocks, hunting the 10^3 bug. Not successful, but needed to be done anyway | ||||
* | | | Remove debug output, the culprit has been identified | Melanie Thielker | 2010-04-23 | 1 | -6/+0 |
| | | | |||||
* | | | Fix a nullref in attachment handling. Add some debug to find the attachment | Melanie Thielker | 2010-04-23 | 1 | -0/+6 |
| | | | | | | | | | | | | state issue | ||||
* | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-04-19 | 1 | -32/+29 |
|\ \ \ | | |/ | |/| | |||||
| * | | Make script asset fetches synchronous. Script instantiation synchronization | Melanie | 2010-04-19 | 1 | -28/+24 |
| | | | | | | | | | | | | will not work if the instance is not created when the method returns. | ||||
* | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-04-19 | 1 | -2/+34 |
|\ \ \ | |/ / | |||||
| * | | All scripts are now created suspended and are only unsuspended when the object | Melanie | 2010-04-19 | 1 | -1/+24 |
| |/ | | | | | | | | | | | is fully rezzed and all scripts in it are instantiated. This ensures that link messages will not be lost on rez/region crossing and makes heavily scripted objects reliable. | ||||
| * | Partially implement share with group option for object inventory items | Justin Clark-Casey (justincc) | 2010-04-05 | 1 | -1/+9 |
| | | | | | | | | | | | | If serverside permissions are off then this works as expected. Previously, it was impossible for more than one person to edit such items even if permissions were off. If serverside permissions are on then this works as expected if the object was created by an avatar who had the required group active. However, if the group for the object is later set then the contained item is still not editable. This may be linked to a wider bug where the object is still not modifiable by the group anyway | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie Thielker | 2010-04-19 | 1 | -6/+65 |
|\ \ | |||||
| * | | This GetScriptErrors() change allows initial XEngine to run in background | Mike Rieker | 2010-04-18 | 1 | -6/+65 |
| | | | | | | | | | | | | | | | thread. It should block only for the case of being called by CapsUpdateTaskInventoryScriptAsset(). | ||||
* | | | Merge branch 'careminster' into careminster-presence-refactor | Melanie | 2010-04-13 | 1 | -8/+68 |
|\ \ \ | |/ / | |||||
| * | | guarantee that a script engine's GetScriptErrors() will not be called | Mike Rieker | 2010-04-10 | 1 | -8/+68 |
| | | | | | | | | | | | | | | | until after its OnRezScript() returns so that script compile error messages can be retrieved | ||||
| * | | Merge branch '0.6.9-post-fixes' into careminster | Melanie | 2010-03-06 | 1 | -4/+2 |
| |\ \ | |||||
* | \ \ | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-06 | 1 | -1/+0 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | move linden notecard parsing from LSL_Api.cs to SLUtil so that region ↵ | Justin Clark-Casey (justincc) | 2010-03-04 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | modules can use it | ||||
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-03 | 1 | -5/+2 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | This brings careminster on the level of master. To be tested | ||||
| * | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-22 | 1 | -3/+3 |
| |\ \ | | |/ | | | | | | | This brings presence-refactor up to master again | ||||
| | * | Formatting cleanup. | Jeff Ames | 2010-02-15 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-08 | 1 | -92/+173 |
| |\ \ | | |/ | | | | | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check! | ||||
| | * | minor: remove a couple of mono warnings | Justin Clark-Casey (justincc) | 2010-02-03 | 1 | -2/+0 |
| | | | |||||
| * | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 1 | -1/+0 |
| | | | |||||
* | | | Merge branch 'master' into careminster | Melanie | 2010-02-02 | 1 | -1/+25 |
|\ \ \ | |||||
| * | | | Revert "improve locking of m_items in SceneObjectPartInventory" | Melanie | 2010-02-02 | 1 | -133/+85 |
| | |/ | |/| | | | | | | | This reverts commit 968b9e160d70568fbdea5b190d1386e9431316e3. | ||||
| * | | improve locking of m_items in SceneObjectPartInventory | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -85/+133 |
| | | | |||||
| * | | Add method to get all items with the same name from a particular prim | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -1/+25 |
| | | | | | | | | | | | | Extend load oar test to check loading of a sound item | ||||
* | | | Some merge fixups | Melanie | 2010-01-26 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into careminster | Melanie | 2010-01-26 | 1 | -3/+14 |
|\ \ \ | |/ / | |||||
| * | | Fix a problem where llDie() calls were sometimes leaving dead objects behind. | Justin Clark-Casey (justincc) | 2010-01-25 | 1 | -5/+16 |
| |/ | | | | | | | | | | | | | | | | | | | When an object was deleted, the remove script instance call was aggregating the scripting events as normal. This would queue a full update of the prim before the viewer was notifed of the deletion of that prim (QuitPacket) On some occasions, the QuitPacket would be sent before the full update was dequeued and sent. In principle, you would think that a viewer would ignore updates for deleted prims. But it appears that in the Linden viewer (1.23.5), a prim update that arrives after the prim was deleted instead makes the deleted prim persist in the viewer. Such prims have no properties and cannot be removed from the viewer except by a relog. This change stops the prim event aggregation call if it's being deleted anyway, hence removing the spurious viewer-confusing update. | ||||
| * | Add a data path for error messages | root | 2009-12-22 | 1 | -0/+22 |
| | | | | | | | | | | | | Committed from my other box where git is not configured properly Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | | Add a data path for error messages | root | 2009-12-22 | 1 | -0/+22 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-21 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | When a script has been loaded, remove it's state entry, so recompiling | Melanie | 2009-12-21 | 1 | -0/+1 |
| | | | | | | | | doesn't pick up the old state again. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-21 | 1 | -7/+48 |
|\ \ | |/ | |||||
| * | Script State Fix: Part 2 | Melanie | 2009-12-21 | 1 | -7/+48 |
| | | | | | | | | | | | | Change the reader to wrap old-style definitions in new style wrappers. Change importer to not check irrelevant data that can't be reconstructed This removes the last bit of knowledge of XEngine's .state files from core. | ||||
* | | Fix to existing ReaderWriterLockSlim implementations | CasperW | 2009-12-06 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-05 | 1 | -8/+21 |
|\ \ | |/ | |||||
| * | Add position and region of prim items with missing assets in log reports | Justin Clark-Casey (justincc) | 2009-12-02 | 1 | -10/+15 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2009-11-26 | 1 | -25/+0 |
|\ \ | |/ | |||||
| * | Remove the old (Remoting) region crossing code. Fix the new code to | Melanie | 2009-11-26 | 1 | -25/+0 |
| | | | | | | | | | | | | | | | | | | | | pass script state and assembly again properly. Reintroduce respecting tht TrustBinaries flag. Changes the interregion protocol! No version bump because it was broken anyway, so with a version mismatch it will simply stay broken, but not crash. Region corssing still doesn't work because there is still monkey business with both rezzed prims being pushed across a border and attached prims when walking across a border. Teleport is untested by may work. | ||||
| * | Remove GetAssemblyName and friends from the SE interface. It's now handled | Melanie | 2009-11-26 | 1 | -30/+0 |
| | | | | | | | | internally | ||||
* | | Remove GetAssemblyName and friends from the SE interface. It's now handled | Melanie | 2009-11-26 | 1 | -30/+0 |
| | | | | | | | | internally |