aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a method to query all registered script constants to allow non-XEngineMelanie2012-11-041-0/+2
* Documentation of IScriptModuleComms.RegisterConstant and IScriptModuleComms.L...SignpostMarv2012-09-171-1/+18
* Implementing ability to register script constants and invocations on a region...SignpostMarv2012-09-171-0/+23
* adding support for static method script invocationsSignpostMarv2012-08-311-2/+9
* adding documentation to script invokation methodsSignpostMarv2012-08-311-0/+22
* Adds support to ScriptModuleComms for region modules to exportMic Bowman2012-07-311-0/+4
* Add some more overloads to allow registering overloaded methods and listsMelanie2012-03-261-0/+2
* Add a hust UUID to the script invocationsMelanie2012-03-261-1/+1
* Fix the omission on the interface declarationMelanie2012-03-261-1/+1
* Dynamically create the delegate type to reduce complexity in the callerMelanie2012-03-261-1/+2
* Correct the design error I introduced into ScriptComms. Untested but about toMelanie2012-03-261-4/+3
* Simplify the module invocation registration. The types and method nameMelanie2012-03-251-1/+2
* Adds a new script command 'modInvoke' to invoke registered functionsMic Bowman2012-03-151-0/+10
* add interface/method documentatio nto IScriptModuleCommsJustin Clark-Casey (justincc)2010-01-111-2/+18
* Add IScriptModuleComms interface and region module to handle dispatch ofMelanie2009-11-101-0/+44