Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-05-18 | Cleanup: Removed LSOEngine source again as it will not be used. | Tedd Hansen | 9 | -2737/+0 | |
2008-05-16 | Formatting cleanup. | Jeff Ames | 3 | -32/+10 | |
2008-05-14 | More formatting cleanup. | Jeff Ames | 1 | -1/+2 | |
2008-05-02 | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 1 | -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 Frisby | 1 | -3/+0 | |
ASCIIEncoder in places we shouldn't. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 4 | -21/+12 | |
(this took a while to run). | |||||
2008-03-25 | Comment out unused private methods. | Jeff Ames | 2 | -17/+19 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 9 | -244/+242 | |
2008-02-24 | By now you all have learned that when I'm committing scripting usually ↵ | Tedd Hansen | 2 | -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-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-02-06 | * Marking off which uses of catch (Exception e) is legit and which are not, ↵ | Adam Frisby | 1 | -1/+1 | |
for later removal/replacement. | |||||
2008-01-15 | * Mother of all commits: | Adam Frisby | 2 | -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-12 | Set eol | Tedd Hansen | 9 | -2758/+2758 | |
2008-01-12 | Welcome back LSO. | Tedd Hansen | 9 | -0/+2767 | |
Added old LSO code, will use it as base to create new LSO VM. |