This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-07-12 00:55:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ea9bb2f7416eb9f298fec168fa78f13baf6fa871
opensim
/
OpenSim
/
Region
/
Application
History
MW
76133d0763
Refactoring of CreateCommsManagerPlugin.
...
Plus some general cleanup of a few other files (deleting excess blank lines etc)
2009-03-03 12:51:54 +00:00
..
Application.cs
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
ConfigurationLoader.cs
Changed it so only .ini file types are loaded from the (optional) config directory rather all files types in that folder.
2009-02-28 15:16:12 +00:00
HGOpenSimNode.cs
Removed the commented out InitialiseStandaloneServices and InitialiseGridServices (which are now preformed in CreateCommsManagerPlugin) methods from OpenSimBase and HGOpenSimNode. As if we decided to swap back to the old methods we can always re-add them, rather than leave them commented out.
2009-03-02 11:21:18 +00:00
IApplicationPlugin.cs
Added a PostInitialise method to IApplicationPlugin, this allows us to do work in there knowing that all other ApplicationPlugins have been initialised by that time.
2009-02-26 15:21:06 +00:00
OpenSim.cs
* Apply
http://opensimulator.org/mantis/view.php?id=3191
2009-02-26 21:00:33 +00:00
OpenSimBackground.cs
more startup/initialisation refactoring
2008-11-05 17:45:56 +00:00
OpenSimBase.cs
Refactoring of CreateCommsManagerPlugin.
2009-03-03 12:51:54 +00:00