Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -157/+175 | |
2018-11-30 | move http range parser to util | UbitUmarov | 1 | -23/+5 | |
2018-11-30 | recover GetMesh2 cap | UbitUmarov | 1 | -117/+68 | |
2018-11-06 | if viewer asks for range reply in same format even if its full data | UbitUmarov | 1 | -19/+9 | |
2018-10-08 | change caps get mesh and texture throttle | UbitUmarov | 1 | -2/+0 | |
2016-12-27 | some cleanup | UbitUmarov | 1 | -39/+2 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -51/+188 | |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -167/+51 | |
2015-08-24 | turn off KeepAlive | UbitUmarov | 1 | -6/+6 | |
2015-08-18 | do keepalive on mesh and texture GET. Dont use reusecontext any where. | UbitUmarov | 1 | -6/+6 | |
setting of keepalive is wrong, it should follow the requested one ( or always as http1.1) only deny if needed (errors). KeepAlive may increase stress on number of avaiable file descritors. | |||||
2015-03-05 | revised GetMesh to not use intermediate base64 coding scheme | Freaky Tech | 1 | -44/+183 | |
it delivers binary and has binary as input. base64 intermediate coding makes no sense. Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2014-11-25 | Allow GetMesh capability to be served directly by a server like GetTexture | Justin Clark-Casey (justincc) | 1 | -31/+29 | |
To do this required GetMesh to be converted to a BaseStreamHandler Unlike GetTexture connector, no redirect URL functionality yet (this wasn't present in the first place). | |||||
2012-11-24 | * Fix a null ref error in ↵ | teravus | 1 | -0/+3 | |
/..../OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs:339 | |||||
2012-11-24 | * Fix a null ref error in ↵ | teravus | 1 | -0/+2 | |
/..../OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs:339 | |||||
2012-11-17 | * Plumbing and basic setting of the GetMesh Cap Throttler. | teravus | 1 | -1/+20 | |
* Last step is to flip the throttle distribution. | |||||
2012-11-15 | * Fixes mesh loading issues in last commit. | teravus | 1 | -0/+9 | |
2012-11-09 | * Prep work switching the GetMeshModule over to a poll service. | teravus | 1 | -5/+126 | |
* This still has the image throttler in it.. as is... so it's not suitable for live yet.... The throttler keeps track of the task throttle but doesn't balance the UDP throttle yet. | |||||
2011-08-18 | Don't need to try both AssetService.Get and GetCached in GetMesh since Get ↵ | Justin Clark-Casey (justincc) | 1 | -36/+9 | |
always calls GetCached and code paths were identical | |||||
2011-05-02 | Refactored the GetMesh module into a handler and a module, to be the same as ↵ | Diva Canto | 1 | -72/+4 | |
GetTexture. | |||||
2011-04-30 | Nope, that didn't feel right. Moving all those modules to Linden space. | Diva Canto | 1 | -1/+1 | |
2011-04-30 | Moved several cap-based-service-providing modules from where they were into ↵ | Diva Canto | 1 | -1/+1 | |
a newly created CoreModules/Caps. Not all. | |||||
2011-04-21 | some mesh config asthetics | BlueWall | 1 | -1/+1 | |
2011-04-18 | Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future ↵ | Justin Clark-Casey (justincc) | 1 | -4/+3 | |
config parameters. Default remains true. OpenSimDefault.ini changed so if you haven't overriden this switch then you don't need to do anything. | |||||
2011-04-14 | Add ColladaMesh switch | BlueWall | 1 | -2/+11 | |
2011-04-13 | Add ColladaMesh switch | BlueWall | 1 | -2/+11 | |
2011-01-21 | remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -2/+3 | |
2011-01-18 | Prune some of the excess logging for client logins. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
Didn't touch the appearance related stuff. | |||||
2010-10-14 | * Replacing Magic numbers with Enums | Teravus Ovares (Dan Olivares) | 1 | -2/+2 | |
2010-10-14 | * A few additional cleanup elements | Teravus Ovares (Dan Olivares) | 1 | -0/+1 | |
* At this point, I want to make sure to thank the fabulous developers of the LibOpenMetaverse library for tirelessly keeping things updated and hammering away at the protocols and providing excellent tools to figure out where things go wrong. * Special thanks to John Hurliman and Latif Khalifa for their valuable insight. | |||||
2010-10-14 | * Whoops, That was supposed to use the HTTP VERB 'GET' not 'POST' | Teravus Ovares (Dan Olivares) | 1 | -1/+1 | |
* At this point. Visually, Mesh works OK. Remember peeps, this is still highly experimental from the viewer side as well as the Simulator side. There are known problems with the new beta viewers and attachment breaking so be careful until that's fixed. Additionally there some new properties in the Mesh Viewer that determine physics settings that are non-functional. More work will be done on that. | |||||
2010-10-14 | * Tweaked the upload response and now at least uploading the mesh works. | Teravus Ovares (Dan Olivares) | 1 | -2/+2 | |
* Binary error on downloading the mesh though.. so still not yet working. | |||||
2010-10-14 | * Partially complete stuff for Mesh support that Melanie wanted to see ↵ | Teravus Ovares (Dan Olivares) | 1 | -0/+201 | |
before it was done. * Shouldn't break the build. * Doesn't work yet either. |