Commit History

Author SHA1 Message Date
  Tedd Hansen ebb0099816 Run-time script errors are now shown in-world. No line number though, might require script to be compiled with (slow) debug information. 17 years ago
  Tedd Hansen d9b9b16513 Script compiler should now show error on correct line number in original LSL-script. 17 years ago
  MW 4b42bc5311 oops , shouldn't have committed my local testing changes 17 years ago
  MW 65d6ef1bc1 Test to see if this change improves or makes worse the texture sending bug 17 years ago
  Tedd Hansen 6faa8d8d68 Script loads into separate AppDomain without errors. Events and llFunctions not working yet. 17 years ago
  Tedd Hansen 551f2af39f LSL Compiler now only referring required assemblies (DotNetEngine and Common). Changed Vector and Rotation to custom types (stored in Common) that needs to be changed later. No longer using Axiom. Script support still broken. 17 years ago
  Tedd Hansen 1d41fd4984 Working on AppDomains. Scripting is now officially broken. :] 17 years ago
  Tedd Hansen 1284369a32 Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs to LSL_BuiltIn_Commands.cs. Changed how scripts are loaded. 17 years ago
  Tedd Hansen fcf7db7272 Pimped up Default.lsl. Now featuring a touch counter. 17 years ago
  lbsa71 e53d680d41 * Now sending manager, host and root host to Script in constructor. 17 years ago
  lbsa71 25fd8d0273 * Introduced IScriptHost as an interface to fetching object data from scripts. 17 years ago
  Tedd Hansen 9c3251b177 Bugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) and double (instead of float). 17 years ago
  Tedd Hansen 79dc1a4f7d Common script for all objects (Default.lsl). ScriptEngine touch_start event now works, but llSay only outputs to server console. 17 years ago
  Tedd Hansen ed1208d043 ScriptEngine successfully compiles script, we are now even further than LSO was. 17 years ago
  Tedd Hansen a968d05864 LSL BuiltIn implementation is now in Compiler\LSL\LSL_BaseClass. So users won't have to reference every internal command by object. 17 years ago
  Tedd Hansen fd63c0cd32 Code comments and cleanup, correct datatypes for key, vector, rotation, (hopefully) reference to Axiom during compile, passing of BuiltIns during script load, BuiltIn interface added, etc etc 17 years ago
  Tedd Hansen 7a5474ec28 Script now compiles unsuccessfully 17 years ago
  Tedd Hansen 734f288290 LSL ScriptEngine now only needs to inherit from BaseClass and we will be MUCH closer to complete LSL support than we were yesterday. 17 years ago
  Tedd Hansen f5955ab539 Initial LSL to C# converter, not working yet! 17 years ago