aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scripting/ScriptEngineInterface.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Rolled back a few changes.Adam Frisby2008-05-011-1/+1
|
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-1/+1
| | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+0
| | | | (this took a while to run).
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
|
* Converted logging to use log4net.Jeff Ames2008-02-051-1/+1
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Optimized usingslbsa712007-12-271-1/+1
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* Stand Alone ScriptEngine: early framework, ongoing planning (don't touch ↵Tedd Hansen2007-09-221-5/+4
| | | | yet, will go through major reorganizing). Still a LOT of things needs to be solved...
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-8/+6
| | | | | * 'remove redundant this qualifier' ftw
* fixing me some line endingsSean Dague2007-09-171-43/+43
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* (Untested) Scripts are individually loaded into objects (on rez), and event ↵Tedd Hansen2007-08-221-1/+1
| | | | fired likewise. Bugfixes coming in next commit.
* Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen2007-08-171-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.
* ScriptEngine: Some error handling, logs to loggerTedd Hansen2007-08-141-1/+1
|
* Common script for all objects (Default.lsl). ScriptEngine touch_start event ↵Tedd Hansen2007-08-131-0/+1
| | | | now works, but llSay only outputs to server console.
* (DotNet) ScriptEngine is now loaded and added to Scene during startup.Tedd Hansen2007-08-131-0/+40