summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-21Merge branch 'develop' into stableJesse Plamondon-Willard
2022-10-21prepare for releaseJesse Plamondon-Willard
2022-10-19simplify ContentPackFor validation checkTyler
2022-10-18add detailed manifest validation errors at build timeTyler
2022-10-18fix this case.atravita-mods
2022-10-17prevent Steam vdf read errors from crashing the installerJesse Plamondon-Willard
2022-10-16fix issues with subfoldersatravita-mods
2022-10-16update release notesJesse Plamondon-Willard
2022-10-16Merge pull request #879 from atravita-mods/FixIndexingAgainJesse Plamondon-Willard
Fix image patching index math
2022-10-16add missing test adapter packageJesse Plamondon-Willard
2022-10-16reduce sequential bool checks a bitJesse Plamondon-Willard
2022-10-16fix IsEquivalentTo no longer ignoring surrounding whitespaceJesse Plamondon-Willard
2022-10-16fix index-out-of-range error when StartsWith prefix is emptyJesse Plamondon-Willard
2022-10-16apply conventions to asset part enumeratorJesse Plamondon-Willard
2022-10-16tweak naming in new codeJesse Plamondon-Willard
2022-10-15And fixing the indexing math again.atravita-mods
2022-10-15make asset name comparing lazy.atravita-mods
2022-10-10Merge branch 'develop' into stableJesse Plamondon-Willard
2022-10-10prepare for releaseJesse Plamondon-Willard
2022-10-10fix error when Steam .vdf file doesn't existJesse Plamondon-Willard
2022-10-09Merge branch 'develop' into stableJesse Plamondon-Willard
2022-10-09prepare for releaseJesse Plamondon-Willard
2022-10-09fix package errorJesse Plamondon-Willard
2022-10-09drop UseRawImageLoading optionJesse Plamondon-Willard
Raw image loading is now always enabled, except in PyTK compatibility mode.
2022-10-09split PyTK raw-image-load check into a separate method so it can be patched ↵Jesse Plamondon-Willard
by mods like SpriteMaster
2022-10-09set texture name earlier to support mods like SpriteMasterJesse Plamondon-Willard
2022-10-09add 'strict mode' release with deprecated APIs stripped outJesse Plamondon-Willard
2022-10-09suppress Harmony debug mode by defaultJesse Plamondon-Willard
2022-10-09update to Harmony 2.2.2Jesse Plamondon-Willard
2022-10-09fix nullability warningsJesse Plamondon-Willard
2022-10-09optimize string splitsJesse Plamondon-Willard
2022-10-09make deprecation warnings a bit stronger for the upcoming 4.0.0 releaseJesse Plamondon-Willard
2022-10-09polish recent changes & update release notesJesse Plamondon-Willard
2022-10-08Merge pull request #875 from pizzaoverhead/steamLibrarySupportJesse Plamondon-Willard
Find installs in alternate Steam library locations
2022-10-08update installer for VdfConverter & rework avoid custom modelsJesse Plamondon-Willard
2022-10-08Merge pull request #874 from KhloeLeclair/specific_apisJesse Plamondon-Willard
Add `IMod.GetApi(IManifest manifest)`
2022-10-08pass mod info to GetApi insteadJesse Plamondon-Willard
2022-10-08make GetApi methods mutually exclusive & improve docsJesse Plamondon-Willard
2022-10-08Merge pull request #873 from atravita-mods/patch-1Jesse Plamondon-Willard
Ignore more file extensions when scanning for mods
2022-10-08Merge pull request #872 from tylergibbs2/fix-comparablelistwatcher-memleakJesse Plamondon-Willard
Fix ComparableListWatcher not removing items in zero case
2022-10-08Merge pull request #870 from atravita-mods/arraypoolingJesse Plamondon-Willard
Use array pooling and various optimizations to reduce allocations
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