Release 4.3.0

This commit is contained in:
Marcus Huderle
2020-06-27 17:28:36 -05:00
parent 7392105297
commit b31b2c2fc7
11 changed files with 332 additions and 245 deletions

View File

@@ -42,6 +42,7 @@ determined by this file.
``enable_heal_location_respawn_data``, 1 if ``pokefirered``, project, yes, Adds ``Respawn Map`` and ``Respawn NPC`` to Heal Location events
``enable_object_event_in_connection``, 1 if ``pokefirered``, project, yes, Adds ``In Connection`` to Object events
``enable_floor_number``, 1 if ``pokefirered``, project, yes, Adds ``Floor Number`` to map headers
``enable_triple_layer_metatiles``, 0, project, yes, Enables triple-layer metatiles (See https://github.com/pret/pokeemerald/wiki/Triple-layer-metatiles)
``custom_scripts``, , project, yes, A list of script files to load into the scripting engine
Some of these settings can be toggled manually in porymap via the *Options* menu.

View File

@@ -9,6 +9,18 @@ The **"Breaking Changes"** listed below are changes that have been made in the d
## [Unreleased]
Nothing, yet.
## [4.3.0] - 2020-06-27
### Added
- Add triple-layer metatiles support.
### Changed
- The "Open Scripts" button will fall back to `scripts.inc` if `scripts.pory` doesn't exist.
### Fixed
- Fix bug where exported tileset images could be horizontally or vertically flipped.
- Fix bug where the map list wasn't filtered properly after switching filter types.
- Don't zoom in map when mouse middle button is pressed.
## [4.2.0] - 2020-06-06
### Added
- Add more project-specific configs to better support porting features from different projects.
@@ -204,7 +216,8 @@ Nothing, yet.
## [1.0.0] - 2018-10-26
This was the initial release.
[Unreleased]: https://github.com/huderlem/porymap/compare/4.2.0...HEAD
[Unreleased]: https://github.com/huderlem/porymap/compare/4.3.0...HEAD
[4.3.0]: https://github.com/huderlem/porymap/compare/4.2.0...4.3.0
[4.2.0]: https://github.com/huderlem/porymap/compare/4.1.0...4.2.0
[4.1.0]: https://github.com/huderlem/porymap/compare/4.0.0...4.1.0
[4.0.0]: https://github.com/huderlem/porymap/compare/3.0.1...4.0.0