aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/Application.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-01-14Print out the exception as well as APPLICATION EXCEPTION DETECTED when the se...Justin Clarke Casey1-8/+11
2008-01-12And one last time - removed duplicate exception dump :)Tedd Hansen1-2/+3
2008-01-12Minor fix to global exception handler - now only displays unhandled (full cra...Tedd Hansen1-1/+2
2008-01-12Added global exception handler with possibility of reporting crash details di...Tedd Hansen1-0/+39
2007-12-27* Optimized usingslbsa711-1/+1
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-10-30* Optimized usingslbsa711-10/+7
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+1
2007-10-26Temporary fix for a missing Opensim.ini file.MW1-0/+3
2007-10-25apply http://bug.opensecondlife.org/view.php?id=512 from chillkenSean Dague1-1/+1
2007-10-19*Added -useexecutepath to use the path of the .exe as the path to find config...mingchen1-0/+1
2007-09-25* Fixed Culture-variant parsing of config optionslbsa711-3/+3
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by s...MW1-2/+0
2007-08-13Setting culture for startup thread to invariant. Config now read correctly on...Tedd Hansen1-0/+6
2007-08-06Re-added Grid mode. (which had got removed/disabled in revision 1515)MW1-8/+8
2007-08-04clean up of startup config settings (command line args etc),MW1-62/+9
2007-08-03ATTENTION!!! Change to default to "sandbox" (did we come up with a better nam...Brian McBee1-5/+5
2007-07-29* OpenSim now performs compatibility checks at startup and warns the user if ...Adam Frisby1-1/+13
2007-07-16* And yet more restructuring of startup sequence...lbsa711-1/+1
2007-07-16* Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApplbsa711-1/+1
2007-07-16* Removed some superfluous assignslbsa711-11/+2
2007-07-16changed to native line ending encodingSean Dague1-125/+125
2007-07-13Part two of Darok's Bullet physics plugin: added the actual plugin, although ...MW1-0/+5
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-5/+3
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot t...mingchen1-1/+2