Skip to content

Commit

Permalink
Merge branch 'develop' into adv-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 11, 2025
2 parents a4de4cc + 0686b65 commit 1afd20d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/stonesense
Submodule stonesense updated 1 files
+2 −2 docs/changelog.txt
2 changes: 1 addition & 1 deletion scripts
Submodule scripts updated 1 files
+2 −2 changelog.txt

0 comments on commit 1afd20d

Please sign in to comment.