diff options
author | Tedd Hansen | 2008-01-12 10:25:08 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-01-12 10:25:08 +0000 |
commit | a993d0d3351f15510e404cc09951723cf5c435fb (patch) | |
tree | b4e186b85fc5b1907dffb1347d8b855a4ea7a0ad /OpenSim/Grid/ScriptServer/Application.cs | |
parent | ScriptServer protocol now correctly casts datatypes -- ready for implementing (diff) | |
download | opensim-SC_OLD-a993d0d3351f15510e404cc09951723cf5c435fb.zip opensim-SC_OLD-a993d0d3351f15510e404cc09951723cf5c435fb.tar.gz opensim-SC_OLD-a993d0d3351f15510e404cc09951723cf5c435fb.tar.bz2 opensim-SC_OLD-a993d0d3351f15510e404cc09951723cf5c435fb.tar.xz |
ScriptServer communication is ok. Script is creatd on onrez. But since it can not access Scene it sort of crashes right away ;)
Added some sample placeholders for implementing rest of LSL events.
Diffstat (limited to 'OpenSim/Grid/ScriptServer/Application.cs')
-rw-r--r-- | OpenSim/Grid/ScriptServer/Application.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/ScriptServer/Application.cs b/OpenSim/Grid/ScriptServer/Application.cs index 7b62727..9893249 100644 --- a/OpenSim/Grid/ScriptServer/Application.cs +++ b/OpenSim/Grid/ScriptServer/Application.cs | |||
@@ -49,8 +49,8 @@ namespace OpenSim.Grid.ScriptServer | |||
49 | Console.WriteLine("APPLICATION EXCEPTION DETECTED"); | 49 | Console.WriteLine("APPLICATION EXCEPTION DETECTED"); |
50 | Console.WriteLine(""); | 50 | Console.WriteLine(""); |
51 | Console.WriteLine("Application is terminating: " + e.IsTerminating.ToString()); | 51 | Console.WriteLine("Application is terminating: " + e.IsTerminating.ToString()); |
52 | Console.WriteLine("Exception:"); | 52 | //Console.WriteLine("Exception:"); |
53 | Console.WriteLine(e.ExceptionObject.ToString()); | 53 | //Console.WriteLine(e.ExceptionObject.ToString()); |
54 | } | 54 | } |
55 | } | 55 | } |
56 | } \ No newline at end of file | 56 | } \ No newline at end of file |