Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-05-18 | Formatting cleanup, minor refactoring. Fixed some comparisons of value ↵ | Jeff Ames | 1 | -11/+10 | |
types and null. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -7/+6 | |
(this took a while to run). | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-02-05 | Added copyright statements. | Jeff Ames | 1 | -3/+29 | |
2008-01-12 | ScriptServer communication protocol (v1), primitive RPC-like TCP client/server | Tedd Hansen | 1 | -9/+7 | |
2008-01-05 | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 1 | -3/+4 | |
Some debug info for startup added to find bugs. ++ | |||||
2007-12-31 | Set svn:eol-style and svn:ignore. | Jeff Ames | 1 | -58/+58 | |
2007-12-31 | * Added a catch for RemotingErrors on the TCP init | Teravus Ovares | 1 | -0/+4 | |
2007-12-30 | * Added graceful remote script server connection error handling | Teravus Ovares | 1 | -11/+25 | |
* Removed a friends module test that I had. | |||||
2007-12-30 | Comments + fix = in theory stand alone script server + "RemoteSevrver" ↵ | Tedd Hansen | 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. | |||||
2007-12-30 | server->script event path almost ready for remote scriptengine (translation ↵ | Tedd Hansen | 1 | -0/+38 | |
table between local script ID and remote script ID missing) |