aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-02seems to compile ( tests comented out)UbitUmarov1-13/+0
2015-01-23Fix regression where the stored state of every second script in an object rez...Justin Clark-Casey (justincc)1-1/+7
2014-11-19 return bbox and offsetHeight to RezObjectUbitUmarov1-5/+4
2014-09-21compile fixUbitUmarov1-3/+5
2014-09-21 release lock a bit sooner when not needed, add a try on more complex dbUbitUmarov1-4/+11
2014-09-21 protect getting the itemUbitUmarov1-1/+3
2014-09-21 remove redundant codeUbitUmarov1-20/+7
2014-09-12taskInventory request: give each transfer a diferent filename, Add moreUbitUmarov1-101/+96
2014-08-05 apply objectSlamSale to all roots of coalescence objects. replace theUbitUmarov1-1/+1
2014-08-05dont mess with names and descriptions on coalescence objects. InventoryUbitUmarov1-1/+3
2014-08-05revert to old avn-current code, not using ApplyPermissionsOnRez() till itsUbitUmarov1-1/+43
2014-07-20replace old Attachoffset by AttachedPos. Comented out possible mergeUbitUmarov1-3/+3
2014-07-14Call RemoveScriptInstance when removing from inventoryDev Random1-2/+2
2014-05-20minor: remove compiler warning in SceneObjectPartInventoryJustin Clark-Casey (justincc)1-1/+1
2014-01-10Refactored: use a single function to apply an object's folded permissions to ...Oren Hurvitz1-7/+4
2014-01-10Refactored setting permissions when rezzing items: use the same function when...Oren Hurvitz1-57/+17
2013-10-15Fixed rezzing coalesced objects from a prim's inventoryOren Hurvitz1-46/+55
2013-07-09Put guards on a bunch of exception-inducing code, as seen in logs from load t...Diva Canto1-1/+2
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+1
2013-03-24Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-44/+14
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-17Fix merge artefactsMelanie1-7/+2
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-06-06Remove two causes of recursive locking. Merge artefact cleanup.Melanie1-7/+5
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-05-02Preserve attachment rotation on objects rezzed via a script. Makes toastersMelanie1-0/+1
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
2012-02-02Improve reliability of script state saving by covering various savingMelanie1-9/+15
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-11-05Remove backup optimization that was causing prim contents to poofMelanie1-3/+8
2011-10-25Fix a missing locking callMelanie1-0/+1
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