| Commit message (Expand) | Author | Files | Lines |
2013-07-09 | Put guards on a bunch of exception-inducing code, as seen in logs from load t... | Diva Canto | 1 | -0/+6 |
2013-03-26 | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 1 | -0/+1 |
2012-07-10 | When an attachment is detached to inv or derezzed, stop the scripts, update t... | Justin Clark-Casey (justincc) | 1 | -1/+9 |
2012-06-20 | Log how many scripts are candidates for starting and how many are actually st... | Justin Clark-Casey (justincc) | 1 | -3/+15 |
2012-03-31 | refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the... | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2012-02-10 | When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer per... | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2012-01-26 | refactor: change RezScriptFromAgentInventory(), RezNewScript() and AddInvento... | Justin Clark-Casey (justincc) | 1 | -11/+4 |
2011-09-13 | Stop attempts to rewear already worn items from removing and reattaching. | Justin Clark-Casey (justincc) | 1 | -0/+13 |
2011-04-21 | minor: small amount of method doc and some commented out odds and ends | Justin Clark-Casey (justincc) | 1 | -6/+15 |
2011-01-12 | Fix direct item give permissions | Melanie | 1 | -1/+1 |
2010-12-21 | Make prim inventories a bit more sane | Melanie | 1 | -43/+0 |
2010-09-16 | Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA... | John Hurliman | 1 | -32/+26 |
2010-07-14 | Fix a permissions issue | Melanie Thielker | 1 | -7/+11 |
2010-07-13 | Revamp the permissions propagation. This MAY mess up. Please test. | Melanie | 1 | -2/+3 |
2010-04-19 | All scripts are now created suspended and are only unsuspended when the object | Melanie | 1 | -0/+8 |
2010-04-05 | Partially implement share with group option for object inventory items | Justin Clark-Casey (justincc) | 1 | -1/+3 |
2010-01-25 | Fix a problem where llDie() calls were sometimes leaving dead objects behind. | Justin Clark-Casey (justincc) | 1 | -2/+6 |
2009-11-26 | Remove the old (Remoting) region crossing code. Fix the new code to | Melanie | 1 | -64/+35 |
2009-11-26 | Remove GetAssemblyName and friends from the SE interface. It's now handled | Melanie | 1 | -88/+5 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-04-08 | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 1 | -1/+1 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -1/+1 |
2009-02-19 | Fix region crossing for unscripted prims, avoid costly SEH | Melanie Thielker | 1 | -1/+3 |
2009-02-18 | Make in-code provisions for the tests. Tests would fail because the | Melanie Thielker | 1 | -1/+14 |
2009-02-18 | Fix the windows sharing violations on script crossings | Melanie Thielker | 1 | -13/+46 |
2009-02-10 | Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe... | diva | 1 | -1/+1 |
2009-02-09 | Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms.... | diva | 1 | -3/+80 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -2/+2 |
2008-11-27 | Fix permission propagation that was broken some revision back, causing | Melanie Thielker | 1 | -1/+3 |
2008-11-21 | Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all | Melanie Thielker | 1 | -1/+1 |
2008-11-21 | * refactor: Rip out SOP inventory from the partial into a separate class | Justin Clarke Casey | 1 | -14/+13 |
2008-11-15 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-11-14 | Add group permissions to agent inventory. | Melanie Thielker | 1 | -0/+3 |
2008-11-14 | Try to make the test pass again | Melanie Thielker | 1 | -1/+1 |
2008-11-14 | Reapplying a revised version of Christopher Yeoh's (IBM) patch for allow | Melanie Thielker | 1 | -7/+28 |
2008-11-14 | reverting #7295, as it still fails a test case (as pointed out very | Dr Scofield | 1 | -27/+8 |
2008-11-14 | From: Christopher Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 1 | -8/+27 |
2008-11-11 | Fix a nullref in attachment packing | Melanie Thielker | 1 | -0/+7 |
2008-11-09 | Script region crossing. This has not user functionality, but lays all the | Melanie Thielker | 1 | -2/+90 |
2008-10-06 | One should not commit even the smallest fox without compile. Fix build break | Melanie Thielker | 1 | -6/+6 |
2008-10-06 | More perms fixes. Reinstate the move flag | Melanie Thielker | 1 | -6/+10 |
2008-09-21 | Change the scirpt engine loading mechanism. Script engines are now | Melanie Thielker | 1 | -2/+3 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -5/+5 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2008-07-23 | refactor TaskInventoryItem Mask -> Permissions to be consistant with how things | Sean Dague | 1 | -4/+4 |
2008-07-14 | Patch #9147 | Melanie Thielker | 1 | -1/+1 |
2008-07-13 | * Actually persist restored archives to the database - wasn't actually doing ... | Justin Clarke Casey | 1 | -0/+17 |
2008-06-28 | Mantis#1616. Applied Melanie's patch. This may or may | Charles Krinke | 1 | -87/+4 |
2008-06-12 | * refactor: For new objects, move attach to backup to occur when adding to a ... | Justin Clarke Casey | 1 | -0/+1 |
2008-06-04 | Mantis#1439. Thank you kindly, Melanie for a patch that | Charles Krinke | 1 | -0/+15 |