aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/Application.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Checks the number of ThreadPool and IOCP threads on startup and bumps up the ...John Hurliman2009-10-061-0/+12
* * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman2009-10-041-7/+4
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* Add the ability to use -console=rest to the region server. UserMelanie2009-08-171-1/+2
* * minor: CommentsTeravus Ovares (Dan Olivares)2009-08-121-1/+32
* * minor ccclbsa712009-07-241-0/+3
* Only save crashes to disk if save_crashes in OpenSim.ini is true (false by de...Jeff Ames2009-06-011-17/+20
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * minor: Tweak the command exception catcher of last resort to make a little ...Justin Clarke Casey2009-05-191-1/+1
* Getting rid of -hypergrid=true on the command line. This config now goes insi...diva2009-04-271-7/+1
* - adding -logconfig option to allow configuration of log4net fromDr Scofield2009-04-031-2/+14
* * Apply http://opensimulator.org/mantis/view.php?id=3343Justin Clarke Casey2009-03-261-1/+0
* * Cleanup and CCC (Code Convention Conformance)lbsa712009-03-101-5/+6
* Added support for reading ini files from a (optional) config folder. This all...MW2009-02-271-0/+1
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-4/+4
* * optimized usings.lbsa712009-02-121-2/+0
* * Stop OpenSim crashing if an exception from a command makes it right up to t...Justin Clarke Casey2009-02-101-2/+8
* * Fix build break, parentheses in the wrong placeJustin Clarke Casey2009-02-101-1/+1
* * Overwrite the old saved OpenSim.ini file saved in response to a crash if on...Justin Clarke Casey2009-02-101-1/+1
* Stopgap measure: To use gridlaunch, or GUI, start opensim withMelanie Thielker2009-02-101-1/+1
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-6/+9
* * As per http://opensimulator.org/mantis/view.php?id=3065Justin Clarke Casey2009-02-021-1/+1
* * Minor tweak to crash logger to copy ini with log if save-to-dir is on.Adam Frisby2009-01-041-1/+5
* * Added primitive exception logging capabilities.Adam Frisby2008-12-091-9/+20
* * Apply http://opensimulator.org/mantis/view.php?id=2640Justin Clarke Casey2008-11-251-1/+9
* Add a "inimaster" switch to OpenSim.ini. It will load a master ini fileMelanie Thielker2008-10-111-0/+1
* * Tidy up configuration stuff, eliminated default setting duplication along t...Justin Clarke Casey2008-10-041-3/+5
* * some if inversions and added {}'s for readabilitylbsa712008-09-081-0/+2
* Formatting cleanup.Jeff Ames2008-08-181-1/+1
* Mantis #1936Melanie Thielker2008-08-131-1/+0
* * Move most bookending startup/shutdown messages to BaseOpenSimServer so they...Justin Clarke Casey2008-06-011-2/+0
* * Fix build break by eliminating remaining IScenePermissions references - mus...Justin Clarke Casey2008-06-011-2/+2
* * Refactor: Split opensim background server into a separate classJustin Clarke Casey2008-06-011-2/+2
* * Make version information common to all serversJustin Clarke Casey2008-05-311-0/+1
* Formatting cleanup.Jeff Ames2008-05-161-4/+4
* * Spring cleaning, round 3029Adam Frisby2008-05-081-1/+2
* From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey2008-05-071-2/+0
* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-291-1/+0
* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-281-5/+21
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-2/+2
* Formatting cleanup.Jeff Ames2008-03-181-26/+26
* More compiler warning cleanup.Jeff Ames2008-02-291-1/+0
* Minor cleanup.Jeff Ames2008-02-201-2/+0
* Unhandled exception handler hookup is now the first thing to happen when Open...Tedd Hansen2008-02-111-2/+3
* Converted logging to use log4net.Jeff Ames2008-02-051-5/+6
* First part of avatar persistence, currently only really works in standalone m...MW2008-02-041-1/+2
* Moved iniFilePath to a static and put it in OpenSim.Application.iniFilePath.Tedd Hansen2008-02-011-0/+2
* Added block for scenario: global exception handler called in loop when except...Tedd Hansen2008-01-181-1/+10
* * Mother of all commits:Adam Frisby2008-01-151-2/+2
* Print out the exception as well as APPLICATION EXCEPTION DETECTED when the se...Justin Clarke Casey2008-01-141-8/+11