aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptServer/Application.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Note to self: VisualSVN not fully compatible with OpenSim prebuild :)Tedd Hansen2008-09-121-58/+0
|
* * Rolled back a few changes.Adam Frisby2008-05-011-3/+3
|
* * Cleaning code still.Adam Frisby2008-05-011-3/+3
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-1/+2
| | | | (this took a while to run).
* Formatting cleanup.Jeff Ames2008-03-181-29/+26
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* Converted logging to use log4net.Jeff Ames2008-02-051-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 Frisby2008-01-151-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 filesTedd Hansen2008-01-121-1/+3
|
* ScriptServer communication is ok. Script is creatd on onrez. But since it ↵Tedd Hansen2008-01-121-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 Hansen2008-01-021-2/+3
| | | | | | | specified in config. ScriptServer will still not start!
* * Optimized usingslbsa712007-12-271-1/+1
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* * Optimized usingslbsa712007-10-301-10/+7
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* getting all our line endings consistant againSean Dague2007-10-051-32/+32
|
* More reorganizing of new SE. Added debug print of application exception.Tedd Hansen2007-09-251-0/+12
|
* Reorganized some filesTedd Hansen2007-09-241-0/+46