index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
StardewModdingAPI
/
Framework
Age
Commit message (
Expand
)
Author
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
2017-05-17
drop support for multiple player indexes (not relevant for Stardew Valley)
Jesse Plamondon-Willard
2017-05-17
fix crash in unreleased code when loading a save that hasn't visited the mine...
Jesse Plamondon-Willard
2017-05-17
adjust return-to-title code
Jesse Plamondon-Willard
2017-05-17
fix errors during overridden update loop immediately crashing the game with n...
Jesse Plamondon-Willard
2017-05-16
add compile flag for experimental mod dependencies features
Jesse Plamondon-Willard
2017-05-16
Merge branch 'feature/285-mod-dependencies' into develop
Jesse Plamondon-Willard
2017-05-16
fix maps not recognising custom tilesheets added through the SMAPI content API
Jesse Plamondon-Willard
2017-05-15
add Context.IsWorldReady flag
Jesse Plamondon-Willard
2017-05-15
update compatibility blacklist for SDV 1.2
Jesse Plamondon-Willard
2017-05-14
fix world/player events being raised when the player loads a save due to valu...
Jesse Plamondon-Willard
2017-05-14
rewrite dependency logic to resolve dependency loops by disabling the affecte...
Jesse Plamondon-Willard
2017-05-14
replace mod indexes with references in dependency-sorting logic (#285)
Jesse Plamondon-Willard
2017-05-13
pass SMAPI version into metadata validation to simplify unit tests (#285)
Jesse Plamondon-Willard
2017-05-13
pass API version into mod metadata validation to simplify unit testing (#285)
Jesse Plamondon-Willard
[next]