aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-14/+15
2018-10-20remove TempAttachments moduleUbitUmarov1-191/+0
2017-05-04 do the same in the cases we are just moving parts around and not changing th...UbitUmarov1-1/+1
2017-01-22replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP...UbitUmarov1-1/+1
2017-01-17start adding calls to effective permissions aggregation on changes; rearrange...UbitUmarov1-11/+13
2017-01-16replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s...UbitUmarov1-2/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-2/+2
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+3
2015-11-17 remove unused parameterUbitUmarov1-1/+1
2015-10-04 in llAttachToAvatarTemp() (TempAttachmentsModule) dont add to inventory, lik...UbitUmarov1-1/+1
2013-03-28Stop attempts to update/add existing attachments in user inventory when telep...Justin Clark-Casey (justincc)1-1/+1
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
2013-03-18Multiattach, part 1Melanie1-1/+1
2013-03-05Multiattach, part 1Melanie1-1/+1
2013-03-02Fixed typos in TempAttachmentsModule. No changes.Diva Canto1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-9/+9
2012-09-17script invocations cannot have void return typeSignpostMarv1-9/+9
2012-08-18Fix a typoMelanie1-1/+1
2012-08-15Let the temp attachment module add a command to allow attaching without permi...Melanie1-3/+38
2012-08-15Let the temp attachment module add a command to allow attaching without permi...Melanie1-3/+38
2012-08-14Perform ownership transfer and permission propagation as well as neededMelanie1-0/+28
2012-08-14Move inititalization to RegionLoaded to avoid a module loading order issueMelanie1-8/+8
2012-08-14Implement the temp attachments. UNTESTEDMelanie1-0/+44
2012-08-14Add the skeleton for the temp attachments moduleMelanie1-31/+22
2011-08-04minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2011-05-02Works!Diva Canto1-0/+4
2011-05-01Broke down Caps.cs into a generic Caps object that simply registers/unregiste...Diva Canto1-24/+35
2010-02-22Separate PhysX classes into separate files.Jeff Ames1-770/+1
2010-02-14Revolution is on the roll again! :)Revolution1-0/+4
2010-01-21Add glue for llSetVehicleFlags(), llRemoveVehicleFlags(). ChODE: Add associat...Kitto Flora1-0/+20
2009-12-22Glue code for a couple of new LSL function implementationsMelanie1-0/+44
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman1-62/+60
2009-10-26Add llRotLookat pt1.KittoFlora1-0/+44
2009-07-19* Created a way that the OpenSimulator scene can ask the physics scene to do ...Teravus Ovares1-0/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-03-06Fixes Mantis #3260. Thank you kindly, MCortez for a patch that:Charles Krinke1-0/+13
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-3/+7
2009-02-15This started as way to correct Mantis #3158, which I believe should be fixed ...diva1-1/+2
2008-12-17* remove mono compiler warningsJustin Clarke Casey1-2/+2
2008-12-15* Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaksJustin Clarke Casey1-3/+6
2008-12-14* Implements the torque/Rotational Impulse methods in the PhysicsAPI and the ...Teravus Ovares1-0/+18
2008-12-09* Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.Teravus Ovares1-0/+11
2008-09-28Implement the plumbing for llSetVehicleType from the LSLCharles Krinke1-0/+12
2008-09-28Added the plumbing for llSetVehicleRotationParamCharles Krinke1-0/+10
2008-09-28Plumb the connection though from llSetVehicleVectorParamCharles Krinke1-6/+14
2008-09-28Plumb the connection through from llSetVehicleFloatParamCharles Krinke1-0/+12
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-6/+6
2008-07-24Implements llSetForce() and llGetForce(). These are experimental and the unit...Dahlia Trimble1-0/+2