aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/ScriptModuleComms/ScriptModuleCommsModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Further simplify ScriptCommsMelanie2012-03-261-1/+3
* Dynamically create the delegate type to reduce complexity in the callerMelanie2012-03-261-1/+21
* Correct the design error I introduced into ScriptComms. Untested but about toMelanie2012-03-261-14/+22
* Simplify the module invocation registration. The types and method nameMelanie2012-03-251-2/+18
* Add support for key, vector, rotation and list types for bothMic Bowman2012-03-241-0/+8
* Adds a new script command 'modInvoke' to invoke registered functionsMic Bowman2012-03-151-2/+97
* Add IScriptModuleComms interface and region module to handle dispatch ofMelanie2009-11-101-0/+105