summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-10add experimental image load rewriteJesse Plamondon-Willard
2022-06-10rework VerboseLogging option to allow enabling for specific modsJesse Plamondon-Willard
2022-06-08avoid NPC pathfinding rebuild if reachable locations didn't changeJesse Plamondon-Willard
2022-06-06simplify repeated hash set creationJesse Plamondon-Willard
2022-06-01Merge branch 'develop' into stableJesse Plamondon-Willard
2022-06-01prepare for releaseJesse Plamondon-Willard
2022-05-31add backwards compatibility for mods using now-unused dependenciesJesse Plamondon-Willard
2022-05-31replace MemoryCache with custom cacheJesse Plamondon-Willard
2022-05-31remove `System.Reflection.Metadata.MetadataUpdater.IsSupported: false` in run...Jesse Plamondon-Willard
2022-05-27Merge branch 'develop' into stableJesse Plamondon-Willard
2022-05-27prepare for releaseJesse Plamondon-Willard
2022-05-27fix typoJesse Plamondon-Willard
2022-05-24fix split-screen error when a mod provides a localized asset in one screen bu...Jesse Plamondon-Willard
2022-05-23fix readme headings for mod build packageJesse Plamondon-Willard
2022-05-23add watcher names to simplify troubleshootingJesse Plamondon-Willard
2022-05-23fix nullable annotations in NetListWatcherJesse Plamondon-Willard
2022-05-23use <inheritdoc/> in watchersJesse Plamondon-Willard
2022-05-23shortcut common cases in hot code pathsJesse Plamondon-Willard
2022-05-22Merge branch 'develop' into stableJesse Plamondon-Willard
2022-05-22 prepare for releaseJesse Plamondon-Willard
2022-05-21fix error when mod localizes an unlocalizable asset and then stops doing soJesse Plamondon-Willard
2022-05-20add tick cache to asset propagationJesse Plamondon-Willard
2022-05-19defer asset reload during propagation when possibleJesse Plamondon-Willard
2022-05-19tweak asset propagator to avoid assumption that assets must be reloadedJesse Plamondon-Willard
2022-05-18simplify asset propagation a bit to prepare for the upcoming SDV 1.6Jesse Plamondon-Willard
2022-05-18fix asset type when checking if a mod asset existsJesse Plamondon-Willard
2022-05-18re-add internal content manager for asset propagationJesse Plamondon-Willard
2022-05-18update for the new CurseForge APIJesse Plamondon-Willard
2022-05-15Merge branch 'develop' into stableJesse Plamondon-Willard
2022-05-15prepare for releaseJesse Plamondon-Willard
2022-05-15fix wiki client not being disposedJesse Plamondon-Willard
2022-05-15fix typoJesse Plamondon-Willard
2022-05-15reduce performance impact of deprecation warningsJesse Plamondon-Willard
2022-05-14remove warning for mods which use `dynamic`Jesse Plamondon-Willard
2022-05-12Merge branch 'develop' into stableJesse Plamondon-Willard
2022-05-12prepare for releaseJesse Plamondon-Willard
2022-05-11log time change in verbose modeJesse Plamondon-Willard
2022-05-11rewrite asset operations to reduce allocationsJesse Plamondon-Willard
2022-05-11don't raise events that have no listenersJesse Plamondon-Willard
2022-05-11replace event.HasListeners() with propertyJesse Plamondon-Willard
2022-05-11cache verbose flag in main update methodJesse Plamondon-Willard
2022-05-11move filtering only used in one place out of managed eventJesse Plamondon-Willard
2022-05-11optimize raising events for the most common casesJesse Plamondon-Willard
2022-05-11fix error when mod loads XNB mod file without extensionJesse Plamondon-Willard
2022-05-11add error code to SContentLoadExceptionJesse Plamondon-Willard
2022-05-10remove unused IsPerformanceCritical event fieldJesse Plamondon-Willard
2022-05-10fix asset propagation for player sprite recolor masksJesse Plamondon-Willard
2022-05-09update schema for Content Patcher 1.26.0Jesse Plamondon-Willard
2022-05-08Merge branch 'develop' into stableJesse Plamondon-Willard
2022-05-08prepare for releaseJesse Plamondon-Willard