porymap

Map editor for pokeemerald, pokefirered, and pokeruby

LGPL-3.0 License

Stars
442

Bot releases are hidden (Show)

porymap - qt-static-6.0.1-windows

Published by huderlem over 1 year ago

Pre-compiled static QT 6.0.1 Windows artifacts used for CI pipeline.

porymap - 5.1.0

Published by huderlem almost 2 years ago

Added

  • Add new config options for reorganizing metatile attributes.
  • Add setScale to the scripting API.
  • Add option to turn off the checkerboard fill for new tilesets.
  • Add option to copy wild encounters from another encounters tab.

Changed

  • Double-clicking on a connecting map on the Map or Events tabs will now open that map.
  • Hovering on border metatiles with the mouse will now display their information in the bottom bar.
  • The last-used directory is now preserved in import/export file dialogs.
  • Encounter editing has been slightly modified in favor of a more performant ui.
  • Pokémon icons in the encounter editor have their transparency set.

Fixed

  • Fix the Region Map Editor being opened by the Shortcuts Editor.
  • Fix New Map settings being preserved when switching projects.
  • Fix scripting API callback onMapResized not triggering.
  • Fix crash when importing AdvanceMap metatiles while enable_triple_layer_metatiles is enabled.
  • Fix File -> Open Project not resolving folder shortcuts.
  • Fix bug where "Requires Itemfinder" checkbox is being checked by wrong data.
  • Fix the map border not immediately reflecting Tileset Editor changes.
  • Fix pasting metatiles in the Tileset Editor not triggering the unsaved changes warning.
porymap - 5.0.0

Published by huderlem almost 2 years ago

Breaking Changes

  • Proper support for pokefirered's clone objects was added, which requires the changes made in pokefirered/#484.
  • Warp IDs are now treated as strings, which requires the change to mapjson made in pokeemerald/#1755. Additionally MAP_NONE was renamed to MAP_DYNAMIC. Both changes also apply to pokefirered and pokeruby.
  • Many API functions which were previously accessible via the map object are now accessible via one of the new objects overlay, utility, or constants. Some functions were renamed accordingly. See porymap/#460 for a full list of API function name changes.
  • Arguments for the API function createImage have changed: xflip and yflip have been replaced with hScale and vScale, and offset has been replaced with xOffset and yOffset.
  • The API function addFilledRect has been removed; it's been replaced by new arguments in addRect: color has been replaced with borderColor and fillColor, and a new rounding argument allows ellipses to be drawn.

Added

  • Add prefab support
  • Add Cut/Copy/Paste for metatiles in the Tileset Editor.
  • Add button to copy the full metatile label to the clipboard in the Tileset Editor.
  • Add ability to export an image of the primary or secondary tileset's metatiles.
  • Add new config options for customizing how new maps are filled, setting default tilesets, and whether the most recent project should be opened on launch.
  • Add color picker to palette editor for taking colors from the screen.
  • Add new features to the scripting API, including the ability to display messages and user input windows, set the overlay's opacity, rotation, scale, and clipping, interact with map header properties and the map border, read tile pixel data, and more.

Changed

  • Overhauled the region map editor, adding support for tilemaps, and significant customization. Also now supports pokefirered.
  • Previous settings will be remembered in the New Map Options window.
  • The Custom Attributes table for map headers and events now supports types other than strings.
  • If an object event is inanimate, it will always render using its first frame.
  • Unused metatile attribute bits are preserved instead of being cleared.
  • The wild encounter editor is automatically disabled if the encounter JSON data cannot be read
  • Metatiles are always rendered accurately with 3 layers, and the unused layer is not assumed to be transparent.
  • object_event_graphics_info.h can now be parsed correctly if it uses structs with attributes.
  • Tileset data in headers, graphics, and metatiles can now be parsed if written in C.
  • The amount of time it takes to render the event panel has been reduced, which is most noticeable when selecting multiple events at once.
  • The selection is no longer reset when pasting events. The newly pasted events are selected instead.
  • The currently selected event for each event group will persist between tabs.
  • An object event's sprite will now render if a number is specified instead of a graphics constant.
  • Palette editor ui is updated a bit to allow hex and rgb value input.
  • Heal location constants will no longer be deleted if they're not used in the data tables.
  • The heal location prefixes SPAWN_ and HEAL_LOCATION_ may now be used interchangeably.
  • The number and order of entries in the heal location data tables can now be changed arbitrarily, and independently of each other.
  • The metatile behavior is now displayed in the bottom bar mouseover text.
  • Number values are now allowed in the Tileset Editor's Metatile Behavior field.
  • Removed some unnecessary error logs from the scripting API and added new useful ones.
  • If any JSON data is the incorrect type Porymap will now attempt to convert it.

