aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Implement .ini file includes. Anything that begins with "Include-" will beMelanie Thielker2009-05-211-4/+1
* Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2009-05-201-43/+42
* * minor: another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-05-181-20/+9
* * Resolve http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-05-181-3/+7
* Thank you kindly, Patnad, for a patch that:Charles Krinke2009-05-121-0/+25
* Add the asset service connectors and sample config. READ WARNINGS!!!Melanie Thielker2009-05-091-1/+3
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+10
* Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker2009-05-041-2/+4
* Getting rid of -hypergrid=true on the command line. This config now goes insi...diva2009-04-271-0/+16
* * Change profile check for add user to run through the cache serviceJustin Clarke Casey2009-04-171-1/+1
* - turn private m_gui into protected m_gui to allow manipulation inDr Scofield2009-04-161-1/+1
* Directory defaults for region xml files when creating a new region got change...idb2009-04-051-9/+3
* * minor: Adjust exception catching on load/save xml[2]/oar. Justin Clarke Casey2009-03-251-21/+7
* adding presence.ControllingClient.Kick(msg) to the brew.Dr Scofield2009-03-251-12/+9
* enhances the console command "kick user" with an optional alertDr Scofield2009-03-251-1/+12
* * Fix edit scale command - was looking for one too few argumentsJustin Clarke Casey2009-03-241-1/+1
* 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