aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-10Fix another ReaderWriterLockSlim issueTom Grimshaw1-1/+1
2010-05-03Fix a bug in owner change notificationMelanie Thielker1-1/+3
2010-05-03Fix a bug in owner change notificationMelanie1-1/+3
2010-05-03Defer sending of CHANGED_OWNER to make it work on rezzed objects andMelanie1-3/+4
2010-04-27Fix build break.Melanie1-17/+17
2010-04-27Add a parameter to prim inventory update to prevent event firingMelanie Thielker1-1/+7
2010-04-27Add a parameter to prim inventory update to prevent event firingMelanie1-18/+25
2010-04-25Make scripted attachment states work. Finally. Also replace two monitor locksMelanie Thielker1-13/+28
2010-04-23Remove debug output, the culprit has been identifiedMelanie Thielker1-6/+0
2010-04-23Fix a nullref in attachment handling. Add some debug to find the attachmentMelanie Thielker1-0/+6
2010-04-19Make the "notecard saved" text appear in the saver rather than the notecard o...Justin Clark-Casey (justincc)1-10/+0
2010-04-19Make script asset fetches synchronous. Script instantiation synchronizationMelanie1-28/+24
2010-04-19All scripts are now created suspended and are only unsuspended when the objectMelanie1-1/+24
2010-04-18This GetScriptErrors() change allows initial XEngine to run in backgroundMike Rieker1-6/+65
2010-04-10guarantee that a script engine's GetScriptErrors() will not be calledMike Rieker1-8/+68
2010-04-05Partially implement share with group option for object inventory itemsJustin Clark-Casey (justincc)1-1/+9
2010-03-04move linden notecard parsing from LSL_Api.cs to SLUtil so that region modules...Justin Clark-Casey (justincc)1-1/+0
2010-02-15Formatting cleanup.Jeff Ames1-3/+3
2010-02-03minor: remove a couple of mono warningsJustin Clark-Casey (justincc)1-2/+0
2010-02-02Revert "improve locking of m_items in SceneObjectPartInventory"Melanie1-133/+85
2010-01-29improve locking of m_items in SceneObjectPartInventoryJustin Clark-Casey (justincc)1-85/+133
2010-01-29Add method to get all items with the same name from a particular primJustin Clark-Casey (justincc)1-1/+25
2010-01-26Some merge fixupsMelanie1-1/+1
2010-01-25Fix a problem where llDie() calls were sometimes leaving dead objects behind.Justin Clark-Casey (justincc)1-5/+16
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+0
2009-12-22Add a data path for error messagesroot1-0/+22
2009-12-22Add a data path for error messagesroot1-0/+22
2009-12-21When a script has been loaded, remove it's state entry, so recompilingMelanie1-0/+1
2009-12-21Script State Fix: Part 2Melanie1-7/+48
2009-12-06Fix to existing ReaderWriterLockSlim implementationsCasperW1-1/+2
2009-12-02Add position and region of prim items with missing assets in log reportsJustin Clark-Casey (justincc)1-10/+15
2009-11-26Remove the old (Remoting) region crossing code. Fix the new code toMelanie1-25/+0
2009-11-26Remove GetAssemblyName and friends from the SE interface. It's now handledMelanie1-30/+0
2009-11-26Remove GetAssemblyName and friends from the SE interface. It's now handledMelanie1-30/+0
2009-11-24Removed some extra debug chatterCasperW1-1/+0
2009-11-24Drop all locking of part.TaskInventory in favour of a ReaderWriterLockSlim lo...CasperW1-183/+207
2009-10-20* Added a sanity check to GetScriptAssemblies() and GetScriptStates() for the...John Hurliman1-10/+16
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-08-09Formatting cleanup.Jeff Ames1-1/+1
2009-08-04Add plumbing for the SceneObjectDeleter to wait for the script engine toMelanie1-0/+25
2009-07-16Allow OpenSim to run without script engines enabledMelanie Thielker1-0/+5
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-3/+2
2009-05-09Fixed handling of inventory a bitHomer Horwitz1-5/+5
2009-04-23From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-2/+2
2009-04-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+19
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey1-1/+1
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-4/+3