Fixed

  • Fix events losing their assigned script when the script autocomplete is used.
  • Fix the unsaved changes indicator not disappearing when saving changes to events.
  • Fix copy and paste for events not including their custom attributes.
  • Fix cursor tile outline not updating at the end of a dragged selection.
  • Fix cursor tile and player view outlines exiting map bounds while painting.
  • Fix cursor tile and player view outlines not updating immediately when toggled in Collision view.
  • Fix selected space not updating while painting in Collision view.
  • Fix collision values of 2 or 3 not rendering properly.
  • Fix the map tree view arrows not displaying for custom themes.
  • Fix the map music dropdown being empty when importing a map from Advance Map.
  • Fix object events added by pasting ignoring the map event limit.
  • Fix a bug where saving the tileset editor would reselect the main editor's first selected metatile.
  • Fix crashes / unexpected behavior if certain scripting API functions are given invalid palette or tile numbers.
  • Fix drawing large amounts of text with the scripting API causing a significant drop in performance.
  • Silence unnecessary error logging when parsing C defines Porymap doesn't use.
  • Fix some windows like the Tileset Editor not raising to the front when reactivated.
  • Fix incorrect limits on Floor Number and Border Width/Height in the New Map Options window.
  • Fix Border Width/Height being set to 0 when creating a new map from an existing layout.
  • Fix certain UI elements not highlighting red on some platforms.
  • Fix Open Config Folder not responding
  • Properly update the minimum offset for a connection when the map is changed.
porymap - 4.5.0

Published by huderlem almost 3 years ago

Added

  • WSL project paths are now supported. (For example, \wsl$\Ubuntu-20.04\home\huderlem\pokeemerald)
  • Add ability to export map timelapse animated GIFs with File -> Export Map Timelapse Image....
  • Add tool to count the times each metatile or tile is used in the tileset editor.
  • Events, current metatile selections, and map images can now be copied and pasted, including between windows.
  • The grid and map border visibility are now saved as config options.
  • Add ~60 new scripting API functions, including new features like reading/writing metatile data, layering, moving, and hiding items in the overlay, creating modified images and tile/metatile images, reading tileset sizes, logging warnings and errors, and more.
  • Add 7 new scripting API callbacks.
  • Porymap is now compatible with Qt6.

Changed

  • New events will be placed in the center of the current view of the map.
  • Scripting API errors are more detailed and logged in more situations.
  • Add new optional arguments to 5 existing API functions.
  • Top-level UI elements now render above the scripting overlay.
  • The onBlockChanged script callback is now called for blocks changed by Undo/Redo.

Fixed

  • Fix % operator in C defines not being evaluated
  • Fix tileset palette editor crash that could occur when switching maps or tilesets with it open.
  • The metatile selection is no longer reset if it becomes invalid by changing the tileset. Invalid metatiles in the selection will be temporarily replaced with metatile 0.
  • Loading wild encounters will now properly preserve the original order, so saving the file will not give huge diffs.
  • Fix bug where the tile selection cursor could be toggld on in the Events tab.
porymap -

Published by huderlem almost 4 years ago

