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
/
Events
Age
Commit message (
Expand
)
Author
2017-09-23
drop support for SMAPI 1.x (#360)
Jesse Plamondon-Willard
2017-09-23
add mod update checks based on manifest fields (#336)
Jesse Plamondon-Willard
2017-07-31
fix GraphicsEvents.Resize being raised before the game updates its window dat...
Jesse Plamondon-Willard
2017-07-10
enable SMAPI 2.0 mode by default
Jesse Plamondon-Willard
2017-07-05
add method to suppress button input from game (#317)
Jesse Plamondon-Willard
2017-07-05
add InputEvents which unify keyboard, mouse, and controller input with more m...
Jesse Plamondon-Willard
2017-07-03
bump all deprecation levels to 'pending removal'
Jesse Plamondon-Willard
2017-07-03
add SMAPI 2.0 compile mode
Jesse Plamondon-Willard
2017-07-01
rewrite content interception using latest proposed API (#255)
Jesse Plamondon-Willard
2017-05-29
deprecate TimeEvents.DayOfMonthChanged, SeasonOfYearChanged, and YearOfGameCh...
Jesse Plamondon-Willard
2017-05-21
reimplement event deprecation warnings to fix "unknown mod" warnings
Jesse Plamondon-Willard
2017-05-17
drop support for multiple player indexes (not relevant for Stardew Valley)
Jesse Plamondon-Willard
2017-05-16
make content event available in experimental mode
Jesse Plamondon-Willard
2017-05-12
fix SMAPI raising a deprecation warning for its own use of an event
Jesse Plamondon-Willard
2017-05-10
deprecate GameEvents.GameLoaded and GameEvents.FirstUpdateTick
Jesse Plamondon-Willard
2017-04-24
update for SDV 1.2 non-beta release
Jesse Plamondon-Willard
2017-04-23
minor cleanup
Jesse Plamondon-Willard
2017-04-23
revamp startup process (#265)
Jesse Plamondon-Willard
2017-04-23
minor cleanup
Jesse Plamondon-Willard
2017-04-23
remove Initialize/LoadContent overrides & deprecate related events (#265)
Jesse Plamondon-Willard
2017-03-14
revert all projects except installer to .NET Framework 4.5
Jesse Plamondon-Willard
2017-03-14
downgrade to .NET Framework 4.0 for better compatibility on Windows 7–8.1
Jesse Plamondon-Willard
2017-03-12
disable experimental content event for upcoming 1.9 release (#173)
Jesse Plamondon-Willard
2017-03-10
rename content event for consistency, simplify usage (#173)
Jesse Plamondon-Willard
2017-03-03
add content language changed event (#243)
Jesse Plamondon-Willard
2017-02-25
add prototype content event + helper to manipulate XNB data (#173)
Jesse Plamondon-Willard
2017-02-19
fix on-post-render graphics event being raised after screen is rendered
Jesse Plamondon-Willard
2017-02-16
increase all notice deprecations to info, tweak deprecation message format
Jesse Plamondon-Willard
2017-02-16
make SMAPI core non-static, eliminate direct access between core components
Jesse Plamondon-Willard
2017-02-13
add new console command API with backward compatibility (#199)
Jesse Plamondon-Willard
2017-02-11
add TimeEvents.AfterDayStarted event (#236)
Jesse Plamondon-Willard
2017-02-11
remove esoteric & undocumented debug message queue & DrawDebug event
Jesse Plamondon-Willard
2017-02-08
add SaveEvents.AfterReturnToTitle event (#231)
Jesse Plamondon-Willard
2017-02-07
reimplement graphics events (#231)
Jesse Plamondon-Willard
2017-02-07
update SGame.Draw with base code (#231)
Jesse Plamondon-Willard
2017-02-07
disambiguate references to Farmer (#231)
Jesse Plamondon-Willard
2017-02-07
remove oldest deprecated code (#231)
Jesse Plamondon-Willard
2017-02-02
Corrected CurrentLocationChanged's "NewLocation" and "PriorLocation" descript...
Bpendragon (David Camp)
2017-01-15
deprecate events replaced by save events (#215)
Jesse Plamondon-Willard
2017-01-15
add save events (#215)
Jesse Plamondon-Willard
2016-11-21
intercept event handler exceptions (#179)
Jesse Plamondon-Willard
2016-11-14
migrate game loop, events, and commands to new logging framework (#168)
Jesse Plamondon-Willard
2016-11-14
simplify null guards when rasing events
Jesse Plamondon-Willard
2016-11-04
minor cleanup
Jesse Plamondon-Willard
2016-11-04
refactor to avoid an out parameter
Jesse Plamondon-Willard
2016-10-31
add zoom-adjusted mouse position to mouse-changed event arguments (#129)
Jesse Plamondon-Willard
2016-10-31
(#129) fix several events not correctly propagating state
Jesse Plamondon-Willard
2016-10-31
document & format event code
Jesse Plamondon-Willard
2016-10-31
split combined class files per .NET conventions
Jesse Plamondon-Willard
2016-05-29
Attempt to migrate to new directory structure.
Gormogon