aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/LSOEngine/LSO (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-214-21/+12
| | | | (this took a while to run).
* Comment out unused private methods.Jeff Ames2008-03-252-17/+19
|
* Formatting cleanup.Jeff Ames2008-03-189-244/+242
|
* By now you all have learned that when I'm committing scripting usually ↵Tedd Hansen2008-02-242-7/+7
| | | | | | | doesn't work, so no big surprise. :) Modified baseclass for compiled script to incorp new OSSL commands class and renamed it to follow standards and all that. Scripts may work again. :)
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* * Marking off which uses of catch (Exception e) is legit and which are not, ↵Adam Frisby2008-02-061-1/+1
| | | | for later removal/replacement.
* * Mother of all commits:Adam Frisby2008-01-152-4/+4
| | | | | | | * 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.
* Set eolTedd Hansen2008-01-129-2758/+2758
|
* Welcome back LSO.Tedd Hansen2008-01-129-0/+2767
Added old LSO code, will use it as base to create new LSO VM.