| Commit message (Expand) | Author | Age | Files | Lines |
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-07-30 | 1 | -3/+4 |
* | Ensure that packet headers get parsed correctly | Melanie | 2011-07-27 | 1 | -0/+29 |
* | Fix LLTextBox to work with the updated libOMV | Melanie | 2011-07-23 | 1 | -1/+6 |
* | comment out all kinds of debugging guff | Justin Clark-Casey (justincc) | 2011-07-19 | 1 | -5/+5 |
* | Stop undo of just the root prim position in the linkset from shifting the who... | Justin Clark-Casey (justincc) | 2011-07-19 | 1 | -5/+5 |
* | fix undo when resizing of non-root individual prims in a linkset | Justin Clark-Casey (justincc) | 2011-07-19 | 1 | -0/+5 |
* | Fix undo for resizing linksets | Justin Clark-Casey (justincc) | 2011-07-19 | 1 | -12/+25 |
* | Make various tweaks to undo code in an effort to get things working better. | Justin Clark-Casey (justincc) | 2011-07-18 | 1 | -3/+24 |
* | refactor: make SceneObjectGroup.GroupScale() a property rather than a mehod | Justin Clark-Casey (justincc) | 2011-07-16 | 1 | -4/+6 |
* | change async parameter name in AddLocalPacketHandler since it becomes a reser... | Justin Clark-Casey (justincc) | 2011-07-15 | 1 | -2/+22 |
* | 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 cou... | Justin Clark-Casey (justincc) | 2011-07-11 | 3 | -8/+4 |
* | minor: code tidy and inserted log lines for future use. | Justin Clark-Casey (justincc) | 2011-07-09 | 1 | -3/+1 |
* | refactor: rename bool returning GetAgentInventoryItem() to CanGetAgentInvento... | Justin Clark-Casey (justincc) | 2011-07-08 | 1 | -4/+3 |
* | Switch the MeshUploadFlag CAP module on and off with the existing config Allo... | Justin Clark-Casey (justincc) | 2011-07-07 | 1 | -14/+35 |
* | Make MeshUploadFlagModule non-shared rather than shared (since each scene nee... | Justin Clark-Casey (justincc) | 2011-07-07 | 1 | -1/+1 |
* | add MeshUploadFlag capability fixed mesh upload with latest mesh viewer thank... | Michael Cerquoni aka Nebadon Izumi | 2011-07-07 | 2 | -18/+150 |
* | Implement the latest mesh mechanism so that rezzing the uploaded mesh now wor... | Justin Clark-Casey (justincc) | 2011-06-24 | 1 | -3/+189 |
* | minor: method documentation | Justin Clark-Casey (justincc) | 2011-06-24 | 1 | -6/+8 |
* | Added SimulatorFeatures capability. Thanks Aurora devs for the bootstrap on t... | Diva Canto | 2011-06-13 | 1 | -22/+49 |
* | Same processing of the "/" in the MapImageService Cap as the one in the login... | Diva Canto | 2011-06-13 | 1 | -0/+6 |
* | Added experimental new capability URL called MapImageService meant to work wi... | Diva Canto | 2011-06-13 | 1 | -0/+119 |
* | minor: Add some commented out destructor logging messages for potential futur... | Justin Clark-Casey (justincc) | 2011-06-10 | 1 | -0/+5 |
* | HG Landmarks bug fix: pull landmark asset data from user's asset server when ... | Diva Canto | 2011-06-03 | 1 | -4/+24 |
* | HG Landmarks now working. | Diva Canto | 2011-06-03 | 1 | -3/+2 |
* | When sending an LLUDP MoneyBalanceReply message, fill out the transaction ite... | Justin Clark-Casey (justincc) | 2011-05-31 | 1 | -0/+1 |
* | Fill in the new OwnerData field in the LLUDP ScriptDialog message. | Justin Clark-Casey (justincc) | 2011-05-31 | 1 | -3/+8 |
* | Fix broken inventory links on viewer 2. | Justin Clark-Casey (justincc) | 2011-05-13 | 1 | -1/+6 |
* | 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 m... | Diva Canto | 2011-05-08 | 1 | -2/+1 |
* | One more bug fix concerning library items that weren't being copied to user's... | Diva Canto | 2011-05-06 | 1 | -1/+1 |
* | Adding ssl support | BlueWall | 2011-05-05 | 1 | -0/+16 |
* | Test m_Enabled on RemoveRegion. | Diva Canto | 2011-05-04 | 3 | -0/+9 |
* | Fixed: EventQueueGet and other caps were being wrongly deregistered. Also Cap... | Diva Canto | 2011-05-02 | 2 | -5/+3 |
* | 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 |
* | 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 registers/unregiste... | Diva Canto | 2011-05-01 | 4 | -3/+1300 |
* | Change GetTextureModule.cs to conform to the new IRegion module interface. NO... | Diva Canto | 2011-05-01 | 1 | -6/+21 |
* | 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 GetTextur... | Diva Canto | 2011-05-01 | 1 | -311/+4 |
* | 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/+1128 |
* | Eliminated sAgentCircuitData, a data structure that has been obsolete for qui... | Diva Canto | 2011-04-28 | 1 | -1/+1 |
* | Merge branch 'master' into queuetest | Mic Bowman | 2011-04-26 | 1 | -1/+9 |
|\ |
|
| * | recover from unhandled exception from bad rotation data while processing enti... | dahlia | 2011-04-25 | 1 | -1/+9 |
* | | Removed debug message in the token bucket code | Mic Bowman | 2011-04-25 | 1 | -1/+1 |
* | | Fix the totals shown by show throttle | Mic Bowman | 2011-04-25 | 1 | -1/+1 |
* | | Fixed the transmission of throttles from root agent to child | Mic Bowman | 2011-04-25 | 2 | -16/+26 |