aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/RemoteServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. ↵Jeff Ames2008-03-221-1/+1
| | | | Thanks daTwitch!
* Formatting cleanup.Jeff Ames2008-03-185-132/+130
|
* Converted logging to use log4net.Jeff Ames2008-02-053-28/+19
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* Added copyright statements.Jeff Ames2008-02-051-3/+29
|
* * Mother of all commits:Adam Frisby2008-01-151-1/+29
| | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
* ScriptServer communication is ok. Script is creatd on onrez. But since it ↵Tedd Hansen2008-01-121-1/+2
| | | | | | | can not access Scene it sort of crashes right away ;) Added some sample placeholders for implementing rest of LSL events.
* New ScriptServer protocol successfully implemented.Tedd Hansen2008-01-121-5/+31
| | | | | Still needs hooking up for all commands in both ends, separation of local and remote LSL-commands, etc.
* ScriptServer communication protocol (v1), primitive RPC-like TCP client/serverTedd Hansen2008-01-122-11/+11
|
* Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.Tedd Hansen2008-01-053-402/+172
| | | | | Some debug info for startup added to find bugs. ++
* Set svn:eol-style and svn:ignore.Jeff Ames2007-12-315-728/+728
|
* * Added a catch for RemotingErrors on the TCP initTeravus Ovares2007-12-311-0/+4
|
* * Added graceful remote script server connection error handlingTeravus Ovares2007-12-302-44/+296
| | | | | * Removed a friends module test that I had.
* * Fixed References in Prebuild so the project compilesTeravus Ovares2007-12-301-1/+3
| | | | | | * Added Friends List methods to IUserData interface * Created Stub friendslist Database Methods
* Comments + fix = in theory stand alone script server + "RemoteSevrver" ↵Tedd Hansen2007-12-303-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 Hansen2007-12-303-39/+86
| | | | table between local script ID and remote script ID missing)
* Added ScriptEngine.RemoteServer moduleTedd Hansen2007-12-304-0/+424