aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-29* Make scene.oar the default oar target rather than scene.oar.tar.gz, in an a...Justin Clarke Casey1-1/+1
2009-04-27Getting rid of -hypergrid=true on the command line. This config now goes insi...diva1-0/+5
2009-04-25Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and vers...Dahlia Trimble1-3/+2
2009-04-22Add copyright headers. Formatting cleanup.Jeff Ames1-8/+8
2009-04-17Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:Charles Krinke1-0/+37
2009-04-14* Explicitly start the asset server thread so that unit tests can run single ...Justin Clarke Casey1-0/+2
2009-04-14* refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav...Justin Clarke Casey1-5/+6
2009-04-05- Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz1-1/+21
2009-04-03* Proactively fixed bug-potential concerning the fact that m_httpServer prope...lbsa711-6/+1
2009-04-01Add a PIDFile in [Startup], which the PID will be written toMelanie Thielker1-1/+9
2009-03-29Another bit of refactoring to try to make sense of OpenSim.Framework.Communic...diva1-0/+1
2009-03-25* minor: spit out creator name on save iarJustin Clarke Casey1-4/+4
2009-03-19* Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey1-0/+1
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