aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang11-574/+793
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel11-179/+628
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-13Update ScriptModuleComms name space to CoreModulesMelanie1-1/+1
2012-11-11Fix issues with the DynamicTextureModule and corresponding unit tests.Diva Canto3-32/+39
2012-11-11One more module converted: XMLRPCModule. Removed it from the special loading ...Diva Canto1-31/+51
2012-11-11One more module converted: VectorRenderModule.Diva Canto1-27/+41
2012-11-11One more module: DynamicTextureModule. Removed it from the special load in th...Diva Canto1-11/+27
2012-11-11One more module converted: LoadImageURLModule. Also removed it from its hard-...Diva Canto1-19/+38
2012-11-11One more module converted: ScriptsHttpRequests.Diva Canto1-9/+25
2012-11-11One more module converted: EmailModule.Diva Canto1-46/+64
2012-11-10document, 80-character width terminal formatting converting comments to docum...SignpostMarv1-15/+65
2012-11-10document & 80-character width terminal formattingSignpostMarv1-56/+114
2012-11-10Converting WorldCommModule to INonSharedRegionModuleSignpostMarv1-11/+25
2012-11-04Add a method to query all registered script constants to allow non-XEngineMelanie1-0/+16
2012-10-26refactoring IWorldCommListenerInfo.GetRegexBitfield() method to be a field wi...SignpostMarv1-12/+8
2012-10-26adding ability for listeners to be filtered by regular expressions and a gene...SignpostMarv1-19/+110
2012-10-26Formatting and casing correction in WorldCommModule, trailing new line in OSS...SignpostMarv1-3/+3
2012-10-19minor: comment out currently unused logger in DynamicTextureModuleJustin Clark-Casey (justincc)1-1/+1
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto3-9/+5
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto3-5/+9
2012-09-28Lock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concur...Justin Clark-Casey (justincc)1-6/+11
2012-09-17Moving ScriptModuleComms into the CoreModules tree.Mic Bowman1-0/+367
2012-09-06Add missing DynamicTexture.cs file from last commitJustin Clark-Casey (justincc)1-0/+61
2012-09-06If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)4-41/+125
2012-09-06If the GetTexture capability receives a request for a range of data beyond th...Justin Clark-Casey (justincc)2-3/+33
2012-08-30Make ReuseDynamicTextures an experimental config setting in [Textures]. Defa...Justin Clark-Casey (justincc)1-1/+4
2012-08-30If the compile-time DynamicTextureModule.ReuseTextures flag is set, check met...Justin Clark-Casey (justincc)1-43/+59
2012-08-29This partially implements the LSL function to set the responseMic Bowman1-1/+19
2012-08-28Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf...Justin Clark-Casey (justincc)4-55/+297
2012-08-28Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove...Justin Clark-Casey (justincc)2-6/+7
2012-08-27minor: Simplify return of vector render module name and some very minor remov...Justin Clark-Casey (justincc)1-4/+3
2012-08-27Add VectorRenderModule.TestRepeatSameDrawDifferentExtraParams()Justin Clark-Casey (justincc)1-2/+32
2012-08-27Add VectorRenderModuleTests.TestRepeatDrawContainingImage()Justin Clark-Casey (justincc)1-0/+31
2012-08-27Add VectorRenderModuleTests.TestRepeatDraw()Justin Clark-Casey (justincc)1-11/+48
2012-08-22Lock disposal of separate gdi+ objects under different threads since this pre...Justin Clark-Casey (justincc)1-26/+42
2012-08-03Fix the recent windows compile error by putting newFont for case "R" in Vecto...Justin Clark-Casey (justincc)1-3/+8
2012-08-03attempting to fix a build issueSignpostMarv1-2/+2
2012-08-03Properly dispose of all GDI+ entities used in VectorRenderModule for dynamic ...Justin Clark-Casey (justincc)1-253/+316
2012-08-02Add simple draw test for the VectorRenderModuleJustin Clark-Casey (justincc)1-0/+75
2012-06-22Resolve various race conditions between accessing and removing external scrip...Justin Clark-Casey (justincc)1-132/+148
2012-06-22Avoid a race condition where an incoming request to a script external URL can...Justin Clark-Casey (justincc)1-35/+73
2012-06-16Change read config paramter from max_urls_per_simulator to max_external_urls_...Justin Clark-Casey (justincc)1-1/+1
2012-06-16Implement max_external_urls_per_simulator setting in [LL-Functions] to allow ...Justin Clark-Casey (justincc)1-1/+8
2012-06-15Make XMLRPCModule use an existing HTTP server if one already exists on the de...Justin Clark-Casey (justincc)1-4/+5
2012-05-23Fix llGetSimulatorHostname to return configured hostnameBlueWall1-0/+4
2012-05-13Modifications for SMTP in OpenSimulator. Email size limit was fixed (was out ...Chris Koeritz1-19/+5
2012-05-04Temporarily add debug log lines to lsl url request and releaseJustin Clark-Casey (justincc)1-0/+13
2012-04-23Mantis 5977 Corrections to llRegionSayToTalun1-35/+35