summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-08Merge pull request #870 from atravita-mods/arraypoolingJesse 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
2022-10-08hide throwhelper from stack trace in dotnet 6atravita-mods
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-10-08Pre-calculate the strings for log levels.atravita-mods
2022-10-08change square brackets to round ones in manifest nameJesse Plamondon-Willard
2022-10-07update FluentHttpClientJesse Plamondon-Willard
2022-10-07fix issues with BundleExtraAssembliesJesse Plamondon-Willard
2022-09-28fix handling of GitHub prerelease versions marked as non-prereleaseJesse Plamondon-Willard
2022-08-31prepare for releaseJesse Plamondon-Willard
2022-08-31remove compatibility section in the new app manifestJesse Plamondon-Willard
2022-08-29prepare for releaseJesse Plamondon-Willard
2022-08-29deprecate PyTK compatibility modeJesse Plamondon-Willard
2022-08-29update compatibility workaround for the recent PyTK updateJesse Plamondon-Willard
2022-08-24distinguish empty/XNB folders from invalid manifest for error-trackingJesse Plamondon-Willard
2022-08-24fix broken mods with no ID listed as duplicateJesse Plamondon-Willard
2022-08-20prepare for releaseJesse Plamondon-Willard
2022-08-20fix early mod load errors incorrectly suppressedJesse Plamondon-Willard
2022-08-20fix deprecation notices split into two messages unnecessarilyJesse Plamondon-Willard
2022-08-18update schema for Content Patcher 1.28.0Jesse Plamondon-Willard
2022-08-16fix log parser error if a mod logged a null characterJesse Plamondon-Willard
2022-08-16log error if mod files are detected directly under Mods folderJesse Plamondon-Willard
2022-08-08fix log parsing for invalid content packs (#860)Jesse Plamondon-Willard
2022-08-08set error code on exit (#868)Jesse Plamondon-Willard
2022-08-08fix error when a mod is both duplicated and missing the DLLJesse Plamondon-Willard
2022-08-08Merge pull request #869 from atravita-mods/patch-1Jesse Plamondon-Willard
2022-08-08Merge pull request #867 from lanturnalis/developJesse Plamondon-Willard
2022-08-08tweak new error textJesse Plamondon-Willard
2022-08-08remove DebugType build propertyJesse Plamondon-Willard
2022-08-05Adds an error message for an invaild pngatravita-mods
2022-07-28undo $@ to $* change per discussionJesse Plamondon-Willard
2022-07-28Merge pull request #865 from ishanjalan/unix-launcher-changesJesse Plamondon-Willard
2022-07-28Merge pull request #864 from KediDili/developJesse Plamondon-Willard
2022-07-28Merge pull request #863 from Pathoschild/dependabot/nuget/src/SMAPI.Web/Azure...Jesse Plamondon-Willard
2022-07-25Add condition to DebugType to allow for overridinglanturnalis
2022-07-24Jetbrains Rider suggestionsIshan Jalan
2022-07-24unix-launcher.sh optimisationsIshan Jalan