aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-11-05Moved a couple of more configuration fields to ConfigSettingsMW1-5/+10
2008-11-05more startup/initialisation refactoringMW1-40/+57
2008-11-05Moved most of the configuration fields from Opensimbase to their own Class......MW1-65/+54
2008-11-03* minor: eliminate unused config fieldJustin Clarke Casey1-3/+4
2008-11-03* Use nini to pass config information to the client stack, rather than the Cl...Justin Clarke Casey1-9/+9
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz1-1/+2
2008-10-31* test: Add basic scene test which merely instantiates the scene right nowJustin Clarke Casey1-2/+0
2008-10-19* refactor: move loadInv and saveInv command line param functions up to the i...Justin Clarke Casey1-47/+0
2008-10-19* move command line parsing code from inventory archive modules to opensim se...Justin Clarke Casey1-4/+20
2008-10-14* Adding CrytoGridAssetClient support - allows encrypting assets that are sto...Adam Frisby1-0/+10
2008-10-11Fix a path issue i caused in a prior commitMelanie Thielker1-8/+5
2008-10-11Add a "inimaster" switch to OpenSim.ini. It will load a master ini fileMelanie Thielker1-3/+14
2008-10-09* Fix http://opensimulator.org/mantis/view.php?id=2368Justin Clarke Casey1-0/+9
2008-10-09Provide a sane value for DefaultScriptEngine (ScriptEngine.DotNetEngine)Melanie Thielker1-2/+1
2008-10-04* Tidy up configuration stuff, eliminated default setting duplication along t...Justin Clarke Casey1-56/+41
2008-10-04* minor: both OpenSimBase and the Voice and RemoteAdmin modules were checking...Justin Clarke Casey1-18/+0
2008-10-03* minor: slightly simplify code in setting up the default configurationJustin Clarke Casey1-34/+29
2008-10-03* oops, fix build break.Justin Clarke Casey1-15/+11
2008-10-03* refactor: make shutdown a template method in the same manner as startup, fo...Justin Clarke Casey1-3/+1
2008-10-03* refactor: make startup a template methodJustin Clarke Casey1-3/+3
2008-09-29* Fix http://opensimulator.org/mantis/view.php?id=2189 for real this timeJustin Clarke Casey1-1/+8
2008-09-29* reactor: move inventory archive classes into separate Inventory/Archiver di...Justin Clarke Casey1-2/+1
2008-09-29* Apply http://opensimulator.org/mantis/view.php?id=2294Justin Clarke Casey1-75/+14
2008-09-21Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker1-27/+2
2008-09-19* Enables logins to regions on a grid once they have finished starting up (th...Justin Clarke Casey1-1/+1
2008-09-19* Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey1-16/+22
2008-09-18adds support to delete a region completely and offers thatDr Scofield1-0/+31
2008-09-15* refactor: Break out IUserServiceAdmin out of IUserService since admin metho...Justin Clarke Casey1-1/+1