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
/
Models
Age
Commit message (
Expand
)
Author
2017-10-07
reorganise repo structure
Jesse Plamondon-Willard
2017-09-26
minor cleanup after 1.x removal
Jesse Plamondon-Willard
2017-09-25
consolidate update fields in manifest & SMAPI config (#336, #361)
Jesse Plamondon-Willard
2017-09-24
add support for remapping legacy versions for update checks (#361)
Jesse Plamondon-Willard
2017-09-24
remove name from data record (#361)
Jesse Plamondon-Willard
2017-09-24
add support for specifying default update fields, migrate mods already in mod...
Jesse Plamondon-Willard
2017-09-24
add support for update checks from the Chucklefish mod site (#336)
Jesse Plamondon-Willard
2017-09-24
revamp mod compatibility fields to allow broader use of mod data records (#361)
Jesse Plamondon-Willard
2017-09-23
abstract mod IDs with multiple variants (#361)
Jesse Plamondon-Willard
2017-09-23
rename mod compatibility records for broader use (#361)
Jesse Plamondon-Willard
2017-09-23
unify disabled-mod and compatibility lists (#361)
Jesse Plamondon-Willard
2017-09-23
rename mod compatibility type for broader use (#361)
Jesse Plamondon-Willard
2017-09-23
drop support for SMAPI 1.x (#360)
Jesse Plamondon-Willard
2017-09-23
add mod update checks based on manifest fields (#336)
Jesse Plamondon-Willard
2017-09-23
migrate SMAPI update check to new web API (#336)
Jesse Plamondon-Willard
2017-07-23
add support for disambiguating IDs in mod compatibility list
Jesse Plamondon-Willard
2017-07-23
simplify compatibility list by defaulting compatibility type, update readme
Jesse Plamondon-Willard
2017-07-23
simplify compatibility skip message in 2.0 & combine update URL fields
Jesse Plamondon-Willard
2017-07-23
simplify mod compatibility model parsing
Jesse Plamondon-Willard
2017-07-23
rename ManifestFieldConverter for broader usage
Jesse Plamondon-Willard
2017-07-10
enable SMAPI 2.0 mode by default
Jesse Plamondon-Willard
2017-07-06
add optional mod dependencies in SMAPI 2.0 (#287)
Jesse Plamondon-Willard
2017-07-03
add SMAPI 2.0 compile mode
Jesse Plamondon-Willard
2017-06-26
change manifest.MinimumApiVersion to ISemanticVersion
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-05-21
enable mod dependencies (#285)
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-15
update compatibility blacklist for SDV 1.2
Jesse Plamondon-Willard
2017-05-13
add basic dependencies to manifest (#285)
Jesse Plamondon-Willard
2017-05-11
organise a few framework classes
Jesse Plamondon-Willard
2017-05-08
add optional verbose context logging
Jesse Plamondon-Willard
2017-03-14
let players override SMAPI incompatible-code detection if needed
Jesse Plamondon-Willard
2017-02-23
move incompatible mod logic into mod registry
Jesse Plamondon-Willard
2017-02-23
merge config files
Jesse Plamondon-Willard
2017-01-14
add support for custom incompatible-mod-version error text
Jesse Plamondon-Willard
2017-01-14
add support for incompatible mod version ranges
Jesse Plamondon-Willard
2016-12-22
add support for unofficial updates which suffix the official version number w...
Jesse Plamondon-Willard
2016-12-22
skip mods known to be incompatible and display error with update links (#192)
Jesse Plamondon-Willard
2016-12-22
move models into namespace (#192)
Jesse Plamondon-Willard