| Commit message (Expand) | Author | Files | Lines |
2009-02-02 | * As per http://opensimulator.org/mantis/view.php?id=3065 | Justin Clarke Casey | 1 | -1/+1 |
2009-01-04 | * Minor tweak to crash logger to copy ini with log if save-to-dir is on. | Adam Frisby | 1 | -1/+5 |
2008-12-09 | * Added primitive exception logging capabilities. | Adam Frisby | 1 | -9/+20 |
2008-11-25 | * Apply http://opensimulator.org/mantis/view.php?id=2640 | Justin Clarke Casey | 1 | -1/+9 |
2008-10-11 | Add a "inimaster" switch to OpenSim.ini. It will load a master ini file | Melanie Thielker | 1 | -0/+1 |
2008-10-04 | * Tidy up configuration stuff, eliminated default setting duplication along t... | Justin Clarke Casey | 1 | -3/+5 |
2008-09-08 | * some if inversions and added {}'s for readability | lbsa71 | 1 | -0/+2 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-08-13 | Mantis #1936 | Melanie Thielker | 1 | -1/+0 |
2008-06-01 | * Move most bookending startup/shutdown messages to BaseOpenSimServer so they... | Justin Clarke Casey | 1 | -2/+0 |
2008-06-01 | * Fix build break by eliminating remaining IScenePermissions references - mus... | Justin Clarke Casey | 1 | -2/+2 |
2008-06-01 | * Refactor: Split opensim background server into a separate class | Justin Clarke Casey | 1 | -2/+2 |
2008-05-31 | * Make version information common to all servers | Justin Clarke Casey | 1 | -0/+1 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2008-05-08 | * Spring cleaning, round 3029 | Adam Frisby | 1 | -1/+2 |
2008-05-07 | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 1 | -2/+0 |
2008-04-29 | From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 1 | -1/+0 |
2008-04-28 | From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 1 | -5/+21 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -2/+2 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+26 |
2008-02-29 | More compiler warning cleanup. | Jeff Ames | 1 | -1/+0 |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -2/+0 |
2008-02-11 | Unhandled exception handler hookup is now the first thing to happen when Open... | Tedd Hansen | 1 | -2/+3 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -5/+6 |
2008-02-04 | First part of avatar persistence, currently only really works in standalone m... | MW | 1 | -1/+2 |
2008-02-01 | Moved iniFilePath to a static and put it in OpenSim.Application.iniFilePath. | Tedd Hansen | 1 | -0/+2 |
2008-01-18 | Added block for scenario: global exception handler called in loop when except... | Tedd Hansen | 1 | -1/+10 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -2/+2 |
2008-01-14 | Print out the exception as well as APPLICATION EXCEPTION DETECTED when the se... | Justin Clarke Casey | 1 | -8/+11 |
2008-01-12 | And one last time - removed duplicate exception dump :) | Tedd Hansen | 1 | -2/+3 |
2008-01-12 | Minor fix to global exception handler - now only displays unhandled (full cra... | Tedd Hansen | 1 | -1/+2 |
2008-01-12 | Added global exception handler with possibility of reporting crash details di... | Tedd Hansen | 1 | -0/+39 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -1/+1 |
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 1 | -2/+2 |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -10/+7 |
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 1 | -1/+1 |
2007-10-26 | Temporary fix for a missing Opensim.ini file. | MW | 1 | -0/+3 |
2007-10-25 | apply http://bug.opensecondlife.org/view.php?id=512 from chillken | Sean Dague | 1 | -1/+1 |
2007-10-19 | *Added -useexecutepath to use the path of the .exe as the path to find config... | mingchen | 1 | -0/+1 |
2007-09-25 | * Fixed Culture-variant parsing of config options | lbsa71 | 1 | -3/+3 |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 |
2007-08-19 | Sqlite datastore should now save the textures and extraparams data (used by s... | MW | 1 | -2/+0 |
2007-08-13 | Setting culture for startup thread to invariant. Config now read correctly on... | Tedd Hansen | 1 | -0/+6 |
2007-08-06 | Re-added Grid mode. (which had got removed/disabled in revision 1515) | MW | 1 | -8/+8 |
2007-08-04 | clean up of startup config settings (command line args etc), | MW | 1 | -62/+9 |
2007-08-03 | ATTENTION!!! Change to default to "sandbox" (did we come up with a better nam... | Brian McBee | 1 | -5/+5 |
2007-07-29 | * OpenSim now performs compatibility checks at startup and warns the user if ... | Adam Frisby | 1 | -1/+13 |
2007-07-16 | * And yet more restructuring of startup sequence... | lbsa71 | 1 | -1/+1 |
2007-07-16 | * Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApp | lbsa71 | 1 | -1/+1 |
2007-07-16 | * Removed some superfluous assigns | lbsa71 | 1 | -11/+2 |