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
Age
Commit message (
Collapse
)
Author
2017-07-01
update readme
Jesse Plamondon-Willard
2017-07-01
group skipped mods in console log
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-27
fix corrupted state exceptions not being logged by SMAPI
Jesse Plamondon-Willard
2017-06-27
clean up log output when loading mods
Jesse Plamondon-Willard
2017-06-26
add CONTRIBUTING.md file
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-19
add manual install steps to readme (removing from main guide)
Jesse Plamondon-Willard
2017-06-19
when the ObjectInformation.xnb file is broken, print one error instead of a ↵
Jesse Plamondon-Willard
warning flood
2017-06-19
add unit tests for version comparison
Jesse Plamondon-Willard
2017-06-19
make version parsing stricter, add unit tests for parsing (#309)
Jesse Plamondon-Willard
2017-06-18
reorganise unit tests
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 IEquatable<SDate> interface to SDate (#307)
Jesse Plamondon-Willard
2017-06-18
simplify date operators by making SDate.GetHashCode() return unique ordered ↵
Jesse Plamondon-Willard
values, expand unit tests (#307)
2017-06-18
add tuples to test project (#307)
Jesse Plamondon-Willard
2017-06-18
remove test adapter (#307)
Jesse Plamondon-Willard
2017-06-18
- This adds in operators to SDate. And Tests. And a NUnit Adapter - sorry ↵
Nicholas Johnson
about the latter..
2017-06-18
add support for minimum dependency versions (#286)
Jesse Plamondon-Willard
2017-06-18
enable C# 7 tuples
Jesse Plamondon-Willard
2017-06-12
add SerializerUtils to obsolete-mods list
Jesse Plamondon-Willard
2017-06-12
add separate list of obsolete mods
Jesse Plamondon-Willard
2017-06-07
add date utility
Jesse Plamondon-Willard
2017-06-04
Add player_addwallpaper and player_addflooring
Chase W
2017-06-04
Merge branch 'develop' into stable
Jesse Plamondon-Willard
2017-06-04
bump version for release
Jesse Plamondon-Willard
2017-06-03
tweak translation API to always return translations (#303)
Jesse Plamondon-Willard
2017-06-02
tweak 1.14 release notes
Jesse Plamondon-Willard
2017-06-02
fix release notes log links
Jesse Plamondon-Willard
2017-06-02
Merge branch 'develop' into stable
Jesse Plamondon-Willard
2017-06-02
update for release
Jesse Plamondon-Willard
2017-06-02
add TimeSpeed <2.2.1 to incompatibility list
Jesse Plamondon-Willard
2017-06-02
bump incompatible version of Better Sprinklers
Jesse Plamondon-Willard
2017-05-29
deprecate TimeEvents.DayOfMonthChanged, SeasonOfYearChanged, and ↵
Jesse Plamondon-Willard
YearOfGameChanged
2017-05-29
fix translation error when passing tokens for a null translation (#296)
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
bump minimum game version to 1.2.30
Jesse Plamondon-Willard
2017-05-28
add shortcut for translation with tokens (#296)
Jesse Plamondon-Willard
2017-05-28
add token support for instance fields, expand unit test (#296)
Jesse Plamondon-Willard
2017-05-28
combine Translation::Tokens overloads, support dictionaries with any generic ↵
Jesse Plamondon-Willard
types (#296)
2017-05-28
make unit test easier to extend (#296)
Jesse Plamondon-Willard
2017-05-28
shorten translation method name, remove helper method (#296)
Jesse Plamondon-Willard
2017-05-28
add 'reload_i18n' console command to reload translation files (#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
minor cleanup
Jesse Plamondon-Willard
2017-05-28
simplify debug command output (#297)
Jesse Plamondon-Willard
[next]