Added

  • Add undoable edit history for Events tab.
  • Add keyboard shortcut for DEL key to delete the currently selected event(s).
  • Disable ui while there is no open project to prevent crashing.
  • Add "Straight Paths" feature for drawing straight lines while holding Ctrl.
  • The New Map dialog now gives an option to specify the "Show Location Name" field.
  • Some new shortcuts were added in porymap/#290.
  • All plain text boxes now have a clear button to delete the text.
  • The window sizes and positions of the tileset editor, palette editor, and region map editor are now stored in porymap.cfg.
  • Add ruler tool for measuring metatile distance in events tab (Right-click to turn on/off, left-click to lock in place).
  • Add delete button to wild pokemon encounters tab.
  • Add shortcut customization via Options -> Edit Shortcuts.
  • Add custom text editor commands in Options -> Edit Preferences, a tool-button next to the Script combo-box, and Tools -> Open Project in Text Editor. The tool-button will open the containing file to the cooresponding script.

Changed

  • Holding shift now toggles "Smart Path" drawing; when the "Smart Paths" checkbox is checked, holding shift will temporarily disable it.

Fixed

  • Fix a bug with the current metatile selection zoom.
  • Fix bug preventing the status bar from updating the current position while dragging events.
  • Fix porymap icon not showing on window or panel on Linux.
  • The main window can now be resized to fit on lower resolution displays.
  • Zooming the map in/out will now focus on the cursor.
  • Fix bug where object event sprites whose name contained a 0 character would display the placeholder "N" picture.
porymap -

Published by huderlem over 4 years ago

Added

  • Add keyboard shortcut Ctrl + D for duplicating map events.
  • Add keyboard shortcut Ctrl + Shift + Z for "redo" in the tileset editor.
  • Add scripting api to reorder metatile layers and draw them with opacity.

Changed

  • The tileset editor now syncs its metatile selection with the map's metatile selector.
  • The number of object events per map is now limited to OBJECT_EVENT_TEMPLATES_COUNT
  • The tileset editor can now flip selections that were taken from an existing metatile.

Fixed

  • Fix bug where editing a metatile layer would have no effect.
  • Fix a crash that occured when creating a new tileset using triple layer mode.
  • Fix crash when reducing number of metatiles past current selection.
  • Fix various methods of selecting invalid metatiles.
  • Fix sprite transparency not updating when changing object event graphics.
  • Fix dropdown menu item selection when using the arrow keys.
porymap -

Published by huderlem over 4 years ago

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.
porymap -

Published by huderlem over 4 years ago

Added

  • Add more project-specific configs to better support porting features from different projects.
  • Add metatile label names to the status bar when hovering over metatiles in the map editor tab.
  • Add mouse coordinates to the status bar when hovering in the events tab.

Changed

  • metatile_labels.h is now watched for changes.

Fixed

  • Reduce time it takes to load maps and save in the tileset editor.
  • Fix crash that could occur when parsing unknown symbols when evaluating define expressions.
porymap -

Published by huderlem over 4 years ago

Added

  • Add scripting capabilities, which allows the user to add custom behavior to Porymap using JavaScript scripts.
  • Add ability to import FRLG tileset .bvd files from Advance Map 1.92.

Changed

  • Edit modes are no longer shared between the Map and Events tabs. Pencil is default for Map tab, and Pointer is default for Events tab.

Fixed

  • Disallow drawing new heal locations in the events tab.
  • Fix issue where the metatile selection window was not resizable.
  • Show warning when closing project with unsaved wild Pokémon changes.
  • Fix bug where negative object event coordinates were saved as "0".
  • Fix maximum map dimension limits.
  • Fix crash when using the Pencil tool to create an event on a map with no existing events.
porymap -

Published by huderlem over 4 years ago

Breaking Changes

  • If you are using pokeemerald or pokeruby, there were changes made in pokeemerald/#1010 and pokeruby/#776 that you will need to integrate in order to use this version of porymap.

