aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-24Fix script data not being reset as it should beMelanie1-0/+4
2011-01-24Fix script data not being reset as it should beMelanie1-0/+4
2011-01-18minor: resolve some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-01-14Fix slam bits being lost when editing perms in prim inventoryMelanie1-1/+0
2011-01-14Fix slam bits being lost when editing perms in prim inventoryMelanie1-1/+0
2011-01-12Fix direct item give permissionsMelanie1-6/+16
2011-01-12Partial permissions fix for boxed items.Melanie1-0/+7
2011-01-12Fix god mode perms adjustmentMelanie1-0/+2
2011-01-12Fix direct item give permissionsMelanie1-6/+16
2011-01-10Partial permissions fix for boxed items.Melanie1-10/+8
2011-01-08Preserve the script running flag when copying an object.Melanie1-0/+34
2011-01-08Fix a couple of security issuesMelanie1-3/+9
2011-01-06Fix god mode perms adjustmentMelanie1-0/+2
2010-12-24One more pass at object inventory. This time, fix SceneObjectPartInventory so...Diva Canto1-68/+68
2010-12-22Fix up some locking issues in task inventory. Don't use any prior versions in...Melanie1-0/+2
2010-12-21What is the point of using different types to express the same damn thing?Melanie1-1/+1
2010-12-21Another good catch. Update file name serial.Melanie1-0/+1
2010-12-21Added a missed return. Thanks diva!Melanie1-0/+1
2010-12-21Fix up merge artifactsMelanie1-10/+1
2010-12-21Make prim inventories a bit more saneMelanie1-41/+33
2010-12-21Restore CM loking after core extractMelanie1-65/+64
2010-12-21Make prim inventories a bit more saneMelanie1-43/+33
2010-11-16Change the way attachments are persisted. Editing a worn attachment will nowMelanie1-19/+21
2010-11-16Change the way attachments are persisted. Editing a worn attachment will nowMelanie1-17/+20
2010-09-28Lock the iteration over the inventory items when saving script statesMelanie1-0/+2
2010-09-27Fix build breakMelanie1-37/+38
2010-09-27if you can't edit a prim's inventory, you don't need to see the asset ids.Melanie1-3/+11
2010-09-24if you can't edit a prim's inventory, you don't need to see the asset ids.Melanie1-1/+8
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-4/+1
2010-09-17Fix build break by replacing Items.LockItemsForWrite() with lock (Items) {}Justin Clark-Casey (justincc)1-22/+21
2010-09-16JustinCC is evil. f7b28dd3 broke script persistence. This fixes it.root1-0/+28
2010-09-16JustinCC is evil. f7b28dd3 broke script persistence. This fixes it.root1-0/+28
2010-09-15Don't fart when deserializing a prim with no ParentGroup set yetmeta71-1/+5
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-1/+1
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-09-11Fixed the naming mess around data connectors for simulation dataJohn Hurliman1-1/+1
2010-09-07If a scene object part UUID is changed (only possible when not in a scene), t...Justin Clark-Casey (justincc)1-0/+3
2010-09-03Fix an issue with rezzing scripted objects.Melanie Thielker1-2/+2
2010-09-03Fix an issue with rezzing scripted objects.Melanie Thielker1-2/+2
2010-08-26Remove mono compiler warningsJustin Clark-Casey (justincc)1-2/+1
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)1-1/+4
2010-08-25refactor: Push item retrieval and fixing part of Scene.RezObject() down into ...Justin Clark-Casey (justincc)1-2/+64
2010-08-06Remove posting region restart event from SOP, as it's now in XMReMelanie Thielker1-16/+0
2010-08-06Implement CHANGED_REGION_(RE)START and also fix various CHANGED_* constants w...Tom1-0/+16
2010-07-20Restore lines that have been removed due to previous merge conflict.Diva Canto1-2/+6
2010-07-20Resync with masterMelanie1-7/+1
2010-07-20Remove a merge artefactMelanie1-4/+0
2010-07-20Fix a few permissions vulnerability. Owners could cause permissionsMelanie Thielker1-5/+5
2010-07-20Relaxed the ultra-conservative lock on m_items. Needs testing under linux and...Diva Canto1-219/+188
2010-07-19Deleted Snoopy's patch completely, including Thread.Sleep. Preliminary tests ...Diva Canto1-1/+0