aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/ScriptEngines (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-16Remove unused bin/ScriptEngines/Default.lslJustin Clark-Casey (justincc)1-104/+0
It would certainly be nice to change the default script on disk, but this is currently unused and isn't a suitable default. At this location it would also stop an easy manual deletion of script engine compiles and state.
2007-08-26llList-commands from ldvoipeng, new Default.lsl from dalienTedd Hansen1-48/+104
2007-08-18lsl test cases, and llregioncorner (thanks Dalien!)Brian McBee1-0/+35
2007-08-17Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen1-1/+3
Changed "ObjectID" in ScriptEngine to IScriptHost reference. Events will now be queued based on IScriptHost reference instead of string ID of object. Removed "root" object reference in script.
2007-08-13Common script for all objects (Default.lsl). ScriptEngine touch_start event ↵Tedd Hansen1-0/+11
now works, but llSay only outputs to server console.