aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: Fix some CR line endings in Scene.Inventory.csJustin Clark-Casey (justincc)2015-01-211-8/+8
* Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto2015-01-091-1/+2
* Allow for richer semantics of object derez. Specifically, allow the existence...Diva Canto2014-12-251-2/+5
* Fix issue where llRemoteLoadScriptPin() would treat 0 (the default) as a vali...Justin Clark-Casey2014-11-111-8/+12
* Fix transferring inventory from prims to agent inventoryMelanie Thielker2014-10-161-6/+11
* Ignore whitespace when reading serialized XML objects.Justin Clark-Casey (justincc)2014-08-291-37/+40
* On code section that rezzes single objects and attachments, reduce CPU use by...Justin Clark-Casey (justincc)2014-08-281-36/+61
* Don't trigger ItemUploaded when no item has been uploaded.Diva Canto2014-05-181-6/+9
* Don't fetch assets from the server when doing simple inventory operations lik...Diva Canto2014-05-181-51/+28
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-05-071-35/+95
|\
| * When moving an item from a prim to a user's inventory, don't delete the item ...Oren Hurvitz2014-05-061-4/+25
| * Show more meaningful error messages when failed to move an item from a prim t...Oren Hurvitz2014-05-061-22/+42
| * Show more meaningful error messages when failed to give an item to another userOren Hurvitz2014-05-061-10/+29
* | Makes it possible to support grids in which all the simulators share all cent...Diva Canto2014-05-041-4/+11
|/
* Fixes a long-standing bug related to god-mode change ownership of objects per...Diva Canto2014-04-241-1/+1
* Merge branch 'master' into varregionRobert Adams2014-01-111-7/+10
|\
| * Refactored: use a single function to apply an object's folded permissions to ...Oren Hurvitz2014-01-101-7/+10
* | varregion: add lots of DEBUG level log messages. Especially for teleport.Robert Adams2013-12-241-2/+2
|/
* Fixed rezzing coalesced objects from a prim's inventoryOren Hurvitz2013-10-151-22/+97
* Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2013-09-221-0/+7
* Reinsert comments about possible race conditions when sending bulk inventory ...Justin Clark-Casey (justincc)2013-09-161-0/+3
* Allow updating the wearable type of wearables that have a type of 0.Melanie2013-08-181-4/+16
* More on HG inventory and OutboundPermission: disallowing giving inventory to ...Diva Canto2013-08-031-0/+3
* HG: If OutboundPermission is set to false, let's enforce stricter permissions...Diva Canto2013-08-031-0/+3
* Don't post Link asset types back to the home gridDiva Canto2013-07-231-2/+2
* Fix other places when saving scripts or notecards in prim inventories where m...Justin Clark-Casey (justincc)2013-06-181-5/+5
* Comment out some debugging item permission messages since these are highly no...Justin Clark-Casey (justincc)2013-05-141-3/+3
* Don't send BulkUpdateInventory at the end up of UpdateInventoryItemAsset().Justin Clark-Casey (justincc)2013-05-091-1/+4
* Export permission, part two. Setting export perms for textures and clothing w...Melanie2013-03-311-3/+43
* Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-261-3/+4
* Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie2013-01-271-5/+6
* Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)2013-01-161-3/+23
* Revert "Implement co-operative script termination if termination comes during...Justin Clark-Casey (justincc)2013-01-161-23/+3
* Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)2013-01-161-3/+23
* Switched the order by which foreign inventory and foreign assets are brought ...Diva Canto2012-12-091-6/+4
* UserManagementModule: search the local cache for names too.Diva Canto2012-12-091-1/+1
* Uncomment SceneObjectBasicTests.TestDeleteSceneObjectAsyncToUserInventory() a...Justin Clark-Casey (justincc)2012-11-101-2/+13
* On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)2012-10-061-1/+1
* Log initial script startup info notice when xengine actually starts to do thi...Justin Clark-Casey (justincc)2012-08-251-1/+1
* Fix bad child prim permissions that can make objects change perms after rezzingMelanie2012-08-241-0/+3
* refactor: rename SOG.RezzingObjectID to SOG.FromPartID to match FromFolderID,...Justin Clark-Casey (justincc)2012-08-031-1/+1
* reduced-complexity implementation of function to get rezzing object keySignpostMarv2012-08-021-1/+2
* When copying items, copy the item description field instead of the asset desc...Justin Clark-Casey (justincc)2012-07-261-23/+46
* Revert "Fix script "Running" behavior"Melanie2012-07-161-14/+0
* Fix script "Running" behaviorBlueWall2012-06-231-0/+14
* Log how many scripts are candidates for starting and how many are actually st...Justin Clark-Casey (justincc)2012-06-201-4/+17
* Record the fact that child agents can have asset transactions.Justin Clark-Casey (justincc)2012-06-071-17/+12
* minor: extend commented out LinkInventoryItem log message for future useJustin Clark-Casey (justincc)2012-05-211-5/+5
* Improve logging on the prim inventory script asset request path for future use.Justin Clark-Casey (justincc)2012-05-091-0/+4
* Add a configuration switch to turn on/off the use of the trashMic Bowman2012-04-251-1/+1