aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved LSL_BuiltIn_Commands_Interface.cs to a separate library ↵Tedd Hansen2007-08-182-629/+472
| | | | (OpenSim.Region.ScriptEngine.Common). Fixed last compile error (forgot to include LSL_BuiltIn_Commands.cs).
* krinkec's updates to ll* interface and functions.Tedd Hansen2007-08-171-2/+2
|
* Bugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) ↵Tedd Hansen2007-08-151-236/+236
| | | | and double (instead of float).
* * Applying ckrinke's LSL baseclass changes (Thanks!)Adam Frisby2007-08-151-32/+60
|
* * New LSL functionsAdam Frisby2007-08-151-1/+1
| | | | | | | | + llAsin / llAcos + llMD5String + llModPow + llGetUnixTime
* krinkec's updates to ll* interface and functionsTedd Hansen2007-08-141-85/+178
|
* ScriptEngine: Some error handling, logs to loggerTedd Hansen2007-08-141-387/+0
|
* Common script for all objects (Default.lsl). ScriptEngine touch_start event ↵Tedd Hansen2007-08-131-2/+2
| | | | now works, but llSay only outputs to server console.
* krinkec's updates to ll* interface and functionsTedd Hansen2007-08-131-121/+261
|
* ScriptManager now uses LSL-compiler.Tedd Hansen2007-08-121-1/+1
| | | | | LSL_BuiltIn_Commands_TestImplementation.cs no longer needs updating.
* Code comments and cleanup, correct datatypes for key, vector, rotation, ↵Tedd Hansen2007-08-122-0/+755
(hopefully) reference to Axiom during compile, passing of BuiltIns during script load, BuiltIn interface added, etc etc