aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-10* Cleanup and CCC (Code Convention Conformance)lbsa711-74/+79
2009-03-06* minor: remove some mono compiler warningsJustin Clarke Casey1-2/+0
2009-03-04* For now, restore file extension for default oar name I accidentally removed...Justin Clarke Casey1-1/+1
2009-03-04* Add the abilty to load and save iar item nodes where folders have identical...Justin Clarke Casey1-1/+1
2009-03-03Refactoring of CreateCommsManagerPlugin.MW1-34/+0
2009-03-02Renamed OpenSimBase m_autoCreateLindenStack to m_autoCreateClientStackMW1-4/+4
2009-03-02Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we...MW1-14/+99
2009-03-02Removed the commented out InitialiseStandaloneServices and InitialiseGridServ...MW1-51/+0
2009-02-26Added IRegionCreator interface that all ApplicationPlugins that are creators ...MW1-1/+6
2009-02-26Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. MW1-64/+61
2009-02-26Changed the type of the ApplicationRegistry member from RegistryCore to IRegi...MW1-2/+2
2009-02-26Added IRegistryCore and RegistryCore to OpenSim.Framework.MW1-11/+23
2009-02-26Attempt to fix the "region starts but doesn't load anything" issueSean Dague1-0/+6
2009-02-25From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-1/+1
2009-02-25A few updates necessary for load balancer.Mike Mazur1-2/+6
2009-02-23Thank you kindly, TLaukkan (Tommil) for a patch that solves:Charles Krinke1-27/+32
2009-02-20THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva1-1/+1
2009-02-20Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-1/+1
2009-02-18From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-19/+35
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey1-1/+1
2009-02-16From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-18/+150
2009-02-13Guard the values used to set the cursor position in the real time consoleMelanie Thielker1-3/+15
2009-02-12* optimized usings.lbsa711-5/+1
2009-02-11* Refactor inventory archive code to allow direct invocation in order to supp...Justin Clarke Casey1-2/+2
2009-02-11* More inventory archive invocation to a proper region moduleJustin Clarke Casey1-5/+0
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker1-3/+4
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-26/+42
2009-02-09* Add the ability to type help <command> for more detailed help about a speci...Justin Clarke Casey1-6/+6
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-0/+40
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+3
2009-02-05* Make existing module commanders register as help topicsJustin Clarke Casey1-2/+10
2009-02-05* refactor: Split out module Command class into a separate fileJustin Clarke Casey1-3/+2
2009-02-05* Remove unused region info list from OpenSimBase.Justin Clarke Casey1-24/+2
2009-02-05* refactor: Move module handling code up into SceneBase from Scene, reducing ...Justin Clarke Casey1-11/+8
2009-02-04* Introduce a new "default" option for asset_database in the [STORAGE] sectionJustin Clarke Casey1-1/+5
2009-01-06* refactor: Remove the need to separately pass in the http listener to the sc...Justin Clarke Casey1-5/+5
2008-12-29* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey1-2/+2
2008-12-15* Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaksJustin Clarke Casey1-4/+4
2008-12-02Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown...MW1-1/+1
2008-11-28* The equals override of 'Location' is not working as expected. This caused ...Teravus Ovares1-0/+2
2008-11-28* minor: Eliminate unused paramter in LocalUserServices constructorsJustin Clarke Casey1-2/+2
2008-11-28* refactor: move CreateUser into UserServiceAdminJustin Clarke Casey1-7/+1
2008-11-24Thanks SachaMagne for a patch which adds the following console commands:Dahlia Trimble1-0/+15
2008-11-23Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:Charles Krinke1-2/+2
2008-11-10another small bit of startup refactoringMW1-0/+5
2008-11-08Work in progress on SECS stuff. Have been holding it off until after 0.6 rele...Tedd Hansen1-1/+0
2008-11-06a little bit more refactoring of startupMW1-6/+8
2008-11-06Thank you kindly, Diva for a patch that:Charles Krinke1-5/+10
2008-11-05moved the initial loading/setting of the config settings to its own class, Co...MW1-173/+10