summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Content/AssetDataForImage.cs
AgeCommit message (Collapse)Author
2022-10-15And fixing the indexing math again.atravita-mods
2022-10-09set texture name earlier to support mods like SpriteMasterJesse Plamondon-Willard
2022-10-08tweak new codeJesse Plamondon-Willard
2022-10-08 use try..finally to make sure rented arrays are returnedJesse Plamondon-Willard
2022-10-08fix indexing math again.atravita-mods
2022-10-08Avoid copying memory for contingous buffers.atravita-mods
2022-10-08fix indexing again, because apparently I'm bad at math now?atravita-mods
2022-10-08cleanup and commentsatravita-mods
2022-10-08use startindex/endindex since I've already calculated those...atravita-mods
2022-10-08Skip transparent rows at the start and end when doing a patch overlay.atravita-mods
2022-10-08Avoid making copy if the source image is just taller than the sourceArea.atravita-mods
2022-10-08fix fast-track array copyingatravita-mods
2022-10-08Partially revert "Favor record structs when there are four or fewer elements."atravita-mods
This reverts commit f5d49515c4eddfb415903a89d70654cf9b6de299.
2022-10-08Favor record structs when there are four or fewer elements.atravita-mods
2022-10-08Skip math if above is fully opaque.atravita-mods
2022-10-08arraypool in the modcontentmanager, a bit of fussingatravita-mods
2022-10-08Use array pools in editing images.atravita-mods
2022-06-10add IRawTextureData asset typeJesse Plamondon-Willard
2022-04-13enable nullable annotations in SMAPI where no logic changes are needed (#837)Jesse Plamondon-Willard
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally.
2022-02-18add AssetName to encapsulate asset name handling (#766)Jesse Plamondon-Willard
2022-02-09Cleanup and performance/allocation improvement for AssetDataForImage.PatchImageAmeisen
2021-04-04standardize spelling of 'macOS'Jesse Plamondon-Willard
2020-08-30use inheritdocJesse Plamondon-Willard
2020-02-20migrate to new method in SMAPI 3.3Jesse Plamondon-Willard
2019-12-20add console warning in paranoid modeJesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-10-09fix compile error on Linux/MacJesse Plamondon-Willard
2018-09-25simplify alpha blendingJesse Plamondon-Willard
2018-09-25add support for semi-transparency when overlaying imagesJesse Plamondon-Willard
2018-05-24minor fixesJesse Plamondon-Willard
2018-03-24tweak transparency threshold (#461)Jesse Plamondon-Willard
2018-03-23fix image overlay bugs on Linux/Mac (#461)Jesse Plamondon-Willard
2018-02-25fix issue where replacing an asset via asset.AsImage() or ↵Jesse Plamondon-Willard
asset.AsDictionary() has no effect
2017-10-07reorganise repo structureJesse Plamondon-Willard