aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Assets/GetMeshModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Replacing Magic numbers with EnumsTeravus Ovares (Dan Olivares)2010-10-141-2/+2
|
* * A few additional cleanup elementsTeravus Ovares (Dan Olivares)2010-10-141-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.
* * Whoops, That was supposed to use the HTTP VERB 'GET' not 'POST'Teravus Ovares (Dan Olivares)2010-10-141-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.
* * Tweaked the upload response and now at least uploading the mesh works.Teravus Ovares (Dan Olivares)2010-10-141-2/+2
| | | | * Binary error on downloading the mesh though.. so still not yet working.
* * Partially complete stuff for Mesh support that Melanie wanted to see ↵Teravus Ovares (Dan Olivares)2010-10-141-0/+201
before it was done. * Shouldn't break the build. * Doesn't work yet either.