summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-28add token support for instance fields, expand unit test (#296)Jesse Plamondon-Willard
2017-05-28combine Translation::Tokens overloads, support dictionaries with any generic ↵Jesse Plamondon-Willard
types (#296)
2017-05-28make unit test easier to extend (#296)Jesse Plamondon-Willard
2017-05-28shorten translation method name, remove helper method (#296)Jesse Plamondon-Willard
2017-05-28add 'reload_i18n' console command to reload translation files (#296)Jesse Plamondon-Willard
2017-05-28refactor translation init for reuse (#296)Jesse Plamondon-Willard
2017-05-28add shortcut indexer to translation API (#296)Jesse Plamondon-Willard
2017-05-28minor cleanupJesse Plamondon-Willard
2017-05-28simplify debug command output (#297)Jesse Plamondon-Willard
2017-05-28log debug command output (#297)Jesse Plamondon-Willard
2017-05-28remove unneeded SGame fieldsJesse Plamondon-Willard
2017-05-27add Context.IsPlayerFreeJesse Plamondon-Willard
2017-05-27fix content API not matching XNB files with two dots (like 'a.b.xnb') if ↵Jesse Plamondon-Willard
extension isn't specified
2017-05-27improve libgdiplus.dylib fix for Mono playersJesse Plamondon-Willard
2017-05-26standardise indentation in unix launcherJesse Plamondon-Willard
2017-05-26fix errors handling dependencies if some mods have no manifestJesse Plamondon-Willard
2017-05-25reduce ContentLoadException nestingJesse Plamondon-Willard
2017-05-25update release notes for map changesJesse Plamondon-Willard
2017-05-25fix tilesheets for local XNB maps tooJesse Plamondon-Willard
2017-05-25expand .tbin loading to support custom tilesheets from the mod folderJesse Plamondon-Willard
2017-05-25minor cleanupJesse Plamondon-Willard
2017-05-26Added experimental .tbin supportPlatonymous
2017-05-24add translation unit tests (#296)Jesse Plamondon-Willard
2017-05-24add translation API (#296)Jesse Plamondon-Willard
2017-05-23fix Context.IsInDrawLoop having a public setterJesse Plamondon-Willard
2017-05-23fix rare crash when window loses focus for some playersJesse Plamondon-Willard
2017-05-22show friendly error when running install.exe from within zip fileJesse Plamondon-Willard
2017-05-22add Context.IsInDrawLoop for specialised modsJesse Plamondon-Willard
2017-05-21reimplement event deprecation warnings to fix "unknown mod" warningsJesse Plamondon-Willard
2017-05-21fix smapi-crash.txt being copied from default log even if --log-path is ↵Jesse Plamondon-Willard
specified
2017-05-21enable mod dependencies (#285)Jesse Plamondon-Willard
2017-05-20update installer readmeJesse Plamondon-Willard
2017-05-20show friendly errors when the game is missing or pre-1.2Jesse Plamondon-Willard
2017-05-20Merge branch 'develop' into stableJesse Plamondon-Willard
2017-05-20bump version for releaseJesse Plamondon-Willard
2017-05-20add metadata to internal mod registry & use mod display name everywhereJesse Plamondon-Willard
2017-05-19fix error when loading a mod with no versionJesse Plamondon-Willard
2017-05-19Merge branch 'develop' into stableJesse Plamondon-Willard
2017-05-19bump version for releaseJesse Plamondon-Willard
2017-05-18improve game install path detectionJesse Plamondon-Willard
2017-05-18fix build error with Mono 5.0 on Linux/MacJesse Plamondon-Willard
2017-05-17also raise location-list-changed on loadJesse Plamondon-Willard
2017-05-17fix mod-loading code not accounting for metadata failureJesse Plamondon-Willard
2017-05-17raise location/player changed events on loadJesse Plamondon-Willard
2017-05-17clarify release noteJesse Plamondon-Willard
2017-05-17drop support for multiple player indexes (not relevant for Stardew Valley)Jesse Plamondon-Willard
2017-05-17fix crash in unreleased code when loading a save that hasn't visited the ↵Jesse Plamondon-Willard
mines yet
2017-05-17adjust return-to-title codeJesse Plamondon-Willard
2017-05-17fix errors during overridden update loop immediately crashing the game with ↵Jesse Plamondon-Willard
no log entry
2017-05-16add internal refactoring to release notesJesse Plamondon-Willard