Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster | Melanie | 2012-09-17 | 1 | -9/+9 |
|\ | | | | | | | | | Conflicts: OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs | ||||
| * | script invocations cannot have void return type | SignpostMarv | 2012-09-17 | 1 | -9/+9 |
| | | |||||
| * | Let the temp attachment module add a command to allow attaching without ↵ | Melanie | 2012-08-15 | 1 | -3/+38 |
| | | | | | | | | permissions and add support for this (incomplete!) to LSL | ||||
* | | Fix a typo | Melanie | 2012-08-18 | 1 | -1/+1 |
| | | |||||
* | | Let the temp attachment module add a command to allow attaching without ↵ | Melanie | 2012-08-15 | 1 | -3/+38 |
| | | | | | | | | permissions and add support for this (incomplete!) to LSL | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-08-14 | 1 | -8/+36 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs | ||||
| * | Perform ownership transfer and permission propagation as well as needed | Melanie | 2012-08-14 | 1 | -0/+28 |
| | | | | | | | | updates on the new temp attachment. | ||||
| * | Move inititalization to RegionLoaded to avoid a module loading order issue | Melanie | 2012-08-14 | 1 | -8/+8 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-08-14 | 1 | -0/+126 |
|\ \ | |/ | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | ||||
| * | Implement the temp attachments. UNTESTED | Melanie | 2012-08-14 | 1 | -0/+44 |
| | | |||||
| * | Add the skeleton for the temp attachments module | Melanie | 2012-08-14 | 1 | -0/+82 |
|/ | |||||
* | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 2012-07-25 | 1 | -1/+1 |
| | | | | This better reflects the long-term purpose of that project and matches Monitoring modules. | ||||
* | refactor: Rename ConsoleTableRow and ConsoleTableColumn to ↵ | Justin Clark-Casey (justincc) | 2012-05-23 | 1 | -6/+6 |
| | | | | ConsoleDisplayTableRow and ConsoleDisplayTableColumn | ||||
* | refactor: rename ConsoleTable -> ConsoleDisplayTable for clarity | Justin Clark-Casey (justincc) | 2012-05-23 | 1 | -1/+1 |
| | |||||
* | Add ConsoleTable framework class for future uniform formatting of console ↵ | Justin Clark-Casey (justincc) | 2012-05-10 | 1 | -8/+26 |
| | | | | | | | output tables. Still subject to change - if you use this be prepared to change your output code if/when the methods change. Make new "attachments show" command use this. | ||||
* | Add "attachments" show console command that will show the server's record of ↵ | Justin Clark-Casey (justincc) | 2012-05-10 | 1 | -0/+177 |
which attachments an in-scene avatar has. For debugging purposes. |