aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown...MW2008-12-021-1/+1
* * The equals override of 'Location' is not working as expected. This caused ...Teravus Ovares2008-11-281-0/+2
* * minor: Eliminate unused paramter in LocalUserServices constructorsJustin Clarke Casey2008-11-281-2/+2
* * refactor: move CreateUser into UserServiceAdminJustin Clarke Casey2008-11-281-7/+1
* Thanks SachaMagne for a patch which adds the following console commands:Dahlia Trimble2008-11-241-0/+15
* Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:Charles Krinke2008-11-231-2/+2
* another small bit of startup refactoringMW2008-11-101-0/+5
* Work in progress on SECS stuff. Have been holding it off until after 0.6 rele...Tedd Hansen2008-11-081-1/+0
* a little bit more refactoring of startupMW2008-11-061-6/+8
* Thank you kindly, Diva for a patch that:Charles Krinke2008-11-061-5/+10
* moved the initial loading/setting of the config settings to its own class, Co...MW2008-11-051-173/+10
* Moved a couple of more configuration fields to ConfigSettingsMW2008-11-051-5/+10
* more startup/initialisation refactoringMW2008-11-051-40/+57
* Moved most of the configuration fields from Opensimbase to their own Class......MW2008-11-051-65/+54
* * minor: eliminate unused config fieldJustin Clarke Casey2008-11-031-3/+4
* * Use nini to pass config information to the client stack, rather than the Cl...Justin Clarke Casey2008-11-031-9/+9
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-1/+2
* * test: Add basic scene test which merely instantiates the scene right nowJustin Clarke Casey2008-10-311-2/+0
* * refactor: move loadInv and saveInv command line param functions up to the i...Justin Clarke Casey2008-10-191-47/+0
* * move command line parsing code from inventory archive modules to opensim se...Justin Clarke Casey2008-10-191-4/+20
* * Adding CrytoGridAssetClient support - allows encrypting assets that are sto...Adam Frisby2008-10-141-0/+10
* Fix a path issue i caused in a prior commitMelanie Thielker2008-10-111-8/+5
* Add a "inimaster" switch to OpenSim.ini. It will load a master ini fileMelanie Thielker2008-10-111-3/+14
* * Fix http://opensimulator.org/mantis/view.php?id=2368Justin Clarke Casey2008-10-091-0/+9
* Provide a sane value for DefaultScriptEngine (ScriptEngine.DotNetEngine)Melanie Thielker2008-10-091-2/+1
* * Tidy up configuration stuff, eliminated default setting duplication along t...Justin Clarke Casey2008-10-041-56/+41
* * minor: both OpenSimBase and the Voice and RemoteAdmin modules were checking...Justin Clarke Casey2008-10-041-18/+0
* * minor: slightly simplify code in setting up the default configurationJustin Clarke Casey2008-10-031-34/+29
* * oops, fix build break.Justin Clarke Casey2008-10-031-15/+11
* * refactor: make shutdown a template method in the same manner as startup, fo...Justin Clarke Casey2008-10-031-3/+1