| Commit message (Expand) | Author | Files | Lines |
2009-03-25 | Thank you, dslake, for a patch that fixes passing the start param to scripts | Melanie Thielker | 1 | -1/+1 |
2009-03-23 | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 1 | -0/+7 |
2009-03-22 | Make single item inventory gives work across regions | Melanie Thielker | 1 | -2/+0 |
2009-03-13 | * Support loading empty folders in an iar | Justin Clarke Casey | 1 | -0/+5 |
2009-02-20 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 1 | -1/+0 |
2009-02-19 | Thank you, Snowdrop, for a patch that makes the callback ID parameter | Melanie Thielker | 1 | -6/+7 |
2009-02-17 | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 1 | -27/+27 |
2009-02-16 | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 1 | -10/+10 |
2009-02-12 | * Remove some pointless CachedUserInfo != null tests since these are already ... | Justin Clarke Casey | 1 | -134/+133 |
2009-02-12 | * refactor: Move RequestInventoryForUser() from service to CachedUserInfo | Justin Clarke Casey | 1 | -4/+4 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -3/+3 |
2009-02-04 | Added a ForceSceneObjectBackup method to Scene, which as it says forces a dat... | MW | 1 | -0/+4 |
2009-02-04 | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 1 | -92/+92 |
2009-01-21 | * refactor: Extract caps related code from scene and put into a region module | Justin Clarke Casey | 1 | -2/+2 |
2009-01-19 | Correct energy calculation to include the mass of the object. | idb | 1 | -1/+1 |
2009-01-19 | * Progressive texture patch + PriorityQueue put into the LLClient namespace. | Teravus Ovares | 1 | -69/+68 |
2009-01-18 | Moved applying an impulse to a newly rezzed object to minimise the delay gett... | idb | 1 | -1/+6 |
2009-01-12 | Cause permissions on root prims to not override folded permissions anymore | Melanie Thielker | 1 | -4/+10 |
2009-01-10 | Revert progressive texture patch from r8001 until issues can be addressed | Dahlia Trimble | 1 | -69/+70 |
2009-01-10 | Thanks jhurliman for a patch that implements progressive texture downloading ... | Dahlia Trimble | 1 | -1/+0 |
2008-12-30 | * Remove mono compiler warnings | Justin Clarke Casey | 1 | -8/+1 |
2008-12-28 | Revamp the return logic to close a privilege escalation loophole. | Melanie Thielker | 1 | -46/+143 |
2008-12-17 | Fix attachment persistence which got broken with some inventory | Melanie Thielker | 1 | -1/+6 |
2008-12-17 | * Implement 'Save Object Back to My Inventory'. On the Linden client this is... | Justin Clarke Casey | 1 | -60/+110 |
2008-12-15 | Attempt at restoring inventory access after TPs/crossings. RemoveClient in Sc... | diva | 1 | -1/+5 |
2008-12-15 | * minor: method documentation and miscellaneous tidy | Justin Clarke Casey | 1 | -20/+24 |
2008-12-14 | Make scripted item and folder gives pop up a "accept, decline" message | Melanie Thielker | 1 | -7/+12 |
2008-12-11 | * refactor: Stop exposing InventoryFolderImpl.SubFolders publicly | Justin Clarke Casey | 1 | -3/+7 |
2008-12-11 | Make object return actually use the CanReturnObject permission, rather than | Melanie Thielker | 1 | -9/+3 |
2008-12-09 | * minor: remove some old logging messages | Justin Clarke Casey | 1 | -2/+4 |
2008-12-05 | Allow no-copy attachments to be worn without losing them | Melanie Thielker | 1 | -3/+7 |
2008-12-04 | * Put in the code necessary to allow inventory transfer of whole folders (and... | Justin Clarke Casey | 1 | -4/+115 |
2008-11-29 | Start scripts in attachments only after a successful attach. Elimininate | Melanie Thielker | 1 | -2/+3 |
2008-11-28 | * refactor: Replace derez destiation magic numbers with an enumeration | Justin Clarke Casey | 1 | -19/+19 |
2008-11-28 | Reinstate a check that i overzealously removed. Permissions are not slammed | Melanie Thielker | 1 | -1/+1 |
2008-11-27 | Unconditionally set the slam bit oon all object to agent inventory transfers. | Melanie Thielker | 1 | -1/+1 |
2008-11-24 | * Swaps Scene.Entities Dictionary for EntityManager. | Adam Frisby | 1 | -1/+1 |
2008-11-21 | Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all | Melanie Thielker | 1 | -33/+33 |
2008-11-21 | * refactor: Rip out SOP inventory from the partial into a separate class | Justin Clarke Casey | 1 | -20/+20 |
2008-11-21 | Fully implement object return from the parcel dialog | Melanie Thielker | 1 | -136/+8 |
2008-11-19 | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 1 | -0/+1 |
2008-11-19 | Fix deleting object that have been persisted already from the DB | Melanie Thielker | 1 | -1/+2 |
2008-11-18 | Patch from jhurliman. Fixing the texture decoding issues in progressive | Melanie Thielker | 1 | -1/+0 |
2008-11-17 | Set group on newly rezzed objects to the rezzer's (or rezzing object's) | Melanie Thielker | 1 | -0/+3 |
2008-11-17 | * minor: eliminate propogation of now unused permissionToDelete flag | Justin Clarke Casey | 1 | -3/+1 |
2008-11-17 | * Fix probable partial breakage of delete to inventory in last commit | Justin Clarke Casey | 1 | -5/+1 |
2008-11-17 | * Stop nulling SOG.m_rootPart and parts on object deletion | Justin Clarke Casey | 1 | -2/+2 |
2008-11-16 | Make return object actually use the return object permissions | Melanie Thielker | 1 | -1/+1 |
2008-11-15 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-11-14 | Add group permissions to agent inventory. | Melanie Thielker | 1 | -8/+23 |