diff --git a/docs/changelog.txt b/docs/changelog.txt index 386e04fc8c..217abe32ea 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -75,7 +75,7 @@ Template for new versions: ## API - ``Units::isUnitInBox``, ``Units::getUnitsInBox``: add versions accepting pos arguments - ``Units::getVisibleName``: when acting on a unit without an impersonated identity, returns the unit's name structure instead of the associated histfig's name structure -- ``Translation::GenerateName``: generates in-game names, reimplemented based on DF's own logic +- ``Translation::GenerateName``: generates in-game names, mirroring DF's internal logic ## Lua - ``dfhack.units.isUnitInBox``, ``dfhack.units.getUnitsInBox``: add versions accepting pos arguments @@ -85,7 +85,7 @@ Template for new versions: ## Removed ## Internals -- Plugin command callbacks are now called with the core suspended by default so DF memory is always safe to access +- Plugin command callbacks are now called with the core suspended by default so DF memory is always safe to access without extra steps - Errors when unloading a plugin's DLL are now checked and reported # 50.15-r1.2 diff --git a/plugins/stonesense b/plugins/stonesense index 7de895235e..fb2b60cea5 160000 --- a/plugins/stonesense +++ b/plugins/stonesense @@ -1 +1 @@ -Subproject commit 7de895235e3f0852fd2e159820b7a965f987a360 +Subproject commit fb2b60cea51692f98450edc2408a186a2b1d582c diff --git a/scripts b/scripts index f146fa393c..fc358acf8c 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit f146fa393cde55179f2661ab18551ba75e27ef63 +Subproject commit fc358acf8cc753a5848a1740f0969973a4979e31