OpenSimMirror/OpenSim/Region/OptionalModules
Justin Clark-Casey (justincc) 51043746f3 refactor: consistently put all test classes in the OpenSim.Tests.Common package rather than some in OpenSim.Tests.Common.Mock
the separate mock package was not useful and was just another using line to always add
2014-10-08 21:09:25 +01:00
..
Agent Move information about "server agent rate" throttles into "show server throttles" command rather than "show throttles" 2014-10-06 22:18:54 +01:00
Asset Get "save oar" and "save iar" to tell you in a more friendly manner if the filename to save already exists, rather than exception throwing. 2012-10-24 03:08:58 +01:00
Avatar refactor: consistently put all test classes in the OpenSim.Tests.Common package rather than some in OpenSim.Tests.Common.Mock 2014-10-08 21:09:25 +01:00
Example minor: Quieten down the parts of the WebSocketEcho module logging for now where it tells us it is added/loaded/removed from regions 2013-03-02 01:06:08 +00:00
Framework/Monitoring Make general server stats available on the robust console as well as the simulator console 2013-06-17 22:39:00 +01:00
Materials If MaterialsModule unexpected sees a part with DefaultTexture of null, log this with a warning. 2014-06-16 22:20:30 +01:00
PhysicsParameters Change passed PhysicsParameter value from float to the more general string value 2013-02-07 11:10:14 -08:00
PrimLimitsModule Tweak to PrimLimits and add missing Regions.ini example 2014-04-12 14:40:34 +01:00
Properties Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
Scripting refactor: consistently put all test classes in the OpenSim.Tests.Common package rather than some in OpenSim.Tests.Common.Mock 2014-10-08 21:09:25 +01:00
ServiceConnectorsIn/Freeswitch Remove any mention of IRegionModule from region names and comments to aid 2012-11-12 19:18:20 +00:00
ViewerSupport Avination's Dynamic Floater Module. This works with Singularity viewer only. 2014-08-12 01:04:29 +02:00
World refactor: consistently put all test classes in the OpenSim.Tests.Common package rather than some in OpenSim.Tests.Common.Mock 2014-10-08 21:09:25 +01:00
README reformatting README (just noticed that that line was a bit on the long 2009-03-19 08:47:05 +00:00

README

= OpenSim.Region.OptionalModules =

The modules in this part of the OpenSim source tree are candidates for
forge. For the time being, until we have reached consensus on

    (a) what should be core or optional
    (b) that we have reached a stable API
    (c) how to maintain optional modules

we will keep these modules in-tree.