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-05-05
rewrite location events for multiplayer
Jesse Plamondon-Willard
2018-05-04
add LocationEvents.ObjectsChanged event
Jesse Plamondon-Willard
2018-05-04
load game synchronously to fix asset loader/editor errors
Jesse Plamondon-Willard
2018-04-30
fix farmhand crash in some cases when host exits game
Jesse Plamondon-Willard
2018-04-30
fix input freeze on shipping screen (#482)
Jesse Plamondon-Willard
2018-04-29
fix multiplayer error after player joins but before location is loaded
Jesse Plamondon-Willard
2018-04-28
add initial multiplayer API (#480)
Jesse Plamondon-Willard
2018-04-27
remove alias no longer needed in SDV 1.3 (#453)
Jesse Plamondon-Willard
2018-04-27
add multiplayer sync events (#479)
Jesse Plamondon-Willard
2018-04-25
update for SDV 1.3.0.38 (#453)
Jesse Plamondon-Willard
2018-04-25
rewrite input suppression again (#453)
Jesse Plamondon-Willard
2018-04-22
fix save/load event precedence (#453)
Jesse Plamondon-Willard
2018-04-22
rewrite input suppression (#453)
Jesse Plamondon-Willard
2018-04-22
don't send chatbox input to mods (#453)
Jesse Plamondon-Willard
2018-04-22
fix crash when closing game window in multiplayer mode (#453)
Jesse Plamondon-Willard
2018-04-21
add more state tracking logs in verbose mode (#453)
Jesse Plamondon-Willard
2018-04-21
rewrite world/player state tracking (#453)
Jesse Plamondon-Willard
2018-04-19
update for Stardew Valley 1.3.0.33 release build (#453)
Jesse Plamondon-Willard
2018-04-18
update for Stardew Valley 1.3.0.32 (#453)
Jesse Plamondon-Willard
2018-04-14
update references to old warning IDs (#471)
Jesse Plamondon-Willard
2018-04-12
fix various net field conversions in SMAPI code (#453)
Jesse Plamondon-Willard
2018-04-11
drop support for Stardew Valley 1.2 (#453)
Jesse Plamondon-Willard
2018-04-11
fix error in Stardew Valley 1.2 build mode (#453)
Jesse Plamondon-Willard
2018-04-11
update for Stardew Valley 1.3.0.26 (#453)
Jesse Plamondon-Willard
2018-04-11
fix crash when player has duplicate item references
Jesse Plamondon-Willard
2018-03-29
update for Stardew Valley 1.2.0.20 (#453)
Jesse Plamondon-Willard
2018-03-11
fix some content managers not replaced early enough (#453, #413)
Jesse Plamondon-Willard
2018-03-11
reorganise and update core content logic for Stardew Valley 1.3 (#453)
Jesse Plamondon-Willard
2018-03-11
add initial compatibility with Stardew Valley 1.3 (#453)
Jesse Plamondon-Willard
2018-02-23
overhaul events to track the mod which added each handler, and log errors und...
Jesse Plamondon-Willard
2018-02-22
Revert "suppress keyboard events when a textbox is focused (#445)"
Jesse Plamondon-Willard
2018-02-19
add unvalidated update tick event for specialised use cases (#446)
Jesse Plamondon-Willard
2018-02-18
suppress keyboard events when a textbox is focused (#445)
Jesse Plamondon-Willard
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