OpenSim-Sasquatch/addon-modules
2022-10-04 13:16:36 -04:00
..
Gloebit EconomyModule is case sensative. Make gloebit get it from the right name so we initialize money modules correctly. 2021-05-20 15:26:08 -04:00
OpenSim.Data.MySQL.MoneyData Reformat for C# conventions and remove unused imports. 2021-05-11 09:44:02 -04:00
OpenSim.Region.OptionalModules.Currency Updates to exmple OpenSim.ini and MoneyServer.ini 2022-10-04 13:16:36 -04:00
OpenSim.Server.MoneyServer Package reference incorrect from moving some modules around. Rerun prebuild to pick this up. 2021-05-18 18:35:14 -04:00
OpenSimMutelist Make dotnet 4.8 the default build target. Requires VS 2019 or a recent Mono to build. 2021-01-28 12:52:04 -05:00
OpenSimSearch Make dotnet 4.8 the default build target. Requires VS 2019 or a recent Mono to build. 2021-01-28 12:52:04 -05:00
README minor: slightly improve README for building addon-modules within the main OpenSim build 2010-01-11 15:47:01 +00:00

In this directory you can place addon modules for OpenSim

Each module should be in it's own tree and the root of the tree
should contain a file named "prebuild.xml", which will be included in the
main prebuild file.

The prebuild.xml should only contain <Project> and associated child tags.  
The <?xml>, <Prebuild>, <Solution> and <Configuration> tags should not be 
included since the add-on modules prebuild.xml will be inserted directly into the main prebuild.xml