aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactoring IWorldCommListenerInfo.GetRegexBitfield() method to be a field wi...SignpostMarv2012-10-261-12/+8
* adding ability for listeners to be filtered by regular expressions and a gene...SignpostMarv2012-10-261-19/+110
* Formatting and casing correction in WorldCommModule, trailing new line in OSS...SignpostMarv2012-10-261-3/+3
* minor: comment out currently unused logger in DynamicTextureModuleJustin Clark-Casey (justincc)2012-10-191-1/+1
* Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-303-9/+5
* Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-303-5/+9
* Lock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concur...Justin Clark-Casey (justincc)2012-09-281-6/+11
* Moving ScriptModuleComms into the CoreModules tree.Mic Bowman2012-09-171-0/+367
* Add missing DynamicTexture.cs file from last commitJustin Clark-Casey (justincc)2012-09-061-0/+61
* If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)2012-09-064-41/+125
* If the GetTexture capability receives a request for a range of data beyond th...Justin Clark-Casey (justincc)2012-09-062-3/+33
* Make ReuseDynamicTextures an experimental config setting in [Textures]. Defa...Justin Clark-Casey (justincc)2012-08-301-1/+4
* If the compile-time DynamicTextureModule.ReuseTextures flag is set, check met...Justin Clark-Casey (justincc)2012-08-301-43/+59
* This partially implements the LSL function to set the responseMic Bowman2012-08-291-1/+19
* Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf...Justin Clark-Casey (justincc)2012-08-284-55/+297
* Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove...Justin Clark-Casey (justincc)2012-08-282-6/+7
* minor: Simplify return of vector render module name and some very minor remov...Justin Clark-Casey (justincc)2012-08-271-4/+3
* Add VectorRenderModule.TestRepeatSameDrawDifferentExtraParams()Justin Clark-Casey (justincc)2012-08-271-2/+32
* Add VectorRenderModuleTests.TestRepeatDrawContainingImage()Justin Clark-Casey (justincc)2012-08-271-0/+31
* Add VectorRenderModuleTests.TestRepeatDraw()Justin Clark-Casey (justincc)2012-08-271-11/+48
* Lock disposal of separate gdi+ objects under different threads since this pre...Justin Clark-Casey (justincc)2012-08-221-26/+42
* Fix the recent windows compile error by putting newFont for case "R" in Vecto...Justin Clark-Casey (justincc)2012-08-031-3/+8
* attempting to fix a build issueSignpostMarv2012-08-031-2/+2
* Properly dispose of all GDI+ entities used in VectorRenderModule for dynamic ...Justin Clark-Casey (justincc)2012-08-031-253/+316
* Add simple draw test for the VectorRenderModuleJustin Clark-Casey (justincc)2012-08-021-0/+75
* Resolve various race conditions between accessing and removing external scrip...Justin Clark-Casey (justincc)2012-06-221-132/+148
* Avoid a race condition where an incoming request to a script external URL can...Justin Clark-Casey (justincc)2012-06-221-35/+73
* Change read config paramter from max_urls_per_simulator to max_external_urls_...Justin Clark-Casey (justincc)2012-06-161-1/+1
* Implement max_external_urls_per_simulator setting in [LL-Functions] to allow ...Justin Clark-Casey (justincc)2012-06-161-1/+8
* Make XMLRPCModule use an existing HTTP server if one already exists on the de...Justin Clark-Casey (justincc)2012-06-151-4/+5
* Fix llGetSimulatorHostname to return configured hostnameBlueWall2012-05-231-0/+4
* Modifications for SMTP in OpenSimulator. Email size limit was fixed (was out ...Chris Koeritz2012-05-131-19/+5
* Temporarily add debug log lines to lsl url request and releaseJustin Clark-Casey (justincc)2012-05-041-0/+13
* Mantis 5977 Corrections to llRegionSayToTalun2012-04-231-35/+35
* Allow llRegionSayTo() to work on the PUBLIC_CHANNEL, as per http://wiki.secon...Justin Clark-Casey (justincc)2012-03-311-1/+1
* Add sensor, dataserver requests, timer and listener counts to "xengine status...Justin Clark-Casey (justincc)2012-03-061-0/+20
* Allow SmtpClients and other SSL users to work with our cert handler installedMelanie2012-01-141-9/+25
* Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)2012-01-141-1/+8
* Fix for failed http request statusBlueWall2012-01-011-14/+17
* Stop also adding an ordinary http handler when we set up a poll http handler.Justin Clark-Casey (justincc)2011-12-071-11/+6
* Fix CHANGED_TEXTURE and CHANGED_COLOR.Melanie2011-12-051-2/+2
* Change default say distance to 20m from 30m, the same as on the big grid. Th...Justin Clark-Casey (justincc)2011-11-021-1/+1
* Get some hopefully more useful exception information when OpenJPEG.EncodeFrom...Justin Clark-Casey (justincc)2011-11-022-5/+8
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-251-0/+1
* meaningless change to goose pandaJustin Clark-Casey (justincc)2011-10-111-0/+1
* remove unused LastAssetID from DynamicTextureUpdaerJustin Clark-Casey (justincc)2011-10-101-6/+4
* Added a setting to [Startup] section of config that will allow the simulator ...Kevin Houlihan & Michelle Argus2011-09-241-3/+6
* Try disabling the inconsistent attachment state check to see if this actually...Justin Clark-Casey (justincc)2011-09-051-1/+2
* In WorldCommModule, replace the useless Attachments == null check with Attach...Justin Clark-Casey (justincc)2011-08-311-2/+1
* minor: seal up another instance of using the appearance list without lockingJustin Clark-Casey (justincc)2011-08-311-1/+1