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