Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 1 | -3/+3 |
| | |||||
* | * Cleaning code still. | Adam Frisby | 2008-05-01 | 1 | -3/+3 |
| | |||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -1/+2 |
| | | | | (this took a while to run). | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -29/+26 |
| | |||||
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -1/+1 |
| | |||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -0/+2 |
| | | | | | | 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 | -2/+2 |
| | | | | | | | * 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. | ||||
* | Added license to new files | Tedd Hansen | 2008-01-12 | 1 | -1/+3 |
| | |||||
* | ScriptServer communication is ok. Script is creatd on onrez. But since it ↵ | Tedd Hansen | 2008-01-12 | 1 | -2/+2 |
| | | | | | | | can not access Scene it sort of crashes right away ;) Added some sample placeholders for implementing rest of LSL events. | ||||
* | Full .dll-name in config option for ScriptEngine. Loading only scriptengine ↵ | Tedd Hansen | 2008-01-02 | 1 | -2/+3 |
| | | | | | | | specified in config. ScriptServer will still not start! | ||||
* | * 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 | ||||
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -10/+7 |
| | | | | | | * Shortened type references * Removed redundant 'this' qualifier | ||||
* | getting all our line endings consistant again | Sean Dague | 2007-10-05 | 1 | -32/+32 |
| | |||||
* | More reorganizing of new SE. Added debug print of application exception. | Tedd Hansen | 2007-09-25 | 1 | -0/+12 |
| | |||||
* | Reorganized some files | Tedd Hansen | 2007-09-24 | 1 | -0/+46 |