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 | 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 | 3 | -2/+5 |
| | | | | | | | 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 | 2 | -53/+53 |
| | |||||
* | Comments + fix = in theory stand alone script server + "RemoteSevrver" ↵ | Tedd Hansen | 2007-12-30 | 2 | -4/+14 |
| | | | | 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 | 2 | -0/+52 |
| | | | | table between local script ID and remote script ID missing) | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 4 | -4/+4 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 4 | -8/+8 |
| | | | | notice of doom | ||||
* | * Optimized usings | lbsa71 | 2007-10-30 | 8 | -96/+216 |
| | | | | | | * Shortened type references * Removed redundant 'this' qualifier | ||||
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 2007-10-29 | 1 | -1/+1 |
| | | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway. | ||||
* | apply http://bug.opensecondlife.org/view.php?id=512 from chillken | Sean Dague | 2007-10-25 | 1 | -1/+1 |
| | | | | | | which cleans up the verbose logic | ||||
* | get rid of all the ^M line endings | Sean Dague | 2007-10-19 | 1 | -114/+114 |
| | |||||
* | * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵ | lbsa71 | 2007-10-15 | 2 | -0/+56 |
| | | | | messages. Thanks Chillken! | ||||
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 2 | -0/+56 |
| | |||||
* | * Applied Chillken patch #418 : newline-r2092.patch ; failed on assemblyinfo ↵ | lbsa71 | 2007-10-15 | 2 | -20/+20 |
| | | | | tho. Thanxs Chillken! | ||||
* | Some more work on new ScriptEngine. | Tedd Hansen | 2007-10-05 | 4 | -7/+115 |
| | |||||
* | getting all our line endings consistant again | Sean Dague | 2007-10-05 | 7 | -248/+248 |
| | |||||
* | More reorganizing of new SE. Added debug print of application exception. | Tedd Hansen | 2007-09-25 | 5 | -5/+17 |
| | |||||
* | More structural changes to new SE | Tedd Hansen | 2007-09-24 | 6 | -34/+61 |
| | |||||
* | Reorganized some files | Tedd Hansen | 2007-09-24 | 8 | -33/+55 |
| | |||||
* | Stand Alone ScriptEngine: early framework, ongoing planning (don't touch ↵ | Tedd Hansen | 2007-09-22 | 9 | -0/+444 |
yet, will go through major reorganizing). Still a LOT of things needs to be solved... |