OpenSimMirror/OpenSim/Region/OptionalModules
Justin Clark-Casey (justincc) beb9d966f9 Stop "handle sit user name" command from trying to sit avatars on objects which have sit positions but are attachments 2013-08-22 22:49:23 +01:00
..
Agent EDIT BEAMS!!! They had been missing from OpenSim since ever. Thanks to lkalif for telling me how to route the information. The viewer effect is under the distance filter, so only avatars with cameras < 10m away see the beams. 2013-07-21 09:01:44 -07: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 Stop "handle sit user name" command from trying to sit avatars on objects which have sit positions but are attachments 2013-08-22 22:49:23 +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 Try naming the materials handlers again, this time registering the POST as RenderMaterials 2013-07-11 23:51:10 +01:00
PhysicsParameters Change passed PhysicsParameter value from float to the more general string value 2013-02-07 11:10:14 -08:00
PrimLimitsModule Moved permissions config vars out of [Startup] into [Permissions]. Backwards compatible ([Startup] still being looked up), but please update your configs sometime soon. 2013-03-01 15:24:22 -08:00
Properties Deleted all AssemblyFileVersion directives 2013-02-19 17:14:55 -08:00
Scripting BulletSim: add implementation of 'physSetLinksetType' and 'physGetLinksetType' 2013-08-02 09:47:12 -07:00
ServiceConnectorsIn/Freeswitch Remove any mention of IRegionModule from region names and comments to aid 2012-11-12 19:18:20 +00:00
ViewerSupport Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap 2013-07-08 22:03:07 +01:00
World Get rid of issue where removing NPCs would through an exception by routing close through Scene.IncomingCloseAgent() and NPCAvatar.Close() rather than directly to Scene.RemoveClient(). 2013-08-12 19:31:45 +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.