aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * refactor: make startup a template methodJustin Clarke Casey2008-10-031-3/+3
* * Fix http://opensimulator.org/mantis/view.php?id=2189 for real this timeJustin Clarke Casey2008-09-291-1/+8
* * reactor: move inventory archive classes into separate Inventory/Archiver di...Justin Clarke Casey2008-09-291-2/+1
* * Apply http://opensimulator.org/mantis/view.php?id=2294Justin Clarke Casey2008-09-291-75/+14
* Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker2008-09-211-27/+2
* * Enables logins to regions on a grid once they have finished starting up (th...Justin Clarke Casey2008-09-191-1/+1
* * Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey2008-09-191-16/+22
* adds support to delete a region completely and offers thatDr Scofield2008-09-181-0/+31
* * refactor: Break out IUserServiceAdmin out of IUserService since admin metho...Justin Clarke Casey2008-09-151-1/+1
* * Start loading prims after region module configuration rather than beforeJustin Clarke Casey2008-09-111-0/+5
* * some if inversions and added {}'s for readabilitylbsa712008-09-081-8/+28
* Mantis #2133Melanie Thielker2008-09-061-4/+4
* * Replace a Try/catch I commented out while testing/fixing issues.Teravus Ovares2008-09-061-8/+8
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-14/+14
* fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2008-09-021-4/+6
* * Added "File Asset Client" to OpenSim Asset Server-types.Adam Frisby2008-08-301-0/+4
* * This commit incorporates the heart of the OpenGridProtocol patch that is cu...Teravus Ovares2008-08-251-1/+1
* bug fixes:Dr Scofield2008-08-221-1/+2
* Formatting cleanup.Jeff Ames2008-08-181-25/+25
* * Move GridInfoService into Framework.Communications and eliminate Common.Com...Justin Clarke Casey2008-08-161-1/+1
* * Make currently selected region appear in the region console promptJustin Clarke Casey2008-08-051-3/+0