Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -5/+1 | |
2008-05-01 | * Cleaning code still. | Adam Frisby | 1 | -1/+5 | |
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -3/+0 | |
(this took a while to run). | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-03-04 | Added copyright heaaders. Minor cleanup. | Jeff Ames | 1 | -2/+1 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-01-12 | Added license to new files | Tedd Hansen | 1 | -1/+29 | |
2008-01-09 | Dynamic loading of ScriptEngine in ScriptServer | Tedd Hansen | 1 | -9/+1 | |
ScriptServer event pipe (OpenSim->ScriptServer->ScriptEngine) should in theory be done | |||||
2008-01-05 | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 1 | -9/+9 | |
Some debug info for startup added to find bugs. ++ | |||||
2008-01-02 | Full .dll-name in config option for ScriptEngine. Loading only scriptengine ↵ | Tedd Hansen | 1 | -0/+1 | |
specified in config. ScriptServer will still not start! | |||||
2008-01-02 | * Added using as per mail to see if that does anything for Ursulas build ↵ | lbsa71 | 1 | -0/+1 | |
issues. Thanks Ursula! | |||||
2007-12-31 | Set svn:eol-style and svn:ignore. | Jeff Ames | 1 | -25/+25 | |
2007-12-30 | Comments + fix = in theory stand alone script server + "RemoteSevrver" ↵ | Tedd Hansen | 1 | -1/+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/+24 | |
table between local script ID and remote script ID missing) |