OpenSimMirror/OpenSim/Region/ClientStack
Justin Clark-Casey (justincc) a4595b18ca Make currently unfiltered EventQueue log messages only appear now at DebugLevel 1
This covers event queue setup messages and some outgoing messages (e.g. EnableSimulator)
In my experience these messages are only useful if you really know what they mean and you're looking for them
Otherwise, they're quite spammy.
Event queue DebugLevel 1 is enabled with the "debug eq 1" console command
2014-08-05 00:51:17 +01:00
..
Linden Make currently unfiltered EventQueue log messages only appear now at DebugLevel 1 2014-08-05 00:51:17 +01:00
Properties Bump version and assembly version numbers from 0.7.5 to 0.7.6 2013-02-05 00:23:17 +00:00
ClientStackManager.cs Adds the ability to load more then one IClientNetworkServer thereby allowing additional client network servers at the same time. Use comma separated values in clientstack_plugin in your config. Additional plugins lying around shouldn't be picked up because the loader only loads configured dll assemblies and breaks at the first IClientNetworkServer found in the assembly. (the only new functionality is the ability to specify more in config). Note: The existing functionality also passes in a nini config.. and has a boolean to determine if the client network server should be initialized for a specific scene. 2013-02-03 08:13:52 -05:00
IClientNetworkServer.cs refactor: Remove IClientNetworkServer.NetworkStop() in favour of existing Stop(). 2013-04-16 21:58:24 +01:00
RegionApplicationBase.cs Moved these two estate-related interfaces to the projects where they belong. 2014-06-10 20:21:33 +01:00