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