Age | Commit message (Expand) | Author |
2022-10-16 | fix IsEquivalentTo no longer ignoring surrounding whitespace | Jesse Plamondon-Willard |
2022-10-16 | fix index-out-of-range error when StartsWith prefix is empty | Jesse Plamondon-Willard |
2022-10-16 | apply conventions to asset part enumerator | Jesse Plamondon-Willard |
2022-10-16 | tweak naming in new code | Jesse Plamondon-Willard |
2022-10-15 | And fixing the indexing math again. | atravita-mods |
2022-10-15 | make asset name comparing lazy. | atravita-mods |
2022-10-10 | Merge branch 'develop' into stable | Jesse Plamondon-Willard |
2022-10-10 | prepare for release | Jesse Plamondon-Willard |
2022-10-10 | fix error when Steam .vdf file doesn't exist | Jesse Plamondon-Willard |
2022-10-09 | Merge branch 'develop' into stable | Jesse Plamondon-Willard |
2022-10-09 | prepare for release | Jesse Plamondon-Willard |
2022-10-09 | fix package error | Jesse Plamondon-Willard |
2022-10-09 | drop UseRawImageLoading option | Jesse Plamondon-Willard |
2022-10-09 | split PyTK raw-image-load check into a separate method so it can be patched b... | Jesse Plamondon-Willard |
2022-10-09 | set texture name earlier to support mods like SpriteMaster | Jesse Plamondon-Willard |
2022-10-09 | add 'strict mode' release with deprecated APIs stripped out | Jesse Plamondon-Willard |
2022-10-09 | suppress Harmony debug mode by default | Jesse Plamondon-Willard |
2022-10-09 | update to Harmony 2.2.2 | Jesse Plamondon-Willard |
2022-10-09 | fix nullability warnings | Jesse Plamondon-Willard |
2022-10-09 | optimize string splits | Jesse Plamondon-Willard |
2022-10-09 | make deprecation warnings a bit stronger for the upcoming 4.0.0 release | Jesse Plamondon-Willard |
2022-10-09 | polish recent changes & update release notes | Jesse Plamondon-Willard |
2022-10-08 | Merge pull request #875 from pizzaoverhead/steamLibrarySupport | Jesse Plamondon-Willard |
2022-10-08 | update installer for VdfConverter & rework avoid custom models | Jesse Plamondon-Willard |
2022-10-08 | Merge pull request #874 from KhloeLeclair/specific_apis | Jesse Plamondon-Willard |
2022-10-08 | pass mod info to GetApi instead | Jesse Plamondon-Willard |
2022-10-08 | make GetApi methods mutually exclusive & improve docs | Jesse Plamondon-Willard |
2022-10-08 | Merge pull request #873 from atravita-mods/patch-1 | Jesse Plamondon-Willard |
2022-10-08 | Merge pull request #872 from tylergibbs2/fix-comparablelistwatcher-memleak | Jesse Plamondon-Willard |
2022-10-08 | Merge pull request #870 from atravita-mods/arraypooling | Jesse Plamondon-Willard |
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 |
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-10-08 | change square brackets to round ones in manifest name | Jesse Plamondon-Willard |
2022-10-07 | update FluentHttpClient | Jesse Plamondon-Willard |
2022-10-07 | fix issues with BundleExtraAssemblies | Jesse Plamondon-Willard |