Commit Graph

  • f6552c57af Fix changelog link Marcus Huderle 2021-12-26 12:47:42 -06:00
  • 5a06da96ad Release 4.5.0 4.5.0 Marcus Huderle 2021-12-26 12:40:26 -06:00
  • a143d2892e Allow getting the map view tab index even if a different main tab is currently opened Marcus Huderle 2021-12-26 12:17:47 -06:00
  • e070a5a1b2 Fix Poryscript casing Marcus Huderle 2021-12-26 11:50:11 -06:00
  • 05fb6c03b7 Fix timing of onMapShifted GriffinR 2021-12-26 12:13:00 -05:00
  • 6be4f2c946 Fix timing of onTabChanged callbacks GriffinR 2021-12-26 11:53:31 -05:00
  • 704b5894d1 Fix timing of onMapResized GriffinR 2021-12-26 11:52:15 -05:00
  • 94b2c98308 Fix fallback dimensions in getColoredTileImage GriffinR 2021-12-18 02:27:23 -05:00
  • 5f79f15554 Add onBlockHoverChanged and onBlockHoverCleared GriffinR 2021-12-17 20:47:12 -05:00
  • 9dc44b3373 Add save warning to new functions in manual GriffinR 2021-12-17 15:48:26 -05:00
  • f37dd77b0c Update changelog GriffinR 2021-12-17 14:12:16 -05:00
  • 0944f9888c Remove addTilesImage, add overloaded addTileImage, add transparency to addMetatileImage GriffinR 2021-12-17 13:45:48 -05:00
  • 86f44c1a67 Add new image functions to manual GriffinR 2021-12-17 13:29:36 -05:00
  • d692f80df0 Add new overlay functions to manual GriffinR 2021-12-17 12:52:03 -05:00
  • fc3a5b372d Add third round of new 'Tileset Functions' to manual GriffinR 2021-12-17 11:30:23 -05:00
  • fa7f2a785d Add second round of new 'Tileset Functions' to manual GriffinR 2021-12-16 09:55:50 -05:00
  • b82061ad51 Add first round of new 'Tileset Functions' to manual GriffinR 2021-12-15 09:34:53 -05:00
  • 19112cf7a6 Add new functions to manual's 'Settings Functions' section GriffinR 2021-12-15 09:15:11 -05:00
  • f4ba4091ad Change API game version to string GriffinR 2021-12-14 23:50:56 -05:00
  • c0769a5e80 Add new functions to manual's 'Utility Functions' section GriffinR 2021-12-14 23:40:33 -05:00
  • 80010ee131 Add new script callbacks to the manual GriffinR 2021-12-14 23:29:27 -05:00
  • 574151aebb Clean up API changes GriffinR 2021-12-13 11:41:46 -05:00
  • 36dc1c6649 Move map cursor UI and grid to foreground GriffinR 2021-12-12 12:19:59 -05:00
  • 39cd1d335b Add map view tab to API GriffinR 2021-12-10 16:52:17 -05:00
  • b39906c03f Add onMapShifted to API GriffinR 2021-12-10 16:09:06 -05:00
  • 8ed891d501 Add option to bypass the API image cache GriffinR 2021-12-10 11:55:21 -05:00
  • fee9ffcd44 Add main tab to API GriffinR 2021-12-10 01:54:27 -05:00
  • 8f62268d00 Trigger onBlockChanged for blocks changed by undo/redo GriffinR 2021-12-09 22:14:54 -05:00
  • d00cba3382 Call onMapResized for script changes to map size GriffinR 2021-12-09 17:50:01 -05:00
  • a6395eefbb Add overlay x/y, split singular/plural overlay functions GriffinR 2021-12-09 12:32:19 -05:00
  • 206a1d12b3 Add onMapResized to scripting API callbacks GriffinR 2021-12-09 10:57:37 -05:00
  • b16c971f00 Add some config settings to scripting API GriffinR 2021-12-09 08:37:22 -05:00
  • 05d04a5e2e Ignore undefined properties in script error messages GriffinR 2021-12-08 14:29:38 -05:00
  • 6518ba36b3 Fix crash switching between projects GriffinR 2021-12-08 11:10:43 -05:00
  • 03949d45a4 Add paletteId to createImage GriffinR 2021-12-08 09:20:17 -05:00
  • eca84beae0 Add basic image cache to scripting API GriffinR 2021-12-07 14:44:40 -05:00
  • 1adc489bc0 Add transparency to addTileImage GriffinR 2021-12-06 01:33:11 -05:00
  • ac988968b3 Add warn and error to script API GriffinR 2021-12-02 13:41:05 -05:00
  • 6c1e5b516d Add getMaxTilesetMetatiles to API GriffinR 2021-12-01 17:13:50 -05:00
  • b5bdac8d36 Add tile/metatile to image functions to API, more tile->tileId/metatileId GriffinR 2021-12-01 16:06:14 -05:00
  • 6a5e4fe247 Split createImage from addImage GriffinR 2021-12-01 10:33:18 -05:00
  • 83a7ccac8b Add getNumTilesetMetatiles, getNumTilesInMetatile, and isPrimary/SecondaryTileset to API GriffinR 2021-11-30 19:16:25 -05:00
  • 6bae415fc1 Add onTilesetUpdated to scripting callbacks GriffinR 2021-11-30 17:24:46 -05:00
  • 5a5d16bdc6 Add overlay visibility toggle GriffinR 2021-11-30 13:38:06 -05:00
  • af4c99537f Add layering to scripting overlay GriffinR 2021-11-30 12:58:39 -05:00
  • 630febff54 Expand addImage to allow image subsets, transformations, and transparency GriffinR 2021-11-27 23:50:44 -05:00
  • ebd7af8846 Add get/setMetatileTiles array functions to API GriffinR 2021-11-24 00:29:58 -05:00
  • 6613318900 Disambiguate tile field names to tileId or metatileId GriffinR 2021-11-23 23:53:41 -05:00
  • ce12a1e017 Add setMetatile functions to API (layerType, encounterType, terrainType, Behavior, Tile) GriffinR 2021-11-23 16:11:07 -05:00
  • 26f0042ff4 Add getMetatile functions to API (layerType, encounterType, terrainType, Behavior, Tile) GriffinR 2021-11-23 14:40:41 -05:00
  • 702497c4d8 Add function prototypes for metatile editing API functions GriffinR 2021-11-23 13:17:31 -05:00
  • 67af7e52da Add get/setMetatileLabel to API GriffinR 2021-11-23 12:58:04 -05:00
  • 9cf0575914 Log error when addImage API function fails GriffinR 2021-11-21 23:14:15 -05:00
  • bcf5339c32 Update changelog GriffinR 2021-11-19 22:58:27 -05:00
  • beb1f6ef27 Log more script errors GriffinR 2021-11-19 22:32:14 -05:00
  • a6b490cf15 Update changelog GriffinR 2021-12-19 17:35:14 -05:00
  • c6cec5f848 Preserve invalid metatile selections GriffinR 2021-12-19 17:25:44 -05:00
  • a6fb7eaeca Process mod in defines GriffinR 2021-12-19 18:48:06 -05:00
  • 7368f443f0 Add config options for showing border/grid GriffinR 2021-11-07 22:00:20 -05:00
  • f64b03d684 Merge pull request #306 from ultima-soul/import_amap_map garak 2021-11-08 13:10:44 -05:00
  • 795336f42c fix potential segfault on moveEvent garak 2021-11-05 15:39:19 -04:00
  • 755e922a93 use com.pret.porymap in macOS app bundles garak 2021-11-03 15:56:05 -04:00
  • 3197cda157 Fix macOS crash parsing wild encounters GriffinR 2021-10-26 10:30:04 -04:00
  • c372d7a01b Sync map group label comment format GriffinR 2021-10-17 10:35:38 -04:00
  • 7bf07e72c2 better unsaved changes code, only block whitespace in combos garak 2021-09-08 17:25:21 -04:00
  • 0b63c438dd mark unsaved changes to map for heaeder and event edits garak 2021-09-07 22:40:07 -04:00
  • ef78b7957c validate combos to disallow junk characters garak 2021-09-07 17:35:55 -04:00
  • 735a095ced fix pasted event id issue garak 2021-09-07 14:06:43 -04:00
  • 056b2164a8 draw event frame for pasted events garak 2021-09-07 13:51:48 -04:00
  • 97f2980cf0 update changelog garak 2021-08-12 20:24:30 -04:00
  • 6c3ee3c46d order wild encounter json reading garak 2021-08-12 19:19:21 -04:00
  • a997fb69da update linux install directions garak 2021-07-31 23:08:29 -04:00
  • 2d87a6222a Merge branch 'master' of github.com:huderlem/porymap into import_amap_map ultima-soul 2021-07-23 23:35:56 -07:00
  • cdcf535894 Address review comments. ultima-soul 2021-07-23 16:20:41 -07:00
  • 2ee5676925 fix metatile selector filter draw garak 2021-07-23 12:11:35 -04:00
  • b1c04dd0b2 update changelog garak 2021-07-22 12:36:00 -04:00
  • fc0c404836 remove some commented old code garak 2021-07-22 12:22:57 -04:00
  • df724a4682 find unused tiles garak 2021-07-21 18:55:33 -04:00
  • 601e671fc8 add options to count metatiles to tileset editor garak 2021-07-19 22:02:31 -04:00
  • 353a0b017f silence bad macOS warning garak 2021-06-27 12:25:13 -04:00
  • 4c4e6dbcbf fix rebase error garak 2021-05-03 22:56:51 -04:00
  • 28eebbed0a Fix Move tool rendering artifacts by enabling full viewport update during the Move tool Marcus Huderle 2021-02-12 16:10:25 -06:00
  • b35e1d9af9 Use more sensible zoom levels, which eliminates zoom rendering artifacts Marcus Huderle 2021-02-09 17:28:02 -06:00
  • a7f12f1993 Fix DPI scaling of pixmaps BigBahss 2021-02-08 23:13:34 -05:00
  • 6f394ce39c Code fixes for Qt 6 Marcus Huderle 2021-02-05 18:43:49 -06:00
  • 39648eed41 add copy paste to edit menu garak 2021-05-03 15:47:29 -04:00
  • 47887aca4d add edit command for event pastes garak 2021-04-15 01:14:09 -04:00
  • 296d697df0 add copy paste to some aspects of porymap - can copy currently selected metatiles - can copy currently selected events - can copy an image of the current map - what is copied depends on the currently focused widget - copied objects can be pasted into other instances of porymap - copied images live on in the clipboard, cannot be pasted into porymap garak 2021-04-14 01:08:18 -04:00
  • d1be0d5a58 Merge pull request #343 from BigBahss/script-editing garak 2021-05-03 15:03:03 -04:00
  • e310732169 Make eventScriptLabelModel and eventScriptLabelCompleter into values rather than pointers BigBahss 2021-04-16 09:04:38 -04:00
  • f72d4bda50 Fix duplicate event script label completions BigBahss 2021-04-16 08:22:05 -04:00
  • 61ffcc3259 Merge branch 'master' into script-editing BigBahss 2021-04-16 07:28:09 -04:00
  • a9c7691a2e Rename DraggablePixmapItem::move() overload as moveTo to avoid confusion BigBahss 2021-03-22 21:57:34 -04:00
  • 5f292ea3cc Place new events in the center of the map BigBahss 2021-03-20 11:20:29 -04:00
  • 1c0001504d Merge pull request #359 from hjk321:mus-new-map Tyler Dennis 2021-03-14 11:56:25 -04:00
  • 29493f94da Add details to script api error messages GriffinR 2021-03-09 20:37:45 -05:00
  • a68a9baf2e Fix Tileset copy construction/assignment BigBahss 2021-03-07 19:17:17 -05:00
  • 0cebe438b6 Poryscript now generates with newline hjk321 2021-03-07 10:16:54 -05:00
  • 09cfde8280 Song Option in New Map Popup hjk321 2021-03-06 22:19:38 -05:00
  • f166652ccc Revert 80c5f74368 and validate map group BigBahss 2021-02-19 02:15:49 -05:00