aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/Application.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-31Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lot...Diva Canto1-1/+0
2009-10-06Checks the number of ThreadPool and IOCP threads on startup and bumps up the ...John Hurliman1-0/+12
2009-10-04* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman1-7/+4
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-08-17Add the ability to use -console=rest to the region server. UserMelanie1-1/+2
2009-08-12* minor: CommentsTeravus Ovares (Dan Olivares)1-1/+32
2009-07-24* minor ccclbsa711-0/+3
2009-06-01Only save crashes to disk if save_crashes in OpenSim.ini is true (false by de...Jeff Ames1-17/+20
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-19* minor: Tweak the command exception catcher of last resort to make a little ...Justin Clarke Casey1-1/+1
2009-04-27Getting rid of -hypergrid=true on the command line. This config now goes insi...diva1-7/+1
2009-04-03- adding -logconfig option to allow configuration of log4net fromDr Scofield1-2/+14
2009-03-26* Apply http://opensimulator.org/mantis/view.php?id=3343Justin Clarke Casey1-1/+0
2009-03-10* Cleanup and CCC (Code Convention Conformance)lbsa711-5/+6
2009-02-27Added support for reading ini files from a (optional) config folder. This all...MW1-0/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-4/+4
2009-02-12* optimized usings.lbsa711-2/+0
2009-02-10* Stop OpenSim crashing if an exception from a command makes it right up to t...Justin Clarke Casey1-2/+8
2009-02-10* Fix build break, parentheses in the wrong placeJustin Clarke Casey1-1/+1
2009-02-10* Overwrite the old saved OpenSim.ini file saved in response to a crash if on...Justin Clarke Casey1-1/+1
2009-02-10Stopgap measure: To use gridlaunch, or GUI, start opensim withMelanie Thielker1-1/+1
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-6/+9
2009-02-02* As per http://opensimulator.org/mantis/view.php?id=3065Justin Clarke Casey1-1/+1
2009-01-04* Minor tweak to crash logger to copy ini with log if save-to-dir is on.Adam Frisby1-1/+5
2008-12-09* Added primitive exception logging capabilities.Adam Frisby1-9/+20
2008-11-25* Apply http://opensimulator.org/mantis/view.php?id=2640Justin Clarke Casey1-1/+9
2008-10-11Add a "inimaster" switch to OpenSim.ini. It will load a master ini fileMelanie Thielker1-0/+1
2008-10-04* Tidy up configuration stuff, eliminated default setting duplication along t...Justin Clarke Casey1-3/+5
2008-09-08* some if inversions and added {}'s for readabilitylbsa711-0/+2
2008-08-18Formatting cleanup.Jeff Ames1-1/+1
2008-08-13Mantis #1936Melanie Thielker1-1/+0
2008-06-01* Move most bookending startup/shutdown messages to BaseOpenSimServer so they...Justin Clarke Casey1-2/+0
2008-06-01* Fix build break by eliminating remaining IScenePermissions references - mus...Justin Clarke Casey1-2/+2
2008-06-01* Refactor: Split opensim background server into a separate classJustin Clarke Casey1-2/+2
2008-05-31* Make version information common to all serversJustin Clarke Casey1-0/+1
2008-05-16Formatting cleanup.Jeff Ames1-4/+4
2008-05-08* Spring cleaning, round 3029Adam Frisby1-1/+2
2008-05-07From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey1-2/+0
2008-04-29From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey1-1/+0
2008-04-28From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey1-5/+21
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+2
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-02-29More compiler warning cleanup.Jeff Ames1-1/+0
2008-02-20Minor cleanup.Jeff Ames1-2/+0
2008-02-11Unhandled exception handler hookup is now the first thing to happen when Open...Tedd Hansen1-2/+3
2008-02-05Converted logging to use log4net.Jeff Ames1-5/+6
2008-02-04First part of avatar persistence, currently only really works in standalone m...MW1-1/+2
2008-02-01Moved iniFilePath to a static and put it in OpenSim.Application.iniFilePath.Tedd Hansen1-0/+2
2008-01-18Added block for scenario: global exception handler called in loop when except...Tedd Hansen1-1/+10
2008-01-15* Mother of all commits:Adam Frisby1-2/+2