aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and vers...Dahlia Trimble2009-04-251-3/+2
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-221-8/+8
* Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-04-171-0/+37
* * Explicitly start the asset server thread so that unit tests can run single ...Justin Clarke Casey2009-04-141-0/+2
* * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav...Justin Clarke Casey2009-04-141-5/+6
* - Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz2009-04-051-1/+21
* * Proactively fixed bug-potential concerning the fact that m_httpServer prope...lbsa712009-04-031-6/+1
* Add a PIDFile in [Startup], which the PID will be written toMelanie Thielker2009-04-011-1/+9
* Another bit of refactoring to try to make sense of OpenSim.Framework.Communic...diva2009-03-291-0/+1
* * minor: spit out creator name on save iarJustin Clarke Casey2009-03-251-4/+4
* * Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey2009-03-191-0/+1
* * Cleanup and CCC (Code Convention Conformance)lbsa712009-03-101-74/+79
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-03-061-2/+0
* * For now, restore file extension for default oar name I accidentally removed...Justin Clarke Casey2009-03-041-1/+1
* * Add the abilty to load and save iar item nodes where folders have identical...Justin Clarke Casey2009-03-041-1/+1
* Refactoring of CreateCommsManagerPlugin.MW2009-03-031-34/+0
* Renamed OpenSimBase m_autoCreateLindenStack to m_autoCreateClientStackMW2009-03-021-4/+4
* Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we...MW2009-03-021-14/+99
* Removed the commented out InitialiseStandaloneServices and InitialiseGridServ...MW2009-03-021-51/+0
* Added IRegionCreator interface that all ApplicationPlugins that are creators ...MW2009-02-261-1/+6
* Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. MW2009-02-261-64/+61
* Changed the type of the ApplicationRegistry member from RegistryCore to IRegi...MW2009-02-261-2/+2
* Added IRegistryCore and RegistryCore to OpenSim.Framework.MW2009-02-261-11/+23
* Attempt to fix the "region starts but doesn't load anything" issueSean Dague2009-02-261-0/+6
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-251-1/+1
* A few updates necessary for load balancer.Mike Mazur2009-02-251-2/+6
* Thank you kindly, TLaukkan (Tommil) for a patch that solves:Charles Krinke2009-02-231-27/+32
* THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva2009-02-201-1/+1
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-201-1/+1
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-181-19/+35
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-161-1/+1
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-161-18/+150
* Guard the values used to set the cursor position in the real time consoleMelanie Thielker2009-02-131-3/+15
* * optimized usings.lbsa712009-02-121-5/+1
* * Refactor inventory archive code to allow direct invocation in order to supp...Justin Clarke Casey2009-02-111-2/+2
* * More inventory archive invocation to a proper region moduleJustin Clarke Casey2009-02-111-5/+0
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-101-3/+4
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-1/+1
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-091-26/+42
* * Add the ability to type help <command> for more detailed help about a speci...Justin Clarke Casey2009-02-091-6/+6
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-0/+40
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+3
* * Make existing module commanders register as help topicsJustin Clarke Casey2009-02-051-2/+10
* * refactor: Split out module Command class into a separate fileJustin Clarke Casey2009-02-051-3/+2
* * Remove unused region info list from OpenSimBase.Justin Clarke Casey2009-02-051-24/+2
* * refactor: Move module handling code up into SceneBase from Scene, reducing ...Justin Clarke Casey2009-02-051-11/+8
* * Introduce a new "default" option for asset_database in the [STORAGE] sectionJustin Clarke Casey2009-02-041-1/+5
* * refactor: Remove the need to separately pass in the http listener to the sc...Justin Clarke Casey2009-01-061-5/+5
* * Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey2008-12-291-2/+2
* * Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaksJustin Clarke Casey2008-12-151-4/+4