aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-25Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen1-8/+17
2007-08-25Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen1-0/+18
2007-08-23Lowered priority of script threads. Executing state_entry() event on script rez.Tedd Hansen1-9/+0
2007-08-23More lsl functions (thanks to ldviopeng and wjordan!)Brian McBee1-9/+40
2007-08-20Some minor changes + krinkec's updates to ll* functions.Tedd Hansen1-9/+66
2007-08-18Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen1-3/+4
2007-08-18Script loads into separate AppDomain without errors. Events and llFunctions n...Tedd Hansen1-1/+1
2007-08-18LSL Compiler now only referring required assemblies (DotNetEngine and Common)...Tedd Hansen1-90/+91
2007-08-18Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen1-2/+4
2007-08-18Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...Tedd Hansen2-629/+472
2007-08-17krinkec's updates to ll* interface and functions.Tedd Hansen1-2/+2
2007-08-15Bugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) a...Tedd Hansen1-236/+236
2007-08-15* Applying ckrinke's LSL baseclass changes (Thanks!)Adam Frisby1-32/+60
2007-08-15* New LSL functionsAdam Frisby1-1/+1
2007-08-14krinkec's updates to ll* interface and functionsTedd Hansen1-85/+178
2007-08-14ScriptEngine: Some error handling, logs to loggerTedd Hansen1-387/+0
2007-08-13Common script for all objects (Default.lsl). ScriptEngine touch_start event n...Tedd Hansen1-2/+2
2007-08-13krinkec's updates to ll* interface and functionsTedd Hansen1-121/+261
2007-08-12ScriptManager now uses LSL-compiler.Tedd Hansen1-1/+1
2007-08-12Code comments and cleanup, correct datatypes for key, vector, rotation, (hope...Tedd Hansen2-0/+755