Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a blue box to the stub money module to alert users that buying is | Melanie Thielker | 2009-05-11 | 1 | -1/+1 |
| | | | | | | unimplemented | ||||
* | Update svn properties. | Jeff Ames | 2009-05-11 | 1 | -4/+4 |
| | |||||
* | * Cripples the SampleMoneyModule code. | Teravus Ovares | 2009-05-09 | 1 | -818/+48 |
| | | | | | | * The OpenSimulator core developers have voted to remove all currency functionality from OpenSimulator leaving the 'IMoneyModule' interface in. This affects all systems that used the example money module. This effects All systems that used the XMLRPC External Money Module Hooks interface. If you previously used this interface, please consult with the OpenSimWi Redux folk who are keeping the old module with this interface up to date. * A notice to the opensim-dev mailing list to come as well.. since this is likely a breaking change for some. | ||||
* | * Break out the SampleMoneyModule to a new namespace | Teravus Ovares | 2009-05-09 | 3 | -0/+1618 |
* Create the OpenSim.Region.ReplaceableModules namespace for modules that we intend to have people replace (see readme) * Create the OpenSim.Region.ReplaceableModules.MoneyModule namespace * Put our current Sample MoneyModule in this namespace. (more modifications here next commit) |