Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-12 | Note to self: VisualSVN not fully compatible with OpenSim prebuild :) | Tedd Hansen | 1 | -263/+0 | |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -35/+35 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-06-28 | Mantis#1616. Applied Melanie's patch. This may or may | Charles Krinke | 1 | -1/+1 | |
not break trunk. | |||||
2008-03-22 | Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. ↵ | Jeff Ames | 1 | -1/+1 | |
Thanks daTwitch! | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+26 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -15/+7 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2008-01-12 | ScriptServer communication is ok. Script is creatd on onrez. But since it ↵ | Tedd Hansen | 1 | -1/+2 | |
can not access Scene it sort of crashes right away ;) Added some sample placeholders for implementing rest of LSL events. | |||||
2008-01-12 | New ScriptServer protocol successfully implemented. | Tedd Hansen | 1 | -5/+31 | |
Still needs hooking up for all commands in both ends, separation of local and remote LSL-commands, etc. | |||||
2008-01-12 | ScriptServer communication protocol (v1), primitive RPC-like TCP client/server | Tedd Hansen | 1 | -2/+4 | |
2008-01-05 | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 1 | -398/+167 | |
Some debug info for startup added to find bugs. ++ | |||||
2007-12-31 | Set svn:eol-style and svn:ignore. | Jeff Ames | 1 | -472/+472 | |
2007-12-30 | * Added graceful remote script server connection error handling | Teravus Ovares | 1 | -33/+271 | |
* Removed a friends module test that I had. | |||||
2007-12-30 | * Fixed References in Prebuild so the project compiles | Teravus Ovares | 1 | -1/+3 | |
* Added Friends List methods to IUserData interface * Created Stub friendslist Database Methods | |||||
2007-12-30 | Comments + fix = in theory stand alone script server + "RemoteSevrver" ↵ | Tedd Hansen | 1 | -0/+1 | |
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 | -39/+45 | |
table between local script ID and remote script ID missing) | |||||
2007-12-30 | Added ScriptEngine.RemoteServer module | Tedd Hansen | 1 | -0/+226 | |