aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/TRPC_Remote.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Thanks to Mic Bowman for inspiring me to look at that we are still using ↵Adam Frisby2008-05-011-2/+2
| | | | ASCIIEncoder in places we shouldn't.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-15/+17
| | | | (this took a while to run).
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-041-17/+15
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* Added license to new filesTedd Hansen2008-01-121-1/+29
|
* ScriptServer communication is ok. Script is creatd on onrez. But since it ↵Tedd Hansen2008-01-121-1/+6
| | | | | | | can not access Scene it sort of crashes right away ;) Added some sample placeholders for implementing rest of LSL events.
* ScriptServer protocol now correctly casts datatypes -- ready for implementingTedd Hansen2008-01-121-5/+33
|
* Set svn:eol-style.Jeff Ames2008-01-121-143/+143
|
* ScriptServer communication protocol (v1), primitive RPC-like TCP client/serverTedd Hansen2008-01-121-0/+144