aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/LSOEngine/LSO (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-18Cleanup: Removed LSOEngine source again as it will not be used.Tedd Hansen9-2737/+0
2008-05-16Formatting cleanup.Jeff Ames3-32/+10
2008-05-14More formatting cleanup.Jeff Ames1-1/+2
2008-05-02From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey1-1/+4
Adds "not implemented" stubs for llSetVehicleFloatParam() and llSetLinkTexture() Some cleanup of LSO script enums
2008-05-01* Thanks to Mic Bowman for inspiring me to look at that we are still using ↵Adam Frisby1-3/+0
ASCIIEncoder in places we shouldn't.
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.