aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/RemoteServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Formatting cleanup, minor refactoring. Fixed some comparisons of value types...Jeff Ames2008-05-181-11/+10
* Formatting cleanup.Jeff Ames2008-05-162-6/+6
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-212-10/+10
* Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. ...Jeff Ames2008-03-221-1/+1
* Formatting cleanup.Jeff Ames2008-03-185-132/+130
* Converted logging to use log4net.Jeff Ames2008-02-053-28/+19
* Added copyright statements.Jeff Ames2008-02-051-3/+29
* * Mother of all commits:Adam Frisby2008-01-151-1/+29
* ScriptServer communication is ok. Script is creatd on onrez. But since it can...Tedd Hansen2008-01-121-1/+2
* New ScriptServer protocol successfully implemented.Tedd Hansen2008-01-121-5/+31
* 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
* 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
* * Fixed References in Prebuild so the project compilesTeravus Ovares2007-12-301-1/+3
* Comments + fix = in theory stand alone script server + "RemoteSevrver" Script...Tedd Hansen2007-12-303-2/+5
* server->script event path almost ready for remote scriptengine (translation t...Tedd Hansen2007-12-303-39/+86
* Added ScriptEngine.RemoteServer moduleTedd Hansen2007-12-304-0/+424