summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Utilities
AgeCommit message (Expand)Author
2017-07-10fix legacy controller events broken in 1.15 (#325)Jesse Plamondon-Willard
2017-07-10enable SMAPI 2.0 mode by defaultJesse Plamondon-Willard
2017-07-05add InputEvents which unify keyboard, mouse, and controller input with more m...Jesse Plamondon-Willard
2017-06-18add IEquatable<SDate> interface to SDate (#307)Jesse Plamondon-Willard
2017-06-18simplify date operators by making SDate.GetHashCode() return unique ordered v...Jesse Plamondon-Willard
2017-06-18- This adds in operators to SDate. And Tests. And a NUnit Adapter - sorry abo...Nicholas Johnson
2017-06-07add date utilityJesse Plamondon-Willard