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
/
Utilities
Age
Commit message (
Expand
)
Author
2017-09-23
drop support for SMAPI 1.x (#360)
Jesse Plamondon-Willard
2017-09-06
rewrite date calculation to handle edge cases
Jesse Plamondon-Willard
2017-09-01
add SButton extension to get InputButton equivalent
Jesse Plamondon-Willard
2017-08-09
Fix building SMAPI 1.x
spacechase0
2017-08-01
standardise code & update release notes (#339)
Jesse Plamondon-Willard
2017-08-01
add weekday property to SDate (#339)
Nicholas Johnson
2017-07-10
fix legacy controller events broken in 1.15 (#325)
Jesse Plamondon-Willard
2017-07-10
enable SMAPI 2.0 mode by default
Jesse Plamondon-Willard
2017-07-05
add InputEvents which unify keyboard, mouse, and controller input with more m...
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 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-07
add date utility
Jesse Plamondon-Willard