aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-04Don't inform neighbours that we are up twice.onefang1-3/+4
2019-05-19Better sim startup console notification.onefang1-2/+6
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang19-284/+295
2016-11-07Remove silly rezzing distance limits. They just make scripters work around t...David Walter Seikel1-2/+0
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel9-179/+2013
2012-12-31Comment out test messages that go directly to the console.Robert Adams1-2/+2
2012-12-03XmlRpcGridRouterBlueWall2-19/+69
2012-11-13All optional modules' directives moved out of addin.xmlDiva Canto1-0/+2
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie2-2/+2
2012-11-11Two more modules converted: XmlRpcGridRouterModule and XmlRpcRouterModule.Diva Canto2-18/+60
2012-11-11One more module converted: MRMModule.Diva Canto1-35/+56
2012-10-29shuffling code around so that the interface for ISoundModule.SendSound() spec...SignpostMarv1-1/+1
2012-10-29moving SendSound from SceneObjectPart to ISoundModuleSignpostMarv1-2/+5
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-1/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+1
2012-09-17Moving ScriptModuleComms into the CoreModules tree.Mic Bowman1-367/+0
2012-09-17Implementing ability to register script constants and invocations on a region...SignpostMarv1-0/+31
2012-09-14Support multi-region OAR filesOren Hurvitz1-1/+1
2012-09-11Allow an incoming identifier to be specified for a JsonStore.Mic Bowman2-8/+8
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-07-25Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)1-1/+1
2012-07-19minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+0
2012-07-19Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)1-3/+1
2012-07-18Perform other region ready actions even if simulator is configured to leave l...Justin Clark-Casey (justincc)1-26/+19
2012-07-18Fix bug where region ready would be triggered a second time if a script was r...Justin Clark-Casey (justincc)1-30/+23
2012-07-18Establish EventManager.OnRegionReady event. This will only be triggerred onc...Justin Clark-Casey (justincc)1-0/+2
2012-07-18Pass entire scene object in OnLoginsEnabled event rather than just the region...Justin Clark-Casey (justincc)1-8/+16
2012-07-18Only listen to LoginsEnabled event in RegionReadyModule if it has been asked ...Justin Clark-Casey (justincc)1-26/+22
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2-8/+4
2012-07-07minor: rearrange INITIALIZATION COMPLETE log message so that it's clear init ...Justin Clark-Casey (justincc)1-3/+2
2012-07-07minor: Get RegionReady module to shout initialization complete status to draw...Justin Clark-Casey (justincc)1-1/+3
2012-04-25Add try/catch around Json script method registration to avoild some issuesMic Bowman1-15/+24
2012-04-25refactor: Combine ScenePresence.Teleport() and TeleportWithMomentum()Justin Clark-Casey (justincc)1-1/+1
2012-04-17clean up some more logging spam in the jsonstore modulesMic Bowman2-2/+4
2012-04-17Fix the Csharp 3.0 vs 4.0 problem in JsonStore initialization.Mic Bowman3-5/+7
2012-04-17This commit adds a new optional region module, JsonStore, that provides struc...Mic Bowman3-0/+1416
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