-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Relicensed from GPLv3 to GPLv2. - Updated Starkku.Utilities.dll. - Updated LCW.cs implementation. - Moved map tool & map file logic from MapTool project to new one called MapTool.Logic. - Moved general map file logic from MapTool to a new class called MapFile. - Refactored map object handling, now parsed as objects. - MapTool.UI no longer launches the command-line map tool but calls MapFileTool class directly. - Added context menus to list boxes & logger text box in UI with options like show in file explorer, open file etc. - Changing tabs while maps are processing is no longer allowed. - Logger text box retains focus for as long as maps are processing. - Select main tab when adding maps to list via drag & drop. - Closing application while maps are being processed now prompts with a message box before closing with an option to cancel. - Fixed an issue with calculating value ranges for tile / overlay conversion rules when only a first value declares a range. - Tile conversion rules now accept two additional value ranges for current sub-tile indices & new sub-tile indices. Old sub-tile index override takes priority over latter if set. - Object conversion rules now accept comma-separated list of upgrade filters, separated from the values by +. * is a wildcard and None matches an empty upgrade slot.
- Loading branch information
Showing
38 changed files
with
4,538 additions
and
2,513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.