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-14 03:15:36 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b52ac542ade6af9ad404dcebf68be3bef769b0e1
opensim
/
OpenSim
/
Region
/
Application
History
Justin Clarke Casey
b52ac542ad
* Add the abilty to load and save iar item nodes where folders have identical names
2009-03-04 20:31:03 +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
* Add the abilty to load and save iar item nodes where folders have identical names
2009-03-04 20:31:03 +00:00