aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* update some ini defaults in code - all defaults from beginning of OpenSim.ini...Dahlia Trimble2009-03-111-2/+2
* * Cleanup and CCC (Code Convention Conformance)lbsa712009-03-101-171/+174
* * Apply http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-02-261-5/+33
* Added IRegistryCore and RegistryCore to OpenSim.Framework.MW2009-02-261-31/+36
* First step in separating out the Userserver console command handling to a "mo...MW2009-02-241-0/+2
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-221-5/+5
* Applied patch from mantis #3213. Which adds a check to create region command,...MW2009-02-211-1/+6
* * refactor: move alert commands from Scene to DialogModuleJustin Clarke Casey2009-02-131-13/+0
* * refactor: Move export map function to world map module from sceneJustin Clarke Casey2009-02-131-15/+0
* * optimized usings.lbsa712009-02-121-6/+2
* * More inventory archive invocation to a proper region moduleJustin Clarke Casey2009-02-111-56/+0
* If an instance contains only one region, select it in the console by defaultMelanie Thielker2009-02-101-1/+4
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-101-44/+44
* * Remove load and save inventory commands from the console since these are ac...Justin Clarke Casey2009-02-101-0/+2
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-2/+2
* Stopgap measure: To use gridlaunch, or GUI, start opensim withMelanie Thielker2009-02-101-0/+4
* * Add the ability to type help <command> for more detailed help about a speci...Justin Clarke Casey2009-02-091-1/+2
* * Restore show information for the OpenSim region server (version, info, thre...Justin Clarke Casey2009-02-091-1/+4
* Reinstate the KickUserCommand handler, which was commented out byMelanie Thielker2009-02-091-26/+26
* Correct a delegate in OpenSim.csMelanie Thielker2009-02-091-1/+1
* fixing warnings.Dr Scofield2009-02-091-27/+27
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-525/+508
* * Implement help <command> from the region consoleJustin Clarke Casey2009-02-061-3/+18
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+2
* * Make existing module commanders register as help topicsJustin Clarke Casey2009-02-051-46/+56
* * minor: remove deprecated and unused terrain method from SceneManagerJustin Clarke Casey2009-02-041-2/+5
* * Adds console command, 'predecode-j2k <number of threads>' to load all of th...Teravus Ovares2009-01-251-0/+11
* * Removing set-time command since it doesn't actually do anything at allJustin Clarke Casey2009-01-131-5/+0
* Caught exceptions in some console commandsSean Dague2009-01-121-26/+53
* Allow some values that are set in OpenSim.ini to be set from region configMelanie Thielker2009-01-021-1/+1
* Major changes in interregion communications. This breaks compatibility with o...diva2009-01-011-1/+1
* test commit - no functional changeDahlia Trimble2008-12-221-1/+1
* * Added "show queues" command that shows throttling queues for all clients.lbsa712008-12-181-2/+44
* Reimplemented running of ShutdownCommandFile. Mantis #2800MW2008-12-111-0/+9
* Fixed Mantis #2756Tedd Hansen2008-12-051-1/+1
* save file before commit is often usefulTedd Hansen2008-12-051-1/+1
* Fix: removed m_log.InfoFormat("[OPENSIM MAIN]: GC Latency Mode: {0}", GCSetti...Tedd Hansen2008-12-051-1/+2
* Garbage CollectorTedd Hansen2008-12-051-0/+4
* * Stop console misleadingly reporting an error if it cannot find a startup co...Justin Clarke Casey2008-11-281-7/+4
* * refactor: rename UserServiceAdmin to UserAdminServiceJustin Clarke Casey2008-11-281-2/+2
* * refactor: move ResetUserPassword into UserServiceAdminJustin Clarke Casey2008-11-281-1/+1
* * refactor: move CreateUser into UserServiceAdminJustin Clarke Casey2008-11-281-2/+2
* Thanks SachaMagne for a patch which adds the following console commands:Dahlia Trimble2008-11-241-1/+17
* Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:Charles Krinke2008-11-231-5/+24
* * Stop the pointless passing of a scene's own region handler back to it in re...Justin Clarke Casey2008-11-121-1/+1
* a little bit more refactoring of startupMW2008-11-061-0/+2
* moved the initial loading/setting of the config settings to its own class, Co...MW2008-11-051-2/+1
* fixed/refactored the Get/Set Config console commands.MW2008-11-051-10/+15
* more startup/initialisation refactoringMW2008-11-051-2/+2
* Moved most of the configuration fields from Opensimbase to their own Class......MW2008-11-051-2/+2