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 (
Collapse
)
Author
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
# Conflicts: # src/StardewModdingAPI/Framework/ModRegistry.cs # src/StardewModdingAPI/Program.cs
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 ↵
Jesse Plamondon-Willard
with a pre-release label (#192)
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