aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* script invocations cannot have void return typeSignpostMarv2012-09-171-9/+9
|
* Let the temp attachment module add a command to allow attaching without ↵Melanie2012-08-151-3/+38
| | | | permissions and add support for this (incomplete!) to LSL
* Perform ownership transfer and permission propagation as well as neededMelanie2012-08-141-0/+28
| | | | updates on the new temp attachment.
* Move inititalization to RegionLoaded to avoid a module loading order issueMelanie2012-08-141-8/+8
|
* Implement the temp attachments. UNTESTEDMelanie2012-08-141-0/+44
|
* Add the skeleton for the temp attachments moduleMelanie2012-08-141-0/+82