From d715b0f66c08ffc7c74003b1a583208763bece6f Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Sun, 12 Aug 2007 18:27:46 +0000 Subject: LSL_BaseClass now receives scene during init --- OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/TODO.txt') 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 @@ - - - -EventManager.cs ---------------- -* Hook up to the worlds touch-event: -myScriptEngine.World.touch_start += new TempWorldInterfaceEventDelegates.touch_start(touch_start); - -* Modify: -public void touch_start(string ObjectID) -to correct parameters to match the event - -* Make hooks to add/remove script using ScriptManager.cs - - - -LSL_BuiltIn_Commands_TestImplementation.cs ------------------------------------------- -* Change llSay to do something useful (send message) - - -- cgit v1.1