Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added experimental new capability URL called MapImageService meant to work ↵ | Diva Canto | 2011-06-13 | 1 | -0/+119 | |
| | | | | with Kokua viewer if devs are willing to do it. | |||||
* | minor: Add some commented out destructor logging messages for potential ↵ | Justin Clark-Casey (justincc) | 2011-06-10 | 1 | -0/+5 | |
| | | | | | | future use. At the moment, client and scene objects are being garbage collected as expected, at least in simple scenarios. | |||||
* | HG Landmarks bug fix: pull landmark asset data from user's asset server when ↵ | Diva Canto | 2011-06-03 | 1 | -4/+24 | |
| | | | | user is traveling. | |||||
* | HG Landmarks now working. | Diva Canto | 2011-06-03 | 1 | -3/+2 | |
| | ||||||
* | When sending an LLUDP MoneyBalanceReply message, fill out the transaction ↵ | Justin Clark-Casey (justincc) | 2011-05-31 | 1 | -0/+1 | |
| | | | | | | item description even though there is none. This is to deal with a problem in libomv where calling ToBytes() without this crashes because of an ItemDescription.Lnegth dereference. | |||||
* | Fill in the new OwnerData field in the LLUDP ScriptDialog message. | Justin Clark-Casey (justincc) | 2011-05-31 | 1 | -3/+8 | |
| | | | | | If we don't do this then viewer 2.8 crashes. Resolves http://opensimulator.org/mantis/view.php?id=5510 | |||||
* | Fix broken inventory links on viewer 2. | Justin Clark-Casey (justincc) | 2011-05-13 | 1 | -1/+6 | |
| | | | | | It appears that if the viewer requests a folder containing links, we must also send the folders that contain the link targets first. This was tested with Kokua 0.1.0 WIP though I predict it will also work with other viewer 2s | |||||
* | Fixes gray tiles on map search for viewers 1. | Diva Canto | 2011-05-09 | 1 | -1/+0 | |
| | ||||||
* | The map is seriously broken. This doesn't fix it, but at least provides one ↵ | Diva Canto | 2011-05-08 | 1 | -2/+1 | |
| | | | | more piece of data that seems to be required -- agent flags, which seem to be different in Viewer 2. WARNING: changes IClientAPI. | |||||
* | One more bug fix concerning library items that weren't being copied to ↵ | Diva Canto | 2011-05-06 | 1 | -1/+1 | |
| | | | | user's inventory. Also commented verbose debug message. | |||||
* | Test m_Enabled on RemoveRegion. | Diva Canto | 2011-05-04 | 3 | -0/+9 | |
| | ||||||
* | Fixed: EventQueueGet and other caps were being wrongly deregistered. Also ↵ | Diva Canto | 2011-05-02 | 2 | -5/+3 | |
| | | | | CapabilitiesModule was being instantiated twice (damn Mono.Addins). | |||||
* | WebFetchInventoryDescendents working. Tested with robust. | Diva Canto | 2011-05-02 | 2 | -279/+137 | |
| | ||||||
* | Refactored the GetMesh module into a handler and a module, to be the same as ↵ | Diva Canto | 2011-05-02 | 2 | -113/+40 | |
| | | | | GetTexture. | |||||
* | Works! | Diva Canto | 2011-05-02 | 4 | -10/+34 | |
| | ||||||
* | Start to drill down on GetTexture. Read the config and do different things. | Diva Canto | 2011-05-01 | 1 | -4/+12 | |
| | ||||||
* | Broke down Caps.cs into a generic Caps object that simply ↵ | Diva Canto | 2011-05-01 | 4 | -3/+1300 | |
| | | | | | | | 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. | |||||
* | Change GetTextureModule.cs to conform to the new IRegion module interface. ↵ | Diva Canto | 2011-05-01 | 1 | -6/+21 | |
| | | | | NOTHING OF THIS WORKS. Compiles. | |||||
* | Move CapabilitiesModule back to CoreModules. This one belongs there. | Diva Canto | 2011-05-01 | 1 | -257/+0 | |
| | ||||||
* | Added OpenSim.Capabilities.Handlers. For the moment it has only the ↵ | Diva Canto | 2011-05-01 | 1 | -311/+4 | |
| | | | | GetTexture handler. The region module in Linden space uses it. WARNING: nothing of this works yet, it just compiles. | |||||
* | Nope, that didn't feel right. Moving all those modules to Linden space. | Diva Canto | 2011-04-30 | 7 | -0/+1893 | |
| | ||||||
* | First stab at cleaning up Caps. Compiles. Untested. | Diva Canto | 2011-04-30 | 19 | -0/+17791 | |