aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/RemoteServer/RemoteServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set svn:eol-style and svn:ignore.Jeff Ames2007-12-311-58/+58
|
* * Added a catch for RemotingErrors on the TCP initTeravus Ovares2007-12-311-0/+4
|
* * Added graceful remote script server connection error handlingTeravus Ovares2007-12-301-11/+25
| | | | | * Removed a friends module test that I had.
* Comments + fix = in theory stand alone script server + "RemoteSevrver" ↵Tedd Hansen2007-12-301-0/+2
| | | | ScriptEngine (as opposed to "DotNetEngine") should work for a single region. It will however not work because it doesn't have two-way communication.
* server->script event path almost ready for remote scriptengine (translation ↵Tedd Hansen2007-12-301-0/+38
table between local script ID and remote script ID missing)