Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 2008-01-05 | 3 | -402/+172 |
| | | | | | Some debug info for startup added to find bugs. ++ | ||||
* | Set svn:eol-style and svn:ignore. | Jeff Ames | 2007-12-31 | 5 | -728/+728 |
| | |||||
* | * 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 | 2 | -44/+296 |
| | | | | | * Removed a friends module test that I had. | ||||
* | * Fixed References in Prebuild so the project compiles | Teravus Ovares | 2007-12-30 | 1 | -1/+3 |
| | | | | | | * Added Friends List methods to IUserData interface * Created Stub friendslist Database Methods | ||||
* | Comments + fix = in theory stand alone script server + "RemoteSevrver" ↵ | Tedd Hansen | 2007-12-30 | 3 | -2/+5 |
| | | | | 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 | 3 | -39/+86 |
| | | | | table between local script ID and remote script ID missing) | ||||
* | Added ScriptEngine.RemoteServer module | Tedd Hansen | 2007-12-30 | 4 | -0/+424 |