aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt
diff options
context:
space:
mode:
authorTedd Hansen2007-08-12 18:27:46 +0000
committerTedd Hansen2007-08-12 18:27:46 +0000
commitd715b0f66c08ffc7c74003b1a583208763bece6f (patch)
treea258de57cdbbe3deca99c0cff74ec82add94f771 /OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt
parentLSL BuiltIn implementation is now in Compiler\LSL\LSL_BaseClass. So users won... (diff)
downloadopensim-SC_OLD-d715b0f66c08ffc7c74003b1a583208763bece6f.zip
opensim-SC_OLD-d715b0f66c08ffc7c74003b1a583208763bece6f.tar.gz
opensim-SC_OLD-d715b0f66c08ffc7c74003b1a583208763bece6f.tar.bz2
opensim-SC_OLD-d715b0f66c08ffc7c74003b1a583208763bece6f.tar.xz
LSL_BaseClass now receives scene during init
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt b/OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt
deleted file mode 100644
index 531ff13..0000000
--- a/OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt
+++ /dev/null
@@ -1,21 +0,0 @@
1
2
3
4EventManager.cs
5---------------
6* Hook up to the worlds touch-event:
7myScriptEngine.World.touch_start += new TempWorldInterfaceEventDelegates.touch_start(touch_start);
8
9* Modify:
10public void touch_start(string ObjectID)
11to correct parameters to match the event
12
13* Make hooks to add/remove script using ScriptManager.cs
14
15
16
17LSL_BuiltIn_Commands_TestImplementation.cs
18------------------------------------------
19* Change llSay to do something useful (send message)
20
21