Releases: Starkku/MapTool
Releases · Starkku/MapTool
Build f85f222
Commits
- f85f222: Add cross-game conversion profiles by Messiah (Starkku)
v.2.0.1.0
• BUGFIX: Fixed multiple parsing issues with [SectionRules]
. NOTE: This includes a breaking change, = is no longer accepted as separator between old & new section / key names, need to use -> instead, this has been amended in documentation.
• BUGFIX: Fixed an issue where non-comment lines before the first section in INI file caused the program to crash.
• BUGFIX: Fixed an issue where the GUI program wouldn't let one to add maps with valid extension if the extension contained uppercase letters.
v.2.0.0.3
v.2.0.0.2
v.2.0.0.1
v.2.0.0.0
NOTE: Software has been relicensed from GPLv3 to GPLv2.
- BUGFIX: Fixed a bug with coordinate filter wildcards.
- BUGFIX: Fixed a bug where value ranges were being calculated incorrectly for Tile/OverlayRules in scenario where source value is a range but target value is not.
- BUGFIX: Processing log textbox now always scrolls to bottom when new text is added to it.
- NEW FEATURE: Sub-tile index conversion - two additional value ranges defined after all existing values. TileRule is not applied if tile doesn't match both source tile index values and source sub-tile index values. Defining the existing sub-tile index override takes precedence over the new target value range.
- NEW FEATURE: Upgrade filters / conversions for ObjectRules. Defined as a comma-separated list of upgrade IDs (None for empty upgrade slot, * as a wildcard to match any existing ID, including None) as a suffix to the object ID separated by +. Only applied on building objects and only up to 3 upgrade IDs are parsed and used.
- ENHANCEMENT: Program now asks if user wants to exit when attempting to close when maps are still being processed.
- ENHANCEMENT: Improved tab control handling, changing tabs is disallowed during map processing and tab automatically changes to main tab if maps are added through drag & drop.
- ENHANCEMENT: Profile & map file listboxes now contain context menu options with hotkeys. The remove / select maps buttons have been removed in favour of these.
v.1.1.2.1
- BUGFIX: Tileset data listing no longer parses tilesets with malformed section name.
- BUGFIX: Enabling file logging for Maptool.UI will now output debug-level logging to file.
- Added command-line argument (for both executables) that enables showing debug-level logging in console or UI log textbox.
v.1.1.2.0
- BUGFIX: OverlayRules are no longer applied recursively - only the first matching rule for each cell of overlay is applied. This is consistent with how TileRules have always worked and how OverlayRules used to work prior to version 1.1.0.0.
- BUGFIX: Program will no longer crash without an error message if it encounters invalid map tile data. Logging for these types of failures has been improved in general as well.
- Map tile data is no longer read if there are no rules or settings enabled that would change it.