Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-08 | tweak new code | Jesse Plamondon-Willard | |
2022-10-08 | use try..finally to make sure rented arrays are returned | Jesse Plamondon-Willard | |
2022-10-08 | fix indexing math again. | atravita-mods | |
2022-10-08 | Avoid copying memory for contingous buffers. | atravita-mods | |
2022-10-08 | fix indexing again, because apparently I'm bad at math now? | atravita-mods | |
2022-10-08 | cleanup and comments | atravita-mods | |
2022-10-08 | use startindex/endindex since I've already calculated those... | atravita-mods | |
2022-10-08 | Skip transparent rows at the start and end when doing a patch overlay. | atravita-mods | |
2022-10-08 | Avoid making copy if the source image is just taller than the sourceArea. | atravita-mods | |
2022-10-08 | fix fast-track array copying | atravita-mods | |
2022-10-08 | Partially revert "Favor record structs when there are four or fewer elements." | atravita-mods | |
This reverts commit f5d49515c4eddfb415903a89d70654cf9b6de299. | |||
2022-10-08 | hide throwhelper from stack trace in dotnet 6 | atravita-mods | |
2022-10-08 | Favor record structs when there are four or fewer elements. | atravita-mods | |
2022-10-08 | Skip math if above is fully opaque. | atravita-mods | |
2022-10-08 | arraypool in the modcontentmanager, a bit of fussing | atravita-mods | |
2022-10-08 | Use array pools in editing images. | atravita-mods | |
2022-10-08 | Pre-calculate the strings for log levels. | atravita-mods | |
2022-08-31 | Merge branch 'develop' into stable | Jesse Plamondon-Willard | |
2022-08-31 | prepare for release | Jesse Plamondon-Willard | |
2022-08-31 | remove compatibility section in the new app manifest | Jesse Plamondon-Willard | |
This apparently leads to NoSuitableGraphicsDeviceException errors when launching SMAPI for some players. | |||
2022-08-29 | Merge branch 'develop' into stable | Jesse Plamondon-Willard | |
2022-08-29 | prepare for release | Jesse Plamondon-Willard | |
2022-08-29 | deprecate PyTK compatibility mode | Jesse Plamondon-Willard | |
2022-08-29 | update compatibility workaround for the recent PyTK update | Jesse Plamondon-Willard | |
2022-08-24 | distinguish empty/XNB folders from invalid manifest for error-tracking | Jesse Plamondon-Willard | |
2022-08-24 | fix broken mods with no ID listed as duplicate | Jesse Plamondon-Willard | |
2022-08-20 | Merge branch 'develop' into stable | Jesse Plamondon-Willard | |
2022-08-20 | prepare for release | Jesse Plamondon-Willard | |
2022-08-20 | fix early mod load errors incorrectly suppressed | Jesse Plamondon-Willard | |
2022-08-20 | fix deprecation notices split into two messages unnecessarily | Jesse Plamondon-Willard | |
2022-08-18 | update schema for Content Patcher 1.28.0 | Jesse Plamondon-Willard | |
2022-08-16 | fix log parser error if a mod logged a null character | Jesse Plamondon-Willard | |
2022-08-16 | clarify docs | Jesse Plamondon-Willard | |
2022-08-16 | log error if mod files are detected directly under Mods folder | Jesse Plamondon-Willard | |
2022-08-14 | switch SMAPI to portable PDB format | Jesse Plamondon-Willard | |
2022-08-08 | fix log parsing for invalid content packs (#860) | Jesse Plamondon-Willard | |
2022-08-08 | set error code on exit (#868) | Jesse Plamondon-Willard | |
2022-08-08 | fix error when a mod is both duplicated and missing the DLL | Jesse Plamondon-Willard | |
2022-08-08 | update release notes | Jesse Plamondon-Willard | |
2022-08-08 | Merge pull request #869 from atravita-mods/patch-1 | Jesse Plamondon-Willard | |
Add error message for invalid PNG | |||
2022-08-08 | Merge pull request #867 from lanturnalis/develop | Jesse Plamondon-Willard | |
Add condition to DebugType to allow for overriding | |||
2022-08-08 | tweak new error text | Jesse Plamondon-Willard | |
2022-08-08 | remove DebugType build property | Jesse Plamondon-Willard | |
The 'portable' format is preferred in newer .NET versions, but it's set by default now so we don't need to override it anymore. | |||
2022-08-05 | Adds an error message for an invaild png | atravita-mods | |
2022-07-28 | undo $@ to $* change per discussion | Jesse Plamondon-Willard | |
2022-07-28 | Merge pull request #865 from ishanjalan/unix-launcher-changes | Jesse Plamondon-Willard | |
Apply suggested fixes from Rider in Unix launcher * [error] Argument mixes string and array. Use * or separate argument. * [warn] Declare and assign separately to avoid masking return values. * [warn] Quote to prevent word splitting. * [hint] echo may not expand escape sequences. Use printf. * [hint] read without -r will mangle backslashes. * [hint] Double quote to prevent globbing and word splitting. | |||
2022-07-28 | Merge pull request #864 from KediDili/develop | Jesse Plamondon-Willard | |
Fix Turkish translation | |||
2022-07-28 | Merge pull request #863 from ↵ | Jesse Plamondon-Willard | |
Pathoschild/dependabot/nuget/src/SMAPI.Web/Azure.Storage.Blobs-12.13.0 Bump Azure.Storage.Blobs from 12.12.0 to 12.13.0 | |||
2022-07-28 | Merge pull request #862 from ishanjalan/default-shell-macOS | Jesse Plamondon-Willard | |
Tweak macOS launcher to use the default terminal | |||
2022-07-25 | Add condition to DebugType to allow for overriding | lanturnalis | |