aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-66/+81
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-2/+4
* Fix issues with the DynamicTextureModule and corresponding unit tests.Diva Canto2012-11-111-0/+10
* One more module: DynamicTextureModule. Removed it from the special load in th...Diva Canto2012-11-111-11/+27
* minor: comment out currently unused logger in DynamicTextureModuleJustin Clark-Casey (justincc)2012-10-191-1/+1
* If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)2012-09-061-10/+49
* If the GetTexture capability receives a request for a range of data beyond th...Justin Clark-Casey (justincc)2012-09-061-3/+13
* 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
* Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf...Justin Clark-Casey (justincc)2012-08-281-44/+125
* Fix CHANGED_TEXTURE and CHANGED_COLOR.Melanie2011-12-051-2/+2
* Get some hopefully more useful exception information when OpenJPEG.EncodeFrom...Justin Clark-Casey (justincc)2011-11-021-2/+4
* 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
* Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...John Hurliman2010-03-161-11/+9
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+2
* Endline fixTeravus Ovares (Dan Olivares)2010-02-061-12/+12
* Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-40/+20
* Updates all IRegionModules to the new style region modules.Revolution2010-01-231-20/+40
* Fix a major security problem with osSetDynamicTexture which allowed the delet...CasperW2010-01-181-5/+12
* minor: very minor formatting changeJustin Clark-Casey (justincc)2009-11-161-4/+1
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-4/+1
* Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman2009-09-301-1/+1
* * minor: remove one mono warningJustin Clarke Casey2009-06-121-1/+1
* Formatting cleanup. Ignore some generated files.Jeff Ames2009-06-091-2/+2
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-06-091-30/+45
* Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames2009-06-041-1/+1
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-06-031-2/+5
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-221-11/+48
* cleaning out warnings.Dr Scofield2009-05-221-1/+1
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-3/+2
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-071-4/+15
* Thank you kindly, Thomax, for a patch that:Charles Krinke2009-05-031-1/+2
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-311-34/+30
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-241-7/+37
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-3/+6
* From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague2009-02-181-0/+12
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-9/+9
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-161-3/+3
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-11/+11
* * optimized usings.lbsa712009-02-121-11/+11
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-0/+332