aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-359/+614
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-79/+53
2012-10-31Make "show object part" command correctly display script status.Justin Clark-Casey (justincc)1-17/+35
2012-10-18Add number of inventory items to information displayed via "show part" consol...Justin Clark-Casey (justincc)1-0/+9
2012-07-11Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)1-0/+4
2012-07-10When an attachment is detached to inv or derezzed, stop the scripts, update t...Justin Clark-Casey (justincc)1-3/+56
2012-07-03Fix issue in database tests where sogs being stored are not in a scene.Justin Clark-Casey (justincc)1-1/+1
2012-07-01Add preservation of running state of scripts when drag-copying.Melanie1-1/+35
2012-06-20Log how many scripts are candidates for starting and how many are actually st...Justin Clark-Casey (justincc)1-52/+58
2012-05-26refactor: replace LSL_Api.InventoryKey(string) largely with SceneObjectPartIn...Justin Clark-Casey (justincc)1-8/+14
2012-05-25Remove a call stack debugging line accidentally left in from a few days ago a...Justin Clark-Casey (justincc)1-2/+0
2012-05-23Fix bug where an avatar that had an object they owned attached through llAtta...Justin Clark-Casey (justincc)1-0/+7
2012-05-05Fire the scripting changed event with CHANGED_OWNER when an object that has c...Justin Clark-Casey (justincc)1-2/+8
2012-04-12Mantis 55025 Implement script time.Talun1-7/+7
2012-04-09Mantis5502 implementation of some of the new constantsTalun1-1/+50
2012-03-31refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the...Justin Clark-Casey (justincc)1-1/+1
2012-03-22Add llGiveInventory() test from object to object where both objects are owned...Justin Clark-Casey (justincc)1-3/+3
2012-02-07Add a regression test to compile and start a script. Remove Path.GetDirector...Justin Clark-Casey (justincc)1-8/+4
2012-02-02Improve reliability of script state saving by covering various savingMelanie1-10/+16
2011-11-25Use the more extensive Utils.AssetTypeToString()/InventoryTypeToString() conv...Justin Clark-Casey (justincc)1-2/+2
2011-11-22Stop an exception being thrown and a teleport/border cross failing if the des...Justin Clark-Casey (justincc)1-5/+5
2011-09-15refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle...Justin Clark-Casey (justincc)1-1/+1
2011-09-15Only bother to create an inventory xfer file if there are any items in a prim...Justin Clark-Casey (justincc)1-2/+2
2011-09-15Shuffle order of code in invnetory connector GetFolderContent() calls to avoi...Justin Clark-Casey (justincc)1-1/+1
2011-09-15If a prim inventory becomes empty through deletion, send an empty xfer file n...Justin Clark-Casey (justincc)1-20/+43
2011-09-13Stop attempts to rewear already worn items from removing and reattaching.Justin Clark-Casey (justincc)1-0/+5
2011-09-01Remove pointless cluttering SOP.ParentGroup != null checks.Justin Clark-Casey (justincc)1-4/+6
2011-08-27refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)1-1/+1
2011-04-28Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.Justin Clark-Casey (justincc)1-2/+5
2011-04-01A stab at making CHANGED_OWNER workMelanie1-5/+5
2011-03-10For objects loaded from an IAR, make sure the CreatorID points towards the OS...Justin Clark-Casey (justincc)1-2/+6
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-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
2010-12-24One more pass at object inventory. This time, fix SceneObjectPartInventory so...Diva Canto1-68/+68
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-11-16Change the way attachments are persisted. Editing a worn attachment will nowMelanie1-19/+21
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-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-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-1/+1