Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+25 |
| | |||||
* | Added copyright statements. | Jeff Ames | 2008-02-05 | 1 | -3/+29 |
| | |||||
* | ScriptServer communication protocol (v1), primitive RPC-like TCP client/server | Tedd Hansen | 2008-01-12 | 1 | -9/+7 |
| | |||||
* | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 2008-01-05 | 1 | -3/+4 |
| | | | | | Some debug info for startup added to find bugs. ++ | ||||
* | Set svn:eol-style and svn:ignore. | Jeff Ames | 2007-12-31 | 1 | -58/+58 |
| | |||||
* | * Added a catch for RemotingErrors on the TCP init | Teravus Ovares | 2007-12-31 | 1 | -0/+4 |
| | |||||
* | * Added graceful remote script server connection error handling | Teravus Ovares | 2007-12-30 | 1 | -11/+25 |
| | | | | | * Removed a friends module test that I had. | ||||
* | Comments + fix = in theory stand alone script server + "RemoteSevrver" ↵ | Tedd Hansen | 2007-12-30 | 1 | -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 Hansen | 2007-12-30 | 1 | -0/+38 |
table between local script ID and remote script ID missing) |