summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-05-27 23:48:16 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-05-27 23:48:16 -0400
commit173dd8cd030992983ddea36c944f22f7ad6ed9bd (patch)
tree28d167bf638cfac8f58025a81033e7acf34122af /release-notes.md
parent55fa8198ffc140237e1041056f3a4d8f4e7469c8 (diff)
downloadSMAPI-173dd8cd030992983ddea36c944f22f7ad6ed9bd.tar.gz
SMAPI-173dd8cd030992983ddea36c944f22f7ad6ed9bd.tar.bz2
SMAPI-173dd8cd030992983ddea36c944f22f7ad6ed9bd.zip
add Context.IsPlayerFree
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md
index 622fcd49..ce4ec082 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -29,6 +29,7 @@ For modders:
* You can now load unpacked `.tbin` files from your mod folder through the content API.
* SMAPI now automatically fixes tilesheet references for maps loaded from the mod folder.
<small>_When loading a map from the mod folder, SMAPI will automatically use tilesheets relative to the map file if they exists. Otherwise it will default to tilesheets in the game content._</small>
+* Added `Context.IsPlayerFree` for mods that need to check if the player can act (i.e. save is loaded, no menu is displayed, no cutscene is in progress, etc).
* Added `Context.IsInDrawLoop` for specialised mods.
* Fixed `smapi-crash.txt` being copied from the default log even if a different path is specified with `--log-path`.
* Fixed the content API not matching XNB filenames with two dots (like `a.b.xnb`) if you don't specify the `.xnb` extension.