| Commit message (Expand) | Author | Age | Files | Lines |
* | And another conflict | Melanie | 2010-06-24 | 1 | -17/+0 |
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-24 | 1 | -1/+20 |
|\ |
|
| * | Thank you, Snoopy, for a patch to reduce sim script startup CPU usage | Melanie | 2010-06-23 | 1 | -10/+12 |
| * | Don't filre CHANGED_INVENTORY if a prim comes in from storage | Melanie | 2010-06-12 | 1 | -1/+1 |
| * | Fix a bug in owner change notification | Melanie | 2010-05-03 | 1 | -1/+3 |
* | | Don't filre CHANGED_INVENTORY if a prim comes in from storage | Melanie | 2010-06-12 | 1 | -1/+1 |
* | | 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 |
| * | 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 o... | Justin Clark-Casey (justincc) | 2010-04-19 | 1 | -10/+0 |
* | | | 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 |
* | | | 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 |
* | | | 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 |
* | | | 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 |
| |/ |
|
| * | Partially implement share with group option for object inventory items | Justin Clark-Casey (justincc) | 2010-04-05 | 1 | -1/+9 |
* | | 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 |
* | | | 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 |
| * | | 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 modules... | Justin Clark-Casey (justincc) | 2010-03-04 | 1 | -1/+0 |
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-03 | 1 | -5/+2 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-22 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Formatting cleanup. | Jeff Ames | 2010-02-15 | 1 | -3/+3 |
| * | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-08 | 1 | -92/+173 |
| |\ \
| | |/ |
|
| | * | 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 |
| | |/
| |/| |
|
| * | | 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 |
* | | | 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 |
| |/ |
|
| * | Add a data path for error messages | root | 2009-12-22 | 1 | -0/+22 |
* | | 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 |
* | | Merge branch 'master' into careminster | Melanie | 2009-12-21 | 1 | -7/+48 |
|\ \
| |/ |
|
| * | Script State Fix: Part 2 | Melanie | 2009-12-21 | 1 | -7/+48 |
* | | Fix to existing ReaderWriterLockSlim implementations | CasperW | 2009-12-06 | 1 | -1/+2 |