aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more upload changes (plus untouch prebuild.xml)UbitUmarov2012-09-241-8/+5
|
* Merge branch 'ubitwork' into avinationMelanie2012-09-231-20/+31
|\ | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs
| * try to allow free uploads for testing, if users prefix names with "TEST-". LetUbitUmarov2012-09-231-6/+20
| | | | | | | | | | | | | | textures get into inventory again. Both features under config control. Have direct warnings to client, including a final one on upload complete since i see nothing. problems: textures don't showup in inventory til relog, also issues with permitions. A few more changes
| * report asset upload errors the right awayUbitUmarov2012-09-221-13/+11
| |
| * read model upload cost parameters from config [Economy] sectionUbitUmarov2012-09-211-4/+2
| |
* | refix prior commitMelanie2012-09-201-1/+1
| |
* | Make uploads free for now - we will have to announce thisMelanie2012-09-201-3/+6
| |
* | Change texture price back to 10 C$Melanie2012-09-191-3/+2
|/
* be more tolerant to small prims, skipping them, only failing if they areUbitUmarov2012-09-191-4/+13
| | | | | more than half of total. Add a state control to NewFileAgentInventory to avoid more than one at a time per client. ( Incomplete and possible not that good)
* create a single ModelCost provider for the caps instance. Let it know andUbitUmarov2012-09-191-11/+45
| | | | check scene prim size limits.
* coment out mesh model upload code to add textures and individual meshsUbitUmarov2012-09-191-22/+57
| | | | | | assets to inventory, since it may actually be a bad ideia since good model textures are deply related to it and there is no current use for independent mesh assets. Added the option to have a reduced free for textures (2.5 C$ as is, total textures cost rounded to nearest int) compensating for the fact that they can't be used outside the model or its parts.
* same cleanupUbitUmarov2012-09-171-38/+41
|
* removed broken fee compressionUbitUmarov2012-09-171-15/+1
|
* Make use of mesh cost functionsUbitUmarov2012-09-171-5/+3
|
* missing file for suport of mesh upload costUbitUmarov2012-09-171-0/+596