aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/LSOEngine/LSO (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby4-21/+12
(this took a while to run).
2008-03-25Comment out unused private methods.Jeff Ames2-17/+19
2008-03-18Formatting cleanup.Jeff Ames9-244/+242
2008-02-24By now you all have learned that when I'm committing scripting usually ↵Tedd Hansen2-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. :)
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-06* Marking off which uses of catch (Exception e) is legit and which are not, ↵Adam Frisby1-1/+1
for later removal/replacement.
2008-01-15* Mother of all commits:Adam Frisby2-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.
2008-01-12Set eolTedd Hansen9-2758/+2758
2008-01-12Welcome back LSO.Tedd Hansen9-0/+2767
Added old LSO code, will use it as base to create new LSO VM.