Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add MeshUploadFlag capability fixed mesh upload with latest mesh viewer ↵ | Michael Cerquoni aka Nebadon Izumi | 2011-07-07 | 1 | -18/+22 |
| | | | | thank you dahlia and lkalif for helping to make this happen! | ||||
* | Implement the latest mesh mechanism so that rezzing the uploaded mesh now ↵ | Justin Clark-Casey (justincc) | 2011-06-24 | 1 | -3/+189 |
| | | | | | | | works again. Many thanks to the aurora project for pioneering this. This code is almost certainly not bug free, but it does at least appear to handle simple meshes (except when the viewer crashes - but it is beta!). | ||||
* | minor: method documentation | Justin Clark-Casey (justincc) | 2011-06-24 | 1 | -6/+8 |
| | |||||
* | Fixed: EventQueueGet and other caps were being wrongly deregistered. Also ↵ | Diva Canto | 2011-05-02 | 1 | -2/+0 |
| | | | | CapabilitiesModule was being instantiated twice (damn Mono.Addins). | ||||
* | WebFetchInventoryDescendents working. Tested with robust. | Diva Canto | 2011-05-02 | 1 | -279/+6 |
| | |||||
* | Works! | Diva Canto | 2011-05-02 | 1 | -4/+7 |
| | |||||
* | Broke down Caps.cs into a generic Caps object that simply ↵ | Diva Canto | 2011-05-01 | 1 | -0/+1210 |
registers/unregisters capabilities and a specific bunch of capability implementations in Linden space called BunchOfCaps. Renamed a few methods that were misnomers. Compiles but doesn't work. |