aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/LoadImageURL/LoadImageURLModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-26/+30
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-17/+40
2012-11-11Fix issues with the DynamicTextureModule and corresponding unit tests.Diva Canto1-16/+15
2012-11-11One more module converted: LoadImageURLModule. Also removed it from its hard-...Diva Canto1-19/+38
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-7/+5
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-5/+7
2012-09-06If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)1-16/+25
2012-08-28Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf...Justin Clark-Casey (justincc)1-1/+9
2012-08-28Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove...Justin Clark-Casey (justincc)1-1/+1
2011-09-24Added a setting to [Startup] section of config that will allow the simulator ...Kevin Houlihan & Michelle Argus1-3/+6
2010-11-02Thanks Snoopy for a patch that addresses Mantis #0005165: osSetDynamicTexture...dahlia1-32/+32
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-25/+12
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-12/+25
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames1-43/+43
2009-05-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-39/+57
2009-05-19From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-2/+5
2009-02-18From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague1-0/+7
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-10/+10
2009-02-12* optimized usings.lbsa711-10/+10
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06* minor: Apply second patch from http://opensimulator.org/mantis/view.php?id=...Justin Clarke Casey1-14/+18
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-02-06Thanks cmickyb for a patch (Mantis#3089) that adds support for proxy in http ...Dahlia Trimble1-0/+16
2009-01-21* More friendly OpenJpeg error handling.Teravus Ovares1-1/+11
2008-12-18* Catch a WebException in the LoadImageURLModuleTeravus Ovares1-33/+40
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-8/+8
2008-06-27move along, nothing to see here. just a couple of lazy variables.Dr Scofield1-1/+2
2008-05-01* Rolled back a few changes.Adam Frisby1-5/+5
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-5/+5
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-190/+190
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-35/+47
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby1-180/+179
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-08Added Frist basic version on the VectorRenderModule, that allows scripts to d...MW1-1/+5
2008-02-15be smarter about the size of dynamic textures that we pull inSean Dague1-1/+29
2008-02-15allow for 1024x1024 textures through osSetDynamicTextureURL. Follow up patchSean Dague1-2/+2
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-10-30* Optimized usingslbsa711-18/+15
2007-10-19changes to pass nini config object to the modules that getSean Dague1-123/+124
2007-10-15Added "LoadImageUrl" module , that is a dynamic texture render, that works wi...MW1-0/+123