Age | Commit message (Expand) | Author |
2017-07-07 | make deprecation warnings a bit less scary until we finish first-pass SMAPI 2... | Jesse Plamondon-Willard |
2017-07-06 | add optional mod dependencies in SMAPI 2.0 (#287) | Jesse Plamondon-Willard |
2017-07-06 | serialise SButtons as string in config.json (#316) | Jesse Plamondon-Willard |
2017-07-05 | add InputEvents which unify keyboard, mouse, and controller input with more m... | Jesse Plamondon-Willard |
2017-07-04 | tweak method name per feedback (#255) | Jesse Plamondon-Willard |
2017-07-03 | fix crash in new content manager when returning to title (#255) | Jesse Plamondon-Willard |
2017-07-03 | defer some console changes until SMAPI 2.0 | Jesse Plamondon-Willard |
2017-07-03 | update deprecation warning text | Jesse Plamondon-Willard |
2017-07-03 | remove System.ValueTuple | Jesse Plamondon-Willard |
2017-07-03 | add SMAPI 2.0 compile mode | Jesse Plamondon-Willard |
2017-07-02 | slim down console output for players some more | Jesse Plamondon-Willard |
2017-07-02 | simplify log timestamps in console (except in developer mode) | Jesse Plamondon-Willard |
2017-07-02 | fix rare crash for some players when window loses focus (#306) | Jesse Plamondon-Willard |
2017-07-02 | throw more useful error when JSON file is invalid (#314) | Jesse Plamondon-Willard |
2017-07-01 | add support for asset loaders (#255) | Jesse Plamondon-Willard |
2017-07-01 | improve error handling when mods set invalid asset value (#255) | Jesse Plamondon-Willard |
2017-07-01 | let mods implement IAssetEditor for simple cases (#255) | Jesse Plamondon-Willard |
2017-07-01 | reset asset cache when a new interceptor is added (#255) | Jesse Plamondon-Willard |
2017-07-01 | ensure there's only one content manager instance (#255) | Jesse Plamondon-Willard |
2017-07-01 | tweak asset interception code to simplify future work (#255) | Jesse Plamondon-Willard |
2017-07-01 | rewrite content interception using latest proposed API (#255) | Jesse Plamondon-Willard |
2017-06-26 | change manifest.MinimumApiVersion to ISemanticVersion | Jesse Plamondon-Willard |
2017-06-26 | improve logging when SMAPI loads mods | Jesse Plamondon-Willard |
2017-06-18 | show friendly error when parsing a manifest version fails (#308) | Jesse Plamondon-Willard |
2017-06-18 | enable string versions in manifest.json (#308) | Jesse Plamondon-Willard |
2017-06-18 | add support for minimum dependency versions (#286) | Jesse Plamondon-Willard |
2017-06-12 | add separate list of obsolete mods | Jesse Plamondon-Willard |
2017-06-03 | tweak translation API to always return translations (#303) | Jesse Plamondon-Willard |
2017-05-28 | drop special case for SDV 1.2.29 bug (min version is now 1.2.30) | Jesse Plamondon-Willard |
2017-05-28 | add shortcut for translation with tokens (#296) | Jesse Plamondon-Willard |
2017-05-28 | shorten translation method name, remove helper method (#296) | Jesse Plamondon-Willard |
2017-05-28 | refactor translation init for reuse (#296) | Jesse Plamondon-Willard |
2017-05-28 | add shortcut indexer to translation API (#296) | Jesse Plamondon-Willard |
2017-05-28 | remove unneeded SGame fields | Jesse Plamondon-Willard |
2017-05-27 | fix content API not matching XNB files with two dots (like 'a.b.xnb') if exte... | Jesse Plamondon-Willard |
2017-05-26 | fix errors handling dependencies if some mods have no manifest | Jesse Plamondon-Willard |
2017-05-25 | reduce ContentLoadException nesting | Jesse Plamondon-Willard |
2017-05-25 | fix tilesheets for local XNB maps too | Jesse Plamondon-Willard |
2017-05-25 | expand .tbin loading to support custom tilesheets from the mod folder | Jesse Plamondon-Willard |
2017-05-25 | minor cleanup | Jesse Plamondon-Willard |
2017-05-26 | Added experimental .tbin support | Platonymous |
2017-05-24 | add translation API (#296) | Jesse Plamondon-Willard |
2017-05-23 | fix rare crash when window loses focus for some players | Jesse Plamondon-Willard |
2017-05-21 | reimplement event deprecation warnings to fix "unknown mod" warnings | Jesse Plamondon-Willard |
2017-05-21 | fix smapi-crash.txt being copied from default log even if --log-path is speci... | Jesse Plamondon-Willard |
2017-05-21 | enable mod dependencies (#285) | Jesse Plamondon-Willard |
2017-05-20 | add metadata to internal mod registry & use mod display name everywhere | Jesse Plamondon-Willard |
2017-05-17 | also raise location-list-changed on load | Jesse Plamondon-Willard |
2017-05-17 | fix mod-loading code not accounting for metadata failure | Jesse Plamondon-Willard |
2017-05-17 | raise location/player changed events on load | Jesse Plamondon-Willard |