aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/ScriptModuleComms (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-17make the namespace for the ScriptModuleComms consistent with its file system ...Mic Bowman1-1/+1
2012-03-26Add some more overloads to allow registering overloaded methods and listsMelanie1-4/+14
2012-03-26Add a hust UUID to the script invocationsMelanie1-7/+8
2012-03-25Fix compile error in ScriptModuelComms and add some debugging into the modInvokeMic Bowman1-2/+12
2012-03-26Further simplify ScriptCommsMelanie1-1/+3
2012-03-26Dynamically create the delegate type to reduce complexity in the callerMelanie1-1/+21
2012-03-26Correct the design error I introduced into ScriptComms. Untested but about toMelanie1-14/+22
2012-03-25Simplify the module invocation registration. The types and method nameMelanie1-2/+18
2012-03-24Add support for key, vector, rotation and list types for bothMic Bowman1-0/+8
2012-03-15Adds a new script command 'modInvoke' to invoke registered functionsMic Bowman1-2/+97
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-1/+0
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-0/+1
2009-11-10Add IScriptModuleComms interface and region module to handle dispatch ofMelanie1-0/+105