aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-66/+81
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+4
2012-11-11Fix issues with the DynamicTextureModule and corresponding unit tests.Diva Canto1-0/+10
2012-11-11One more module: DynamicTextureModule. Removed it from the special load in th...Diva Canto1-11/+27
2012-10-19minor: comment out currently unused logger in DynamicTextureModuleJustin Clark-Casey (justincc)1-1/+1
2012-09-06If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)1-10/+49
2012-09-06If the GetTexture capability receives a request for a range of data beyond th...Justin Clark-Casey (justincc)1-3/+13
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-28Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf...Justin Clark-Casey (justincc)1-44/+125
2011-12-05Fix CHANGED_TEXTURE and CHANGED_COLOR.Melanie1-2/+2
2011-11-02Get some hopefully more useful exception information when OpenJPEG.EncodeFrom...Justin Clark-Casey (justincc)1-2/+4
2011-10-11meaningless change to goose pandaJustin Clark-Casey (justincc)1-0/+1
2011-10-10remove unused LastAssetID from DynamicTextureUpdaerJustin Clark-Casey (justincc)1-6/+4
2010-03-16Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...John Hurliman1-11/+9
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+2
2010-02-06Endline fixTeravus Ovares (Dan Olivares)1-12/+12
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-40/+20
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-20/+40
2010-01-18Fix a major security problem with osSetDynamicTexture which allowed the delet...CasperW1-5/+12
2009-11-16minor: very minor formatting changeJustin Clark-Casey (justincc)1-4/+1
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-4/+1
2009-09-30Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman1-1/+1
2009-06-12* minor: remove one mono warningJustin Clarke Casey1-1/+1
2009-06-09Formatting cleanup. Ignore some generated files.Jeff Ames1-2/+2
2009-06-09From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-30/+45
2009-06-04Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames1-1/+1
2009-06-03From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-2/+5
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-11/+48
2009-05-22cleaning out warnings.Dr Scofield1-1/+1
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-3/+2
2009-05-07From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-4/+15
2009-05-03Thank you kindly, Thomax, for a patch that:Charles Krinke1-1/+2
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames1-34/+30
2009-03-24From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-7/+37
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-3/+6
2009-02-18From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague1-0/+12
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-9/+9
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey1-3/+3
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-11/+11
2009-02-12* optimized usings.lbsa711-11/+11
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-10/+10
2009-01-23* Adds a synchronous jpeg decode for pre-caching purposesTeravus Ovares1-0/+7
2009-01-21* More friendly OpenJpeg error handling.Teravus Ovares1-1/+13
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-28/+40
2008-08-18Formatting cleanup.Jeff Ames1-4/+4