aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/NewFileAgentInventoryVariablePriceModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group ↵Snoopy Pfeffer1-13/+31
creations and getting contacted from other grids. Incoming HyperGrid teleports can also be restricted to local users.
2012-02-10When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer ↵Justin Clark-Casey (justincc)1-4/+6
permissions, not PermissionMask.All Setting PermissionMask.All will cause next permissions to replace current permissions when the object is rezzed, since bit 4 will be set. This is not correct behaviour for a freshly uploaded mesh. Freshly rezzed in-world prims also do not have bit 4 set (don't yet know exactly what this is). Should resolve http://opensimulator.org/mantis/view.php?id=5651
2012-01-28Remove IClientAPI from the money module. It was only used to pass in theMelanie1-2/+2
agent id anyway
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.