aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/TRPC (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-05-161-1/+1
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-214-9/+4
| | | | (this took a while to run).
* Comment out unused private methods.Jeff Ames2008-03-251-6/+7
|
* Formatting cleanup.Jeff Ames2008-03-185-130/+125
|
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-044-29/+13
|
* Minor cleanup.Jeff Ames2008-02-204-4/+4
|
* Added copyright notices.Jeff Ames2008-02-171-1/+29
|
* Update svn properties.Jeff Ames2008-02-161-10/+10
|
* Fixed ScriptEngine config in OpenSim.ini.example that was out of place.Tedd Hansen2008-02-161-0/+10
| | | | | | | Added some info to failure on GridServices listening port so people can see what actually went wrong. Moved most of the function/event execution module to a baseclass so other execution methods (instead of reflection) can be used with custom script modules run by ScriptEngine.Common. + some accumulated patches
* Added license to new filesTedd Hansen2008-01-124-4/+116
|
* Set svn:eol-style.Jeff Ames2008-01-124-346/+346
|
* New ScriptServer protocol successfully implemented.Tedd Hansen2008-01-121-5/+21
| | | | | 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-124-0/+334