Files
opensim/OpenSim/Region/ReplaceableModules
Melanie Thielker d7b2beea18 Add selling for $0 back to the sample economy module. This is disabled by
default but can be enabled in OpenSim.ini. If enabled, things can be sold
for $0. Other amounts will cause the buyer to see a message and the transaction
will fail.
2009-05-11 18:23:39 +00:00
..
2009-05-11 15:14:15 +00:00

This folder is for modules that we intend to let users and system admins replace.

This folder should never end up a project.  Only subfolders should end up as a project.   The idea here is that each folder 
will produce a project and a separate .dll assembly for the module that will get picked up by the module loader.  
To replace the functionality, you simply replace the .dll with a different one.