aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/ObjectCaps/UploadObjectAssetModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-27refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid ↵Justin Clark-Casey (justincc)1-1/+1
pointless duplication of identical values
2011-07-16refactor: make SceneObjectGroup.GroupScale() a property rather than a mehodJustin Clark-Casey (justincc)1-4/+6
2011-07-09minor: code tidy and inserted log lines for future use.Justin Clark-Casey (justincc)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.
2011-04-30Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto1-1/+1
2011-04-30Moved several cap-based-service-providing modules from where they were into ↵Diva Canto1-1/+1
a newly created CoreModules/Caps. Not all.
2011-01-21remove some mono compiler warningsJustin Clark-Casey (justincc)1-4/+2
2011-01-19Downgrade and comment out some other caps messages for nowJustin Clark-Casey (justincc)1-5/+4
2010-10-20* One more goofy thing. I note that the sculpt texture id is broken out of ↵Teravus Ovares (Dan Olivares)1-1/+4
the ExtraParams data in UploadObjectAsset. At this moment, if you're uploading a Sculpt, make sure to break out the Texture ID into the object data or it might not get applied appropriately.
2010-10-20* This removes an ugly extraparams hack that I used and makes ↵Teravus Ovares (Dan Olivares)1-17/+62
UploadObjectAsset into a generic linkset upload tool.
2010-10-19* This concludes UploadObjectAsset for now until the permissions and physics ↵Teravus Ovares (Dan Olivares)1-48/+76
shape are added to the message serialization. * You should now be able to upload multiple mesh collada mesh objects. They should appear in front of you (or on top of you!) when you upload them. * Once again, thanks to John Hurliman and Latif Khalifa for insight and smxy for cheering me on :D
2010-10-18* Almost complete implementation of UploadObjectAsset cap. all meshes get ↵Teravus Ovares (Dan Olivares)1-0/+301
uploaded but they're improperly positioned/oriented at the moment.