aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/ScriptModuleComms/ScriptModuleCommsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-08Better error reporting when registering LSL function extensions (comms module).Robert Adams1-4/+13
2013-08-05Comment out debug log lines about script modules comms for now.Justin Clark-Casey (justincc)1-2/+2
2013-03-03Experimental - add void return support to modSendCommandMelanie1-0/+2
2013-01-25Add basic JsonCreateStore() regression testJustin Clark-Casey (justincc)1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-383/+0
2012-11-13Update ScriptModuleComms name space to CoreModulesMelanie1-1/+1
2012-11-04Add a method to query all registered script constants to allow non-XEngineMelanie1-0/+16
2012-09-17Moving ScriptModuleComms into the CoreModules tree.Mic Bowman1-0/+0
2012-09-17Implementing ability to register script constants and invocations on a region...SignpostMarv1-0/+31
2012-08-31Type.Type is RuntimeTypeSignpostMarv1-1/+1
2012-08-31formattingSignpostMarv1-5/+5
2012-08-31adding support for static method script invocationsSignpostMarv1-0/+15
2012-08-31moving assignment to new line to make next commit easier to read in diffsSignpostMarv1-1/+2
2012-08-31using specific type instead of varSignpostMarv1-1/+1
2012-08-31formattingSignpostMarv1-1/+1
2012-08-31formattingSignpostMarv1-2/+1
2012-08-31adding support for finding static methodsSignpostMarv1-3/+9
2012-08-31assign binding flags to variableSignpostMarv1-1/+3
2012-08-31no need to assign result to GetMethodInfoFromTypeSignpostMarv1-3/+1
2012-08-31changing to use Type argument instead of objectSignpostMarv1-3/+3
2012-08-31moving code that will be common into private static methodSignpostMarv1-1/+8
2012-07-31Adds support to ScriptModuleComms for region modules to exportMic Bowman1-0/+33
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-26Fix TypoMelanie1-1/+1
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-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-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-47/+39
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-08-04Update a misspelled nameMelanie1-1/+1
2009-08-04Change the freeswitch out connector (which is pointless) to an in connectorMelanie1-16/+11
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
2009-06-22Update svn properties.Jeff Ames1-113/+113
2009-06-15Removing the OpenSim.SimulatorServices project. All of those region modules a...diva1-112/+113
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames1-1/+28
2009-05-27Update svn properties.Jeff Ames1-85/+85
2009-05-25Fixed a typo.diva1-1/+1
2009-05-25Beginning of refactoring RESTComms/LocalComms in the new style of services an...diva1-0/+85