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-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
2016-12-04
update for 1.3 release
Jesse Plamondon-Willard
2016-12-04
fix comment headers
Jesse Plamondon-Willard
2016-12-04
update repository
Jesse Plamondon-Willard
2016-11-29
rewrite SpriteBatch.Begin calls for compatibility (#166)
Jesse Plamondon-Willard
2016-11-29
add framework for rewriting incompatible methods (#166)
Jesse Plamondon-Willard
2016-11-29
add separate project to support upcoming IL rewriting (#166)
Jesse Plamondon-Willard
2016-11-28
move assembly map into constants (#166)
Jesse Plamondon-Willard
2016-11-24
update for 1.2 release
Jesse Plamondon-Willard
2016-11-19
update for 1.1.1 release
Jesse Plamondon-Willard
2016-11-19
update for 1.1.1-alpha
Jesse Plamondon-Willard
2016-11-17
update for 1.1 release
Jesse Plamondon-Willard
2016-11-16
update for 1.1 beta
Jesse Plamondon-Willard
2016-11-11
update git repo for new-version check
Jesse Plamondon-Willard
2016-11-11
update for 1.0 release
Jesse Plamondon-Willard
2016-11-10
rewrite command parsing, fix null reference exceptions in some cases
Jesse Plamondon-Willard
2016-11-09
bump version for 1.0-beta2
Jesse Plamondon-Willard
2016-11-07
update for 1.0 beta
Jesse Plamondon-Willard
2016-11-04
add minimum game version check (#163)
Jesse Plamondon-Willard
2016-11-04
remove extensions from public interface, refactor & document
Jesse Plamondon-Willard
2016-11-04
move 'mods loaded' out of constants
Jesse Plamondon-Willard
2016-11-04
format & document constants
Jesse Plamondon-Willard
[next]