index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Framework
/
Scenes
/
SceneObjectPartInventory.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-07-17
Fix merge artefacts
Melanie
1
-7
/
+2
2012-07-11
Add regression TestDetachScriptedAttachmentToInventory()
Justin Clark-Casey (justincc)
1
-0
/
+4
2012-07-10
When an attachment is detached to inv or derezzed, stop the scripts, update t...
Justin Clark-Casey (justincc)
1
-3
/
+56
2012-07-03
Fix issue in database tests where sogs being stored are not in a scene.
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-07-01
Add preservation of running state of scripts when drag-copying.
Melanie
1
-1
/
+35
2012-06-20
Log how many scripts are candidates for starting and how many are actually st...
Justin Clark-Casey (justincc)
1
-52
/
+58
2012-06-06
Remove two causes of recursive locking. Merge artefact cleanup.
Melanie
1
-7
/
+5
2012-05-26
refactor: replace LSL_Api.InventoryKey(string) largely with SceneObjectPartIn...
Justin Clark-Casey (justincc)
1
-8
/
+14
2012-05-25
Remove a call stack debugging line accidentally left in from a few days ago a...
Justin Clark-Casey (justincc)
1
-2
/
+0
2012-05-23
Fix bug where an avatar that had an object they owned attached through llAtta...
Justin Clark-Casey (justincc)
1
-0
/
+7
2012-05-05
Fire the scripting changed event with CHANGED_OWNER when an object that has c...
Justin Clark-Casey (justincc)
1
-2
/
+8
2012-05-02
Preserve attachment rotation on objects rezzed via a script. Makes toasters
Melanie
1
-0
/
+1
2012-04-12
Mantis 55025 Implement script time.
Talun
1
-7
/
+7
2012-04-09
Mantis5502 implementation of some of the new constants
Talun
1
-1
/
+50
2012-03-31
refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-03-22
Add llGiveInventory() test from object to object where both objects are owned...
Justin Clark-Casey (justincc)
1
-3
/
+3
2012-02-07
Add a regression test to compile and start a script. Remove Path.GetDirector...
Justin Clark-Casey (justincc)
1
-8
/
+4
2012-02-02
Improve reliability of script state saving by covering various saving
Melanie
1
-10
/
+16
2012-02-02
Improve reliability of script state saving by covering various saving
Melanie
1
-9
/
+15
2011-11-25
Use the more extensive Utils.AssetTypeToString()/InventoryTypeToString() conv...
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-11-22
Stop an exception being thrown and a teleport/border cross failing if the des...
Justin Clark-Casey (justincc)
1
-5
/
+5
2011-11-05
Remove backup optimization that was causing prim contents to poof
Melanie
1
-3
/
+8
2011-10-25
Fix a missing locking call
Melanie
1
-0
/
+1
2011-09-15
refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-09-15
Only bother to create an inventory xfer file if there are any items in a prim...
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-09-15
Shuffle order of code in invnetory connector GetFolderContent() calls to avoi...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-09-15
If a prim inventory becomes empty through deletion, send an empty xfer file n...
Justin Clark-Casey (justincc)
1
-20
/
+43
2011-09-13
Stop attempts to rewear already worn items from removing and reattaching.
Justin Clark-Casey (justincc)
1
-0
/
+5
2011-09-01
Remove pointless cluttering SOP.ParentGroup != null checks.
Justin Clark-Casey (justincc)
1
-4
/
+6
2011-08-27
refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-04-30
Set the attachment data on scripted rez to allow toasters to work.
Melanie
1
-0
/
+3
2011-04-28
Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.
Justin Clark-Casey (justincc)
1
-2
/
+5
2011-04-01
A stab at making CHANGED_OWNER work
Melanie
1
-5
/
+5
2011-04-01
A stab at making CHANGED_OWNER work
Melanie
1
-5
/
+5
2011-03-10
For objects loaded from an IAR, make sure the CreatorID points towards the OS...
Justin Clark-Casey (justincc)
1
-2
/
+6
2011-01-24
Fix script data not being reset as it should be
Melanie
1
-0
/
+4
2011-01-24
Fix script data not being reset as it should be
Melanie
1
-0
/
+4
2011-01-18
minor: resolve some mono compiler warnings
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-01-14
Fix slam bits being lost when editing perms in prim inventory
Melanie
1
-1
/
+0
2011-01-14
Fix slam bits being lost when editing perms in prim inventory
Melanie
1
-1
/
+0
2011-01-12
Fix direct item give permissions
Melanie
1
-6
/
+16
2011-01-12
Partial permissions fix for boxed items.
Melanie
1
-0
/
+7
2011-01-12
Fix god mode perms adjustment
Melanie
1
-0
/
+2
2011-01-12
Fix direct item give permissions
Melanie
1
-6
/
+16
2011-01-10
Partial permissions fix for boxed items.
Melanie
1
-10
/
+8
2011-01-08
Preserve the script running flag when copying an object.
Melanie
1
-0
/
+34
2011-01-08
Fix a couple of security issues
Melanie
1
-3
/
+9
2011-01-06
Fix god mode perms adjustment
Melanie
1
-0
/
+2
2010-12-24
One more pass at object inventory. This time, fix SceneObjectPartInventory so...
Diva Canto
1
-68
/
+68
2010-12-22
Fix up some locking issues in task inventory. Don't use any prior versions in...
Melanie
1
-0
/
+2
[next]