Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-10-19 | minor: Increase attachment name field from 36 to 50 chars in "attachments ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
show" report | |||||
2012-09-17 | script invocations cannot have void return type | SignpostMarv | 1 | -9/+9 | |
2012-08-15 | Let the temp attachment module add a command to allow attaching without ↵ | Melanie | 1 | -3/+38 | |
permissions and add support for this (incomplete!) to LSL | |||||
2012-08-14 | Perform ownership transfer and permission propagation as well as needed | Melanie | 1 | -0/+28 | |
updates on the new temp attachment. | |||||
2012-08-14 | Move inititalization to RegionLoaded to avoid a module loading order issue | Melanie | 1 | -8/+8 | |
2012-08-14 | Implement the temp attachments. UNTESTED | Melanie | 1 | -0/+44 | |
2012-08-14 | Add the skeleton for the temp attachments module | Melanie | 1 | -0/+82 | |
2012-07-25 | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This better reflects the long-term purpose of that project and matches Monitoring modules. | |||||
2012-05-23 | refactor: Rename ConsoleTableRow and ConsoleTableColumn to ↵ | Justin Clark-Casey (justincc) | 1 | -6/+6 | |
ConsoleDisplayTableRow and ConsoleDisplayTableColumn | |||||
2012-05-23 | refactor: rename ConsoleTable -> ConsoleDisplayTable for clarity | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2012-05-10 | Add ConsoleTable framework class for future uniform formatting of console ↵ | Justin Clark-Casey (justincc) | 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. | |||||
2012-05-10 | Add "attachments" show console command that will show the server's record of ↵ | Justin Clark-Casey (justincc) | 1 | -0/+177 | |
which attachments an in-scene avatar has. For debugging purposes. |