aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-153-0/+84
* fixing me some line endingsSean Dague2007-09-172-122/+122
* Implemented: llSetText, llResetScript Tedd Hansen2007-09-162-8/+9
* Now loading "OpenSim.Region.ScriptEngine.Common.dll" into scripts AppDomain a...Tedd Hansen2007-09-151-5/+6
* * fixed script compilationlbsa712007-09-141-113/+113
* If first 4 characters in script is "//C#" script will be treated as pure C# i...Tedd Hansen2007-09-131-2/+9
* remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague2007-09-133-1161/+1161
* Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen2007-09-132-19/+19
* Some work on Module loading/management.MW2007-09-042-6/+5
* startup event on script added to object, not all inside object.Tedd Hansen2007-08-281-0/+1
* Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW2007-08-261-1/+0
* in-world run-time error-message no-w con-tains function-name.Tedd Hansen2007-08-262-11/+15
* Run-time script errors are now shown in-world. No line number though, might r...Tedd Hansen2007-08-261-3/+23
* Fixed error on shutdown caused by ThreadAbortException sending message throug...Tedd Hansen2007-08-251-1/+1
* Script compiler should now show error on correct line number in original LSL-...Tedd Hansen2007-08-252-11/+12
* oops , shouldn't have committed my local testing changesMW2007-08-251-1/+0
* Removal of script that was unable to compile no longer crashes server.Tedd Hansen2007-08-251-2/+5
* Test to see if this change improves or makes worse the texture sending bugMW2007-08-251-0/+2
* Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen2007-08-252-1/+9
* Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen2007-08-251-2/+21
* Lowered priority of script threads. Executing state_entry() event on script rez.Tedd Hansen2007-08-231-1/+0
* Added OnRemoveScript event handler to ScriptEngine. Fixed event queuing of em...Tedd Hansen2007-08-221-1/+1
* (Untested) Scripts are individually loaded into objects (on rez), and event f...Tedd Hansen2007-08-221-16/+28
* Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen2007-08-181-28/+10
* Scripts are working again. Scripts are now loaded into limited AppDomains (no...Tedd Hansen2007-08-182-1/+30
* Script loads into separate AppDomain without errors. Events and llFunctions n...Tedd Hansen2007-08-182-3/+4
* Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ f...Tedd Hansen2007-08-181-2/+3
* LSL Compiler now only referring required assemblies (DotNetEngine and Common)...Tedd Hansen2007-08-183-98/+108
* Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen2007-08-183-10/+14
* Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...Tedd Hansen2007-08-181-2/+57
* Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs...Tedd Hansen2007-08-182-446/+353
* llstrenglength (thanks ldvoipeng!)Brian McBee2007-08-181-1/+13
* lsl test cases, and llregioncorner (thanks Dalien!)Brian McBee2007-08-181-1/+1
* Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen2007-08-172-5/+2
* Removed RAIL test from startup for now...Tedd Hansen2007-08-171-0/+1
* krinkec's updates to ll* interface and functions.Tedd Hansen2007-08-171-5/+12
* * Now sending manager, host and root host to Script in constructor.lbsa712007-08-162-24/+56
* * Introduced IScriptHost as an interface to fetching object data from scripts.lbsa712007-08-162-3/+21
* compile error removed :)Tedd Hansen2007-08-151-8/+0
* Bugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) a...Tedd Hansen2007-08-153-200/+538
* * Applying ckrinke's LSL baseclass changes (Thanks!)Adam Frisby2007-08-151-48/+54
* * Fixed bug with llModPowAdam Frisby2007-08-151-6/+6
* * New LSL functionsAdam Frisby2007-08-151-5/+16
* Minor change to LSL_BaseClass adding pseudocode to World.SimChatTedd Hansen2007-08-141-2/+13
* krinkec's updates to ll* interface and functionsTedd Hansen2007-08-141-85/+90
* llSay() works again. Cleanup of debug messages.Tedd Hansen2007-08-141-2/+2
* ScriptEngine: Some error handling, logs to loggerTedd Hansen2007-08-141-3/+3
* Common script for all objects (Default.lsl). ScriptEngine touch_start event n...Tedd Hansen2007-08-133-9/+10
* krinkec's updates to ll* interface and functionsTedd Hansen2007-08-131-121/+121
* ScriptEngine successfully compiles script, we are now even further than LSO was.Tedd Hansen2007-08-122-3/+20