Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: make SceneObjectGroup.GroupScale() a property rather than a mehod | Justin Clark-Casey (justincc) | 2011-07-16 | 1 | -4/+6 |
| | |||||
* | 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 | 3 | -8/+4 |
| | | | | could not be copied by owner. | ||||
* | minor: code tidy and inserted log lines for future use. | Justin Clark-Casey (justincc) | 2011-07-09 | 1 | -3/+1 |
| | | | | | | | | Unable to get to the bottom of why resizing a mesh fails to properly reset the physics proxy, when toggling phantom does After a mesh is generated, the existing sculptdata is set to zero in PrimitiveBaseShape to save memory When phantom is toggled, the sculptdata is regenerated before remeshing. But on resize, the sculptdata is not regenerated. So clearly, resetting sculptdata is possible, but haven't quite been able to pin down how this is being done when phantom is toggled. | ||||
* | Switch the MeshUploadFlag CAP module on and off with the existing config ↵ | Justin Clark-Casey (justincc) | 2011-07-07 | 1 | -14/+35 |
| | | | | | | AllowMeshUpload flag in [Mesh] (in OpenSimDefaults.ini) Default is on. | ||||
* | Make MeshUploadFlagModule non-shared rather than shared (since each scene ↵ | Justin Clark-Casey (justincc) | 2011-07-07 | 1 | -1/+1 |
| | | | | needs its own cap) | ||||
* | add MeshUploadFlag capability fixed mesh upload with latest mesh viewer ↵ | Michael Cerquoni aka Nebadon Izumi | 2011-07-07 | 2 | -18/+150 |
| | | | | 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 |
| | |||||
* | Added SimulatorFeatures capability. Thanks Aurora devs for the bootstrap on ↵ | Diva Canto | 2011-06-13 | 1 | -22/+49 |
| | | | | | | the contents of the response. Changed the experimental capability introduced a couple of commits ago: now sending that extra information as part of the response in the SimulatorFeatures cap. | ||||
* | Same processing of the "/" in the MapImageService Cap as the one in the ↵ | Diva Canto | 2011-06-13 | 1 | -0/+6 |
| | | | | login service. | ||||
* | 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. | ||||
* | 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 | 2 | -0/+1128 |