OpenSimMirror/OpenSim
MW 21e9ad6150 Some small clean up of the Grid/User servers.
Added T ReadSettingsFromIniFile<T>(IConfig configSection, T settingsClass) to OpenSim.Framework.Util, which will try to read values for the public fields and properties (read/writable properties) in the settingsclass from the nini config section. By looking in the ConfigSection for entries matching the names of the properties/fields. It currently supports fields/properties of the types, string, bool, int, float. 
[Note this method used reflection so it comes with the normal performance overhead of that]
2009-02-28 13:08:16 +00:00
..
ApplicationPlugins svn attribute fixes so that we can play nice between windows and linux 2009-02-26 22:54:50 +00:00
Client/MXP Applied patch from Mantis# 3240, thanks tlaukkan/Tommil 2009-02-27 14:50:49 +00:00
Data * Got rid of concrete GridDBService references 2009-02-26 11:50:49 +00:00
Framework Some small clean up of the Grid/User servers. 2009-02-28 13:08:16 +00:00
Grid Some small clean up of the Grid/User servers. 2009-02-28 13:08:16 +00:00
Region Added support for reading ini files from a (optional) config folder. This allows the spliting up of opensim.ini into multiple ini files. 2009-02-27 14:17:57 +00:00
ScriptEngine Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: 2009-02-22 20:52:55 +00:00
TestSuite Replace the console for all OpenSim apps with a new console featuring command 2009-02-07 12:25:39 +00:00
Tests/Common * Update ScenePresenceTests to reflect current REST communication workflow. 2009-02-26 21:29:16 +00:00
Tools * This patch reduces the excessive number of threads opened by the Timer event. Also simplifies the walking around method. 2009-02-26 21:29:25 +00:00