Added

  • Support for pokefirered. Kanto fans rejoice! At long last porymap supports the FRLG decompilation project.
  • Add ability to export map stitches with File -> Export Map Stitch Image....
  • Add new project config option use_custom_border_size.
  • Add ability to toggle project settings in Options menu.
  • Add file monitoring, so Porymap will prompt the user to reload the project if certain project files are modified outside of Porymap.
  • Add ability to reload project.
  • Add Pencil, Move, and Map Shift tools to the Events tab.

Changed

  • Porymap now saves map and encounter json data in an order consistent with the upstream repos. This will provide more comprehensible diffs when files are saved.
  • Update Porymap icon.
  • The "Map" and "Events" tabs now render using the same view, so jumping between them is smooth.
  • Extend connection min and max offsets to player's view boundary, rather than the map's boundary.

Fixed

  • Fix bug where pressing TAB key did not navigate through widgets in the wild encounter tables.
  • Fix bug that allowed selecting an invalid metatile in the metatile selector.
  • Don't allow . or - characters in new tileset names.
  • Fix regression that prevented selecting empty region map squares
porymap - 3.0.1

Published by huderlem over 4 years ago

Fixed

  • Fix bug on Mac where tileset images were corrupted when saving.
porymap - 3.0.0

Published by huderlem over 4 years ago

Breaking Changes

Added

  • Add optional support for Poryscript script files via the use_poryscript config option.
  • Selecting a group of metatiles from the map area now also copies the collision properties, too.
  • Add keyboard shortcut Ctrl + G for toggling the map grid.

Changed

  • Draw map connections with the current map's tilesets to more accurately mimic their appearance in-game.

Fixed

  • Fix index-out-of-bounds crash when deleting the last event in an event type group.
  • Fix bug where exporting tileset images could add an extra row of junk at the end.
  • Fix crashes when encountering an error opening a project or map.
  • Fix bug where comboboxes and wild pokemon data could grow large when opening projects multiple times during the same porymap session.
  • Fix bug where dragging the metatile selector would visually extend beyond map boundary.
porymap - 2.0.0

Published by huderlem about 5 years ago

Breaking Changes

Added

Changed

  • Exporting map images is now more configurable. Events, connections, collision, etc. can be toggled on and off before exporting the image.
  • The entire Tileset Editor selection is now conveniently flipped when selecting x-flip or y-flip.
  • Autocomplete for porymap's comboboxes no longer require typing the full string prefix.

Fixed

  • Fix bug where map group names were hardcoded when creating a new map.
  • Fix bug in Tileset Editor where multi-tile selections weren't properly painted when clicking on the bottom row of the metatile layers.
  • Fix bug where line breaks in C headers were not parsed properly.
  • Fix bug when exporting tileset images using palettes with duplicate colors.
  • Fix bug where creating new maps from existing layouts created an empty layout folder.
  • Fix bug where exported tile images did not contain the last row of tiles.
porymap - 1.2.2

Published by huderlem over 5 years ago

Add new features such as region map editor, tileset creation. Lots of quality-of-life improvements. See CHANGELOG for specifics: https://github.com/huderlem/porymap/blob/master/CHANGELOG.md#122---2019-05-16

porymap - 1.2.1

Published by huderlem over 5 years ago

This is mainly a bug-fix release, which addresses some map JSON fields. It also brings the ability to zoom in the metatile window, which should help on high-res displays.

porymap - 1.2.0

Published by huderlem over 5 years ago

Version 1.2.0 of porymap is compatible with pokeruby and pokeemerald as of the following commit hashes:
pokeruby: f91325d4a5aa324835a7b24e4159398ed0256310
pokeemerald: d4125fef9bc9adb95c7a5fb5b8be903b34adc510

The pokeruby and pokeemerald projects now use JSON to hold all of the map data, and this release supports that.

porymap - 1.1.0

Published by huderlem almost 6 years ago

Version 1.1.0 of porymap is compatible with pokeruby and pokeemerald as of the following commit hashes:
pokeruby: e8b149e80e7b1411ce7a128e36ebc5d5490133e1
pokeemerald: a1ea3b5e394bc115ba9b86348c161094a00dcca7

porymap - Initial Release

Published by huderlem about 6 years ago