Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-14 | fix year edge case in date calculations | Jesse Plamondon-Willard | |
2019-09-14 | disable mod-level asset caching (#644) | Jesse Plamondon-Willard | |
This fixes an issue where some asset references could be shared between content managers, causing changes to propagate unintentionally. | |||
2019-09-14 | no longer forward managed asset keys loaded through a mod content manager (#644) | Jesse Plamondon-Willard | |
That isn't needed for any documented functionality, and allowed mods to load (and in some cases edit) a different mod's local assets. | |||
2019-09-14 | move most mod asset loading logic into content managers (#644) | Jesse Plamondon-Willard | |
This fixes mods needing to load Map assets manually before the game could load them via internal key. | |||
2019-09-14 | add separate LogNetworkTraffic option | Jesse Plamondon-Willard | |
2019-09-14 | fix tilesheets seasonalised when loading an indoor map | Jesse Plamondon-Willard | |
2019-09-14 | fix tilesheets not seasonalised when a map is reloaded (#642) | Jesse Plamondon-Willard | |
2019-09-14 | batch reload assets in some cases | Jesse Plamondon-Willard | |
2019-09-14 | fix cache misses for non-English players | Jesse Plamondon-Willard | |
2019-09-14 | fix inconsistent LoadStage behavior when creating a new save | Jesse Plamondon-Willard | |
2019-09-14 | improve XNB mod and ignore file matching | Jesse Plamondon-Willard | |
2019-09-14 | consolidate XNB mods when scanning mods | Jesse Plamondon-Willard | |
2019-09-14 | drop monitor.ExitGameImmediately method | Jesse Plamondon-Willard | |
This is bad practice in most cases, and was only used by two mods which didn't legitimately need to exit immediately. | |||
2019-09-14 | update release notes, tweak launch script comments (#640) | Jesse Plamondon-Willard | |
2019-09-14 | update code for SDV 1.4 (#638) | Jesse Plamondon-Willard | |
2019-09-14 | fix translatable assets not updated when switching language (#586) | Jesse Plamondon-Willard | |
2019-09-14 | list all detected issues in trace logs for incompatible mods | Jesse Plamondon-Willard | |
2019-09-14 | update compatibility list | Jesse Plamondon-Willard | |
2019-09-14 | load mods much earlier so they can intercept all content assets | Jesse Plamondon-Willard | |
2019-09-14 | fix incorrect input check, update release notes | Jesse Plamondon-Willard | |
2019-09-14 | add content pack translations | Jesse Plamondon-Willard | |
2019-09-14 | fix log level for multiplayer 'received message' logs | Jesse Plamondon-Willard | |
2019-09-14 | remove deprecated APIs (#606) | Jesse Plamondon-Willard | |
2019-09-14 | better handle player reconnecting before disconnection is registered | Jesse Plamondon-Willard | |
2019-09-14 | fix Save Backup not pruning old backups if they're uncompressed | Jesse Plamondon-Willard | |
2019-09-14 | update NuGet packages | Jesse Plamondon-Willard | |
2019-09-14 | add HasFile content pack method | Jesse Plamondon-Willard | |
2019-09-13 | update for release | Jesse Plamondon-Willard | |
2019-09-13 | fix 'unknown file extension' error not listing .json as a valid extension | Jesse Plamondon-Willard | |
2019-09-13 | prevent mods from crashing the game with invalid dialogue in more cases | Jesse Plamondon-Willard | |
2019-09-13 | add Android instructions to log parser | Jesse Plamondon-Willard | |
2019-09-13 | fix log parser failing for logs with dot-delimited time formats | Jesse Plamondon-Willard | |
2019-09-13 | update mod list filters to always display clicked mod link | Jesse Plamondon-Willard | |
2019-09-13 | fix 'location list changed' verbose log not correctly listing changes | Jesse Plamondon-Willard | |
2019-09-13 | update release notes (#636) | Jesse Plamondon-Willard | |
2019-09-13 | fix errors during early startup not shown before exit | Jesse Plamondon-Willard | |
2019-09-13 | fix release note | Jesse Plamondon-Willard | |
2019-09-13 | default Monitor.Log to trace | Jesse Plamondon-Willard | |
2019-09-13 | prevent invalid items from breaking menus on hover | Jesse Plamondon-Willard | |
2019-09-13 | update release notes | Jesse Plamondon-Willard | |
2019-04-22 | prepare for 2.11.2 release | Jesse Plamondon-Willard | |
2019-04-22 | fix error on Mac when a custom map references a vanilla tilesheet that only ↵ | Jesse Plamondon-Willard | |
exists under Content/Maps | |||
2019-04-22 | add release note (#633) | Jesse Plamondon-Willard | |
2019-03-17 | prepare for 2.11.1 release | Jesse Plamondon-Willard | |
2019-03-17 | add crops to world_clear | Jesse Plamondon-Willard | |
2019-03-17 | fix world_clear removing chests that match a debris name | Jesse Plamondon-Willard | |
2019-03-16 | add support for suppressing warnings in mod DB | Jesse Plamondon-Willard | |
2019-03-16 | update support list & release notes | Jesse Plamondon-Willard | |
2019-03-16 | set max game version to prepare for 1.4 release | Jesse Plamondon-Willard | |
2019-03-14 | add release note (#627) | Jesse Plamondon-Willard | |