Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵ | Justin Clark-Casey (justincc) | 2011-12-05 | 1 | -3/+3 |
| | | | | | | | | of OSHttpRequest/OSHttpResponse. This is required for the substitution of different HTTP servers or the newer HttpServer.dll without having to commit to a particular implementation. This is also required to write regression tests that involve the HTTP layer. If you need to recompile, all you need to do is replace OSHttpRequest/OSHttpResponse references with IOSHttpRequest/IOSHttpResponse. | ||||
* | refactor: Separate the upload baked texture handler out from BunchOfCaps | Justin Clark-Casey (justincc) | 2011-12-01 | 1 | -122/+1 |
| | |||||
* | On "show caps", stop excluding the seed cap but do exclude it elsewhere | Justin Clark-Casey (justincc) | 2011-11-29 | 1 | -1/+2 |
| | |||||
* | Rip out unused Scene.HandleFetchInventoryDescendentsCAPS(). | Justin Clark-Casey (justincc) | 2011-11-26 | 1 | -1/+0 |
| | | | | This has been handled by WebFetchInvDescHandler.Fetch() for some time. | ||||
* | Removed redundant SceneContents property from Scene. It's the same as ↵ | Dan Lake | 2011-11-01 | 1 | -1/+1 |
| | | | | SceneGraph property. | ||||
* | Fix bug in persisting saved appearances for npcs | Justin Clark-Casey (justincc) | 2011-08-30 | 1 | -1/+0 |
| | | | | | Assets have to be marked non-local as well as non-temporary to persist. This is now done. Hopefully addresses http://opensimulator.org/mantis/view.php?id=5660 | ||||
* | comment out some of the currently less useful debug log messages | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -1/+1 |
| | |||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-08-04 | 1 | -2/+2 |
| | |||||
* | minor: method doc for baked texture uploading | Justin Clark-Casey (justincc) | 2011-07-15 | 1 | -2/+15 |
| | |||||
* | Fix permissions problem where newly uploaded meshes rezzed from inventory ↵ | Justin Clark-Casey (justincc) | 2011-07-11 | 1 | -1/+1 |
| | | | | could not be copied by owner. | ||||
* | 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 | 2 | -4/+11 |
| | |||||
* | Broke down Caps.cs into a generic Caps object that simply ↵ | Diva Canto | 2011-05-01 | 2 | -0/+1297 |
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. |