aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-15Bugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) ↵Tedd Hansen1-236/+236
and double (instead of float).
2007-08-15* Applying ckrinke's LSL baseclass changes (Thanks!)Adam Frisby1-32/+60
2007-08-15* New LSL functionsAdam Frisby1-1/+1
+ llAsin / llAcos + llMD5String + llModPow + llGetUnixTime
2007-08-14krinkec's updates to ll* interface and functionsTedd Hansen1-85/+178
2007-08-13Common script for all objects (Default.lsl). ScriptEngine touch_start event ↵Tedd Hansen1-2/+2
now works, but llSay only outputs to server console.
2007-08-13krinkec's updates to ll* interface and functionsTedd Hansen1-121/+261
2007-08-12Code comments and cleanup, correct datatypes for key, vector, rotation, ↵Tedd Hansen1-28/+28
(hopefully) reference to Axiom during compile, passing of BuiltIns during script load, BuiltIn interface added, etc etc
2007-08-10Renamed Compiler.LSL to Compiler.LSOTedd Hansen1-1/+1
2007-08-09Removed spaces from directory namesTedd Hansen1-0/+0
2007-08-09Merged OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL into ↵Tedd Hansen1-0/+0
OpenSim.ScriptEngine.DotNetEngine to avoid the compile error
2007-08-08Added ScriptEngine.DotNetEngineTedd Hansen1-0/+368