Providing the player with new tools or adjusting the game interface, without fundamentally changing gameplay.
Version: 0.3.1
Date: 2021-09-30
Bugfixes:
- fix the incompatibility with flib >= 0.8.0, courtesy of raiguard
- fixed changelog date typo and formatting
Version: 0.3.0
Date: 2020-12-22
Features:
- Added dialog GUI when adding a new tag, like vanilla 1.0 behaviour
- Added "Use input dialog" player setting: when disabled, tags will be added directly, like in previous versions of this mod
- If both "Default tag text" and "Default icon text" are empty, the mod will not silently update the text to " " anymore; if "Use input dialog" is not checked a message will be printed when trying to add a tag
Changes:
- Removed stdlib dependency, as the couple of functions I used seems to little to require a whole library
- Added flib dependency to help handle GUIs
- Updated "Default tag text" setting initial value to empty string
- Updated "Snap scale" setting initial value to 16, it is a more sensible default as it should match the icons size on the map
- Updated "Snap scale" setting maximum value to 64 to match vanilla behaviour
Version: 0.2.0
Date: 2020-12-09
Features:
- Added player settings for snap scale, new tag text and icon
Bugfixes:
- When the snap scale is set to 1, no tags could be added after the first
Version: 0.1.0
Date: 2020-12-08
Features:
- Initial release