aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSO/LSL_BaseClass.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Goodbye LSO to .Net translator. May your bits live on in our memories.Tedd Hansen2007-11-011-86/+0
|
* * Optimized usingslbsa712007-10-301-11/+9
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
|
* remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague2007-09-131-60/+60
| | | | | | will happen on the windows side now that eol-style is correct
* Moved LSL_BuiltIn_Commands_Interface.cs to a separate library ↵Tedd Hansen2007-08-181-0/+1
| | | | (OpenSim.Region.ScriptEngine.Common). Fixed last compile error (forgot to include LSL_BuiltIn_Commands.cs).
* Code comments and cleanup, correct datatypes for key, vector, rotation, ↵Tedd Hansen2007-08-121-0/+1
| | | | (hopefully) reference to Axiom during compile, passing of BuiltIns during script load, BuiltIn interface added, etc etc
* Renamed Compiler.LSL to Compiler.LSOTedd Hansen2007-08-101-0/+58