aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/NewFileAgentInventoryVariablePriceModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-11Fix permissions problem where newly uploaded meshes rezzed from inventory ↵Justin Clark-Casey (justincc)1-6/+2
could not be copied by owner.
2011-05-01Broke down Caps.cs into a generic Caps object that simply ↵Diva Canto1-2/+2
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.
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-04-21some mesh config astheticsBlueWall1-1/+1
2011-04-18Move 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-14Add ColladaMesh switchBlueWall1-1/+10
2011-04-13Add ColladaMesh switchBlueWall1-1/+10
2011-01-28minor: remove a few mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2011-01-21remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+3
2011-01-19With mic's permission, adjust long call time info messages to 500ms from 200msJustin Clark-Casey (justincc)1-1/+1
2010-10-14* Replacing Magic numbers with EnumsTeravus Ovares (Dan Olivares)1-2/+2
2010-10-14Kill some magic numbers in the mesh upload module and change the mesh assetMelanie1-3/+3
type from 45 to 49 to match OMV trunk
2010-10-14* A few additional cleanup elementsTeravus Ovares (Dan Olivares)1-0/+5
* 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* Tweaked the upload response and now at least uploading the mesh works.Teravus Ovares (Dan Olivares)1-14/+19
* Binary error on downloading the mesh though.. so still not yet working.
2010-10-14Rename file + more testing and tweakingTeravus Ovares (Dan Olivares)1-9/+17
2010-10-14* Partially complete stuff for Mesh support that Melanie wanted to see ↵Teravus Ovares (Dan Olivares)1-0/+248
before it was done. * Shouldn't break the build. * Doesn't work yet either.