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
/
SMAPI
/
Framework
/
SGame.cs
Age
Commit message (
Expand
)
Author
2018-01-21
add before/after save creation events (#429)
Jesse Plamondon-Willard
2018-01-19
fix events being raised while the game is loading a save (#424)
Jesse Plamondon-Willard
2018-01-17
overhaul input handling (#422)
Jesse Plamondon-Willard
2017-12-12
reintroduce GameEvents.FirstUpdateTick to simplify mod integrations (#409)
Jesse Plamondon-Willard
2017-12-10
adjust reflection API to correctly reflect what it does (#410)
Jesse Plamondon-Willard
2017-12-10
fix GraphicsEvents.OnPostRenderEvent not being raised in some cases
Jesse Plamondon-Willard
2017-10-24
suppress BeforeSave, AfterSave, and AfterDayStarted events during new-game in...
Jesse Plamondon-Willard
2017-10-23
improve content manager thread safety, create content cache wrapper (#373)
Jesse Plamondon-Willard
2017-10-22
replace input events' e.IsClick with better-designed e.IsActionButton and e.I...
Jesse Plamondon-Willard
2017-10-10
fix input events having decimal tile coordinates (#367)
Jesse Plamondon-Willard
2017-10-07
reorganise repo structure
Jesse Plamondon-Willard