aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/DynamicTexture (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-66/+81
2019-01-16mantis 8442 more changes to alpha blendingUbitUmarov1-22/+56
2019-01-16mantis 8442 change alpha blending note BREAKING CHANGEgit push! old scripts u...UbitUmarov1-9/+55
2018-07-14do not use lossless compression on dyntexturesUbitUmarov1-1/+1
2017-07-07bug fix: dynamic testures set to ALL_SIDES, preserve other face data already ...UbitUmarov1-1/+5
2017-06-24revert the thread level change; remove unused dynamic texture timer from inte...UbitUmarov1-42/+39
2017-06-24remove a DynamicTexture leak, make it actually return the new texture ID to o...UbitUmarov1-9/+16
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-7/+7
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+4
2016-08-24 DynamicTextureModule memory leaksUbitUmarov1-28/+35
2015-03-06Remove references to MAX_ASSET_DESC from the dynamic texture module, hardcode...BlueWall1-2/+2
2014-04-23Dynamic textures shouldn't be saved in the assets service (only in the simula...Oren Hurvitz1-2/+2
2014-04-22Changed the maximum asset name and description lengths to constants. Also, pr...Oren Hurvitz1-0/+2
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus2-274/+64
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-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)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-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-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
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