From 083d50637104c49966376d74c2a8c579e60a22ff Mon Sep 17 00:00:00 2001 From: JakobDev Date: Fri, 27 Jan 2023 09:43:56 +0100 Subject: [PATCH] Add Linux metadatafiles --- io.github.huderlem.porymap.desktop | 8 ++ io.github.huderlem.porymap.metainfo.xml | 123 ++++++++++++++++++++++++ 2 files changed, 131 insertions(+) create mode 100644 io.github.huderlem.porymap.desktop create mode 100644 io.github.huderlem.porymap.metainfo.xml diff --git a/io.github.huderlem.porymap.desktop b/io.github.huderlem.porymap.desktop new file mode 100644 index 000000000..524013266 --- /dev/null +++ b/io.github.huderlem.porymap.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=Porymap +Comment=A map editor for the Pokémon generation 3 decompilation projects +Exec=porymap +Icon=io.github.huderlem.porymap +Categories=Game;Qt; +Keywords=Nintendo;Pokemon;GameBoy;GBA;Hack;Mapeditor; \ No newline at end of file diff --git a/io.github.huderlem.porymap.metainfo.xml b/io.github.huderlem.porymap.metainfo.xml new file mode 100644 index 000000000..c92e920ad --- /dev/null +++ b/io.github.huderlem.porymap.metainfo.xml @@ -0,0 +1,123 @@ + + + + io.github.huderlem.porymap + Porymap + A map editor for the Pokémon generation 3 decompilation projects + huderlem + io.github.huderlem.porymap.desktop + CC0-1.0 + GPL-3.0 + +

Porymap is a cross-platform map editor for the Gen 3 pret decompilation projects. Its primary functions are to allow editing map tiles, collision, events, connections, and properties. Porymap provides additional functionality, such as tileset editing and region map editing.

+

Those familiar with traditional Gen 3 binary ROM hacking can think of it as the Advance Map equivalent for the decompilation projects. Porymap supports the same features as Advance Map, so Advance Map users shouldn’t have much difficulty learning how to use Porymap. There are many usability improvements in Porymap. The most notable is undo/redo when painting map tiles.

+

Porymap reads and writes files in the decompilation projects. It does not read or write ROM files. Therefore, it is highly recommended to use Git for version control when working with Porymap.

+
+ + + The Main WIndow of Porymap + https://github.com/huderlem/porymap/raw/5.1.0/docs/_images/porymap-loaded-project.png + + + + + https://github.com/huderlem/porymap/releases/tag/5.1.0 + +

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.
  • +
+
+
+ + https://github.com/huderlem/porymap/releases/tag/5.0.0 + + + https://github.com/huderlem/porymap/releases/tag/4.5.0 + + + https://github.com/huderlem/porymap/releases/tag/4.4.0 + + + https://github.com/huderlem/porymap/releases/tag/4.3.1 + + + https://github.com/huderlem/porymap/releases/tag/4.3.0 + + + https://github.com/huderlem/porymap/releases/tag/4.2.0 + + + https://github.com/huderlem/porymap/releases/tag/4.1.0 + + + https://github.com/huderlem/porymap/releases/tag/4.0.0 + + + https://github.com/huderlem/porymap/releases/tag/3.0.1 + + + https://github.com/huderlem/porymap/releases/tag/3.0.0 + + + https://github.com/huderlem/porymap/releases/tag/2.0.0 + + + https://github.com/huderlem/porymap/releases/tag/1.2.2 + + + https://github.com/huderlem/porymap/releases/tag/1.2.1 + + + https://github.com/huderlem/porymap/releases/tag/1.2.0 + + + https://github.com/huderlem/porymap/releases/tag/1.1.0 + + + https://github.com/huderlem/porymap/releases/tag/1.0.0 + +
+ https://huderlem.github.io/porymap/ + https://github.com/huderlem/porymap/issues + https://github.com/huderlem/porymap + + Game + Qt + + + pointing + keyboard + + + + Nintendo + Pokemon + GameBoy + GBA + Hack + Mapeditor + +
\ No newline at end of file