aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scripting (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Introduced IScriptHost as an interface to fetching object data from scripts.lbsa712007-08-163-1/+41
| | | | | | * This meant introducing AbsolutePosition on all objects (since SimChat wants that)
* ScriptEngine: Some error handling, logs to loggerTedd Hansen2007-08-142-5/+28
|
* 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.
* Changed ScriptLoader to use Path.combine.MW2007-08-131-1/+2
|
* (DotNet) ScriptEngine is now loaded and added to Scene during startup.Tedd Hansen2007-08-132-0/+140
|
* Deleted old LSLEngine files (those under Scene.Scripting)MW2007-08-0912-2911/+0
|
* Start of replacing the old SceneObject/Primitive classes with the new versions.MW2007-08-092-6/+8
| | | | | | PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.) Also this revision may not work on mono, but that will be fixed soon.
* * encapsulated firstname/lastname on ScenePresencelbsa712007-08-063-8/+9
| | | | | | | * fixed 'users' console command * minor refactorings
* * minor refactoringslbsa712007-08-067-14/+14
|
* ... and here's the second part...lbsa712007-08-0644-0/+5972