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
/
Framework
Age
Commit message (
Expand
)
Author
2017-05-17
fix crash in unreleased code when loading a save that hasn't visited the mine...
Jesse Plamondon-Willard
2017-05-17
adjust return-to-title code
Jesse Plamondon-Willard
2017-05-17
fix errors during overridden update loop immediately crashing the game with n...
Jesse Plamondon-Willard
2017-05-16
add compile flag for experimental mod dependencies features
Jesse Plamondon-Willard
2017-05-16
Merge branch 'feature/285-mod-dependencies' into develop
Jesse Plamondon-Willard
2017-05-16
fix maps not recognising custom tilesheets added through the SMAPI content API
Jesse Plamondon-Willard
2017-05-15
add Context.IsWorldReady flag
Jesse Plamondon-Willard
2017-05-15
update compatibility blacklist for SDV 1.2
Jesse Plamondon-Willard
2017-05-14
fix world/player events being raised when the player loads a save due to valu...
Jesse Plamondon-Willard
2017-05-14
rewrite dependency logic to resolve dependency loops by disabling the affecte...
Jesse Plamondon-Willard
2017-05-14
replace mod indexes with references in dependency-sorting logic (#285)
Jesse Plamondon-Willard
2017-05-13
pass SMAPI version into metadata validation to simplify unit tests (#285)
Jesse Plamondon-Willard
2017-05-13
pass API version into mod metadata validation to simplify unit testing (#285)
Jesse Plamondon-Willard
2017-05-13
enforce metadata.SetStatus() instead of setting properties directly (#285)
Jesse Plamondon-Willard
2017-05-13
decouple reading manifest files from validating metadata (#285)
Jesse Plamondon-Willard
2017-05-13
decouple mod metadata resolution from main SMAPI logic (#285)
Jesse Plamondon-Willard
2017-05-13
move mod metadata resolution into its own class (#285)
Jesse Plamondon-Willard
2017-05-13
add basic dependencies to manifest (#285)
Jesse Plamondon-Willard
2017-05-12
fix error on Linux/Mac when a mod tries to load content immediately after sav...
Jesse Plamondon-Willard
2017-05-11
organise a few framework classes
Jesse Plamondon-Willard
2017-05-11
decouple mod metadata vs assembly loading to enable upcoming mod dependencies...
Jesse Plamondon-Willard
2017-05-11
overhaul save handling to fix save events not triggering on Linux/Mac (#284)
Jesse Plamondon-Willard
2017-05-10
merge SGame::UpdateEventCalls into Update
Jesse Plamondon-Willard
2017-05-09
trace locale changes as non-verbose context
Jesse Plamondon-Willard
2017-05-09
reduce max consecutive draw crashes (#283)
Jesse Plamondon-Willard
2017-05-09
don't try to recover from a completely broken sprite batch, which can cause a...
Jesse Plamondon-Willard
2017-05-09
use shared reflection helper
Jesse Plamondon-Willard
2017-05-08
add optional verbose context logging
Jesse Plamondon-Willard
2017-05-08
detect unrecoverable draw errors (#283)
Jesse Plamondon-Willard
2017-05-07
use more robust sprite batch recovery logic (#283)
Jesse Plamondon-Willard
2017-05-07
exit game after many consecutive unrecoverable draw errors (#283)
Jesse Plamondon-Willard
2017-05-07
added basic context logging to simplify troubleshooting
Jesse Plamondon-Willard
2017-05-03
fix code style
Jesse Plamondon-Willard
2017-05-03
recover game after draw errors to prevent crash
Jesse Plamondon-Willard
2017-05-02
store unknown fields in IManifest::ExtraFields (#275)
Jesse Plamondon-Willard
2017-05-02
default content API to ContentSource.ModFolder (#276)
Jesse Plamondon-Willard
2017-05-02
fix XNBs loaded from the mod folder through the content API never being found...
Jesse Plamondon-Willard
2017-05-02
fix error when using content API to load a PNG during early game init (#280)
Jesse Plamondon-Willard
2017-04-30
fix crossplatform compatibility (#257)
Jesse Plamondon-Willard
2017-04-29
let mods specify .xnb file extension explicitly (#257)
Jesse Plamondon-Willard
2017-04-29
add contentHelper.GetActualAssetKey(..) to support custom map tilesheets (#257)
Jesse Plamondon-Willard
2017-04-29
fix mod events triggering during game save in Stardew Valley 1.2
Jesse Plamondon-Willard
2017-04-29
add internal context for more robust draw loop detection (#257)
Jesse Plamondon-Willard
2017-04-29
premultiply alpha when loading PNGs to avoid transparency issues (#257)
Jesse Plamondon-Willard
2017-04-29
add initial content API (#257)
Jesse Plamondon-Willard
2017-04-29
fix errors in the game's update causing the game to freeze until the player p...
Jesse Plamondon-Willard
2017-04-29
make mod helpers disposable (#257)
Jesse Plamondon-Willard
2017-04-27
simplify exception summary code
Jesse Plamondon-Willard
2017-04-26
revamp 'exit immediately' to abort ongoing SMAPI tasks
Jesse Plamondon-Willard
2017-04-26
optimise console interception for the way Stardew Valley logs messages
Jesse Plamondon-Willard
[next]