Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved LSL_BuiltIn_Commands_Interface.cs to a separate library ↵ | Tedd Hansen | 2007-08-18 | 2 | -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 Hansen | 2007-08-17 | 1 | -2/+2 |
| | |||||
* | Bugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) ↵ | Tedd Hansen | 2007-08-15 | 1 | -236/+236 |
| | | | | and double (instead of float). | ||||
* | * Applying ckrinke's LSL baseclass changes (Thanks!) | Adam Frisby | 2007-08-15 | 1 | -32/+60 |
| | |||||
* | * New LSL functions | Adam Frisby | 2007-08-15 | 1 | -1/+1 |
| | | | | | | | | + llAsin / llAcos + llMD5String + llModPow + llGetUnixTime | ||||
* | krinkec's updates to ll* interface and functions | Tedd Hansen | 2007-08-14 | 1 | -85/+178 |
| | |||||
* | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 2007-08-14 | 1 | -387/+0 |
| | |||||
* | Common script for all objects (Default.lsl). ScriptEngine touch_start event ↵ | Tedd Hansen | 2007-08-13 | 1 | -2/+2 |
| | | | | now works, but llSay only outputs to server console. | ||||
* | krinkec's updates to ll* interface and functions | Tedd Hansen | 2007-08-13 | 1 | -121/+261 |
| | |||||
* | ScriptManager now uses LSL-compiler. | Tedd Hansen | 2007-08-12 | 1 | -1/+1 |
| | | | | | LSL_BuiltIn_Commands_TestImplementation.cs no longer needs updating. | ||||
* | Code comments and cleanup, correct datatypes for key, vector, rotation, ↵ | Tedd Hansen | 2007-08-12 | 2 | -0/+755 |
(hopefully) reference to Axiom during compile, passing of BuiltIns during script load, BuiltIn interface added, etc etc |