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-19 05:56:12 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f3aac0fa4af4b503e9fdffe866ca7c179d41f6aa
opensim
/
OpenSim
/
Region
/
Application
History
Justin Clarke Casey
f18400fcfb
* For now, restore file extension for default oar name I accidentally removed on the last commit
2009-03-04 20:36:09 +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
* For now, restore file extension for default oar name I accidentally removed on the last commit
2009-03-04 20:36:09 +00:00