Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-09-24 | Reorganized some files | Tedd Hansen | 1 | -38/+0 | |
2007-09-22 | Stand Alone ScriptEngine: early framework, ongoing planning (don't touch ↵ | Tedd Hansen | 1 | -7/+4 | |
yet, will go through major reorganizing). Still a LOT of things needs to be solved... | |||||
2007-09-19 | * Modernized ScriptManager to new interface-based module calls. | lbsa71 | 1 | -8/+6 | |
* 'remove redundant this qualifier' ftw | |||||
2007-09-17 | fixing me some line endings | Sean Dague | 1 | -43/+43 | |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-08-22 | (Untested) Scripts are individually loaded into objects (on rez), and event ↵ | Tedd Hansen | 1 | -1/+1 | |
fired likewise. Bugfixes coming in next commit. | |||||
2007-08-17 | Pimped up Default.lsl. Now featuring a touch counter. | Tedd Hansen | 1 | -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-14 | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 1 | -1/+1 | |
2007-08-13 | Common script for all objects (Default.lsl). ScriptEngine touch_start event ↵ | Tedd Hansen | 1 | -0/+1 | |
now works, but llSay only outputs to server console. | |||||
2007-08-13 | (DotNet) ScriptEngine is now loaded and added to Scene during startup. | Tedd Hansen | 1 | -2/+2 | |
2007-08-09 | Removed 2 warnings. Added pointer comments to where to add hooks and modify ↵ | Tedd Hansen | 1 | -1/+1 | |
functions to get SE working. | |||||
2007-08-09 | ScriptEngine just needs 2 events hooked up and llSay() implemented to work. ↵ | Tedd Hansen | 1 | -1/+1 | |
See TODO.txt for details. | |||||
2007-08-08 | Added ScriptEngine.DotNetEngine | Tedd Hansen | 1 | -43/+40 | |
2007-08-06 | ... and here's the second part... | lbsa71 | 1 | -0/+0 | |
2007-08-06 | Part 1 of a two-part commit to change caps of 'scripting' dir... | lbsa71 | 1 | -0/+0 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -43/+43 | |
2007-07-13 | * Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.Scripting | Adam Frisby | 1 | -1/+1 | |
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting | |||||
2007-07-13 | * Reorganising Java Virtual Machine code into a subfolder for the JVM ↵ | Adam Frisby | 1 | -0/+0 | |
specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API. | |||||
2007-07-05 | * Added Java support back into Sugilite (although it still needs a calling ↵ | Adam Frisby | 1 | -7/+7 | |
host to be added). | |||||
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -8/+0 | |
* added some licensing info |