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
/
Constants.cs
Age
Commit message (
Expand
)
Author
2017-04-23
unify SMAPI versions for SDV 1.11 and 1.2 using compile switches where needed...
Jesse Plamondon-Willard
2017-04-05
rewrite references to Game1.currentMinigame broken by SDV 1.2
Jesse Plamondon-Willard
2017-04-05
unbackport for SDV 1.2 branch (#258)
Jesse Plamondon-Willard
2017-04-01
add --log-path argument to specify SMAPI log path during testing
Jesse Plamondon-Willard
2017-03-30
always show friendly game version
Jesse Plamondon-Willard
2017-03-30
add upper version check (#258)
Jesse Plamondon-Willard
2017-03-30
backport SMAPI 1.9 to Stardew Valley 1.11 (#258)
Jesse Plamondon-Willard
2017-03-26
rewrite ItemStackChange references to correct namespace (#254)
Jesse Plamondon-Willard
2017-03-26
merge CIL finders & rewriters into one interface (#254)
Jesse Plamondon-Willard
2017-03-25
simplify CIL rewriter hierarchy
Jesse Plamondon-Willard
2017-03-25
rewrite removed font references for compatibility
Jesse Plamondon-Willard
2017-03-25
drop 'generic' prefix for rewriters since they're all generic now
Jesse Plamondon-Willard
2017-03-25
replace field-to-property rewriters with a generic rewriter
Jesse Plamondon-Willard
2017-03-25
replace SpriteBatch rewriter with a generic method mapper
Jesse Plamondon-Willard
2017-03-12
bump minimum game version
Jesse Plamondon-Willard
2017-03-12
remove unused IConfigFile (#238)
Jesse Plamondon-Willard
2017-03-12
update incompatibility record for Better Sprinklers
Jesse Plamondon-Willard
2017-03-12
add incompatibility finders for events removed in SMAPI 1.9 (#247)
Jesse Plamondon-Willard
2017-03-12
add several incompatibility finders for SMAPI 1.9 and SDV 1.2 (#247)
Jesse Plamondon-Willard
2017-03-12
replace individual instruction finders with generic implementations (#247)
Jesse Plamondon-Willard
2017-03-12
reject mods which reference obsolete SGame class (#247)
Jesse Plamondon-Willard
2017-03-12
reject mods which reference obsolete Game1.borderFont and Game1.smoothFont fi...
Jesse Plamondon-Willard
2017-03-12
reject mods which reference obsolete StardewModdingAPI.Extensions class (#247)
Jesse Plamondon-Willard
2017-03-12
add logic to detect incompatible mod instructions & reject mod load (#247)
Jesse Plamondon-Willard
2017-03-01
bump minimum game version
Jesse Plamondon-Willard
2017-02-24
clean up program properties
Jesse Plamondon-Willard
2017-02-24
fix game version checks not using semantic versioning
Jesse Plamondon-Willard
2017-02-24
clean up constants, avoid regenerating values unnecessarily
Jesse Plamondon-Willard
2017-02-24
fix game version always being detected as 1.2.9 because Game1.version is a co...
Jesse Plamondon-Willard
2017-02-23
merge config files
Jesse Plamondon-Willard
2017-02-22
update for Stardew Valley 1.9 (#231)
Jesse Plamondon-Willard
2017-02-16
make SMAPI core non-static, eliminate direct access between core components
Jesse Plamondon-Willard
2017-02-14
mark one constant internal
Jesse Plamondon-Willard
2017-02-09
make some constants internal (#231)
Jesse Plamondon-Willard
2017-02-09
add field rewriter for the `Game1.gameMode` change in SDV 1.2 (#231)
Jesse Plamondon-Willard
2017-02-09
add field rewriter for the `Game1.player` change in SDV 1.2 (#231)
Jesse Plamondon-Willard
2017-02-09
reorganise rewriters (#231)
Jesse Plamondon-Willard
2017-02-09
fix field rewriter not added to config (#231)
Jesse Plamondon-Willard
2017-02-09
generalise CIL rewriters for reuse (#231)
Jesse Plamondon-Willard
2017-02-08
bump minimum game version to 1.2 (#231)
Jesse Plamondon-Willard
2017-02-08
simplify log filename
Jesse Plamondon-Willard
2017-02-07
remove oldest deprecated code (#231)
Jesse Plamondon-Willard
2017-02-04
update for 1.8 release
Jesse Plamondon-Willard
2017-01-19
update for 1.7 release
Jesse Plamondon-Willard
2017-01-16
bump version, update release steps in readme
Jesse Plamondon-Willard
2016-12-23
update for SMAPI 1.5 release
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
autogenerate SMAPI config (#202)
Jesse Plamondon-Willard
2016-12-18
migrate manifest & version to interfaces with backwards compatibility (#197)
Jesse Plamondon-Willard
2016-12-12
update for 1.4 release
Jesse Plamondon-Willard
[next]