Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 1 | -2/+2 |
| | |||||
* | * Spring cleaning on Region.Environment. | Adam Frisby | 2008-05-01 | 1 | -2/+2 |
| | | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code. | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -2/+2 |
| | | | | (this took a while to run). | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+27 |
| | |||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -10/+5 |
| | | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | ||||
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -3/+3 |
| | | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -1/+1 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 1 | -2/+2 |
| | | | | notice of doom | ||||
* | Stand Alone ScriptEngine: early framework, ongoing planning (don't touch ↵ | Tedd Hansen | 2007-09-22 | 1 | -13/+13 |
| | | | | yet, will go through major reorganizing). Still a LOT of things needs to be solved... | ||||
* | * Modernized ScriptManager to new interface-based module calls. | lbsa71 | 2007-09-19 | 1 | -19/+19 |
| | | | | | * 'remove redundant this qualifier' ftw | ||||
* | fixing me some line endings | Sean Dague | 2007-09-17 | 1 | -124/+124 |
| | |||||
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | Just trying to get more debug info from a exception that has been reported. | MW | 2007-09-04 | 1 | -1/+1 |
| | |||||
* | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 2007-08-14 | 1 | -4/+27 |
| | |||||
* | Changed ScriptLoader to use Path.combine. | MW | 2007-08-13 | 1 | -1/+2 |
| | |||||
* | (DotNet) ScriptEngine is now loaded and added to Scene during startup. | Tedd Hansen | 2007-08-13 | 1 | -0/+100 |