Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some complex re-ordering to make prebuild do what needed to be done. | Melanie Thielker | 2008-08-23 | 1 | -46/+0 |
| | | | | | | | | | It is now possible to use module interfaces without referencing Scene. Place those interfaces in OpenSim/Region/Interfaces. They may not use any refs from OpenSim.Region.Environment as parameters. This resolves a circular library ref introduced in r5949 | ||||
* | Patch #9171 | Melanie Thielker | 2008-08-23 | 1 | -0/+3 |
| | | | | | | | Disallow bulk uploads if money module is present and upload cost is set and the user hasn't got sufficient funds. | ||||
* | Thank you kindly, Melanie, for a patch which: | Charles Krinke | 2008-05-23 | 1 | -0/+1 |
| | | | | | | | | | Previously, upload charging was possible only for UPD uploads. This is because UDP uploads are charged by the viewer, while in CAPS, this was changed to be server side, so hackers couldn't avoid paying the upload charge. This patch adds a method to allow implementation of this serverside charge. | ||||
* | Formatting cleanup, minor refactoring. Fixed some comparisons of value ↵ | Jeff Ames | 2008-05-18 | 1 | -1/+1 |
| | | | | types and null. | ||||
* | * Patch #1312 from Melanie - Abstracts Money Module to IMoneyModule. | Adam Frisby | 2008-05-18 | 1 | -0/+42 |