Jeff Ames
|
6ec680918b
Formatting cleanup, minor refactoring. Fixed some comparisons of value types and null.
|
16 years ago |
Adam Frisby
|
fef3b36894
* Optimised using statements and namespace references across entire project (this took a while to run).
|
16 years ago |
Jeff Ames
|
47180080f0
Formatting cleanup.
|
16 years ago |
Jeff Ames
|
99844ee4c0
Added copyright statements.
|
16 years ago |
Tedd Hansen
|
1e9a66cbaa
ScriptServer communication protocol (v1), primitive RPC-like TCP client/server
|
17 years ago |
Tedd Hansen
|
966f639ad6
Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.
|
17 years ago |
Jeff Ames
|
3c9505199a
Set svn:eol-style and svn:ignore.
|
17 years ago |
Teravus Ovares
|
b0a6299937
* Added a catch for RemotingErrors on the TCP init
|
17 years ago |
Teravus Ovares
|
373d801c40
* Added graceful remote script server connection error handling
|
17 years ago |
Tedd Hansen
|
5b8620d82f
Comments + fix = in theory stand alone script server + "RemoteSevrver" ScriptEngine (as opposed to "DotNetEngine") should work for a single region. It will however not work because it doesn't have two-way communication.
|
17 years ago |
Tedd Hansen
|
6055db2bc3
server->script event path almost ready for remote scriptengine (translation table between local script ID and remote script ID missing)
|
17 years ago |