Commit Graph

  • 6d84434645 Move some file operations from Tools to File menus GriffinR 2025-05-08 23:35:38 -04:00
  • 55a2af314f Update changelog GriffinR 2025-05-08 22:34:59 -04:00
  • cc547b7cb6 Merge pull request #636 from GriffinRichards/windowsize GriffinR 2025-05-08 22:29:58 -04:00
  • 96b90dc5e1 Add 'Open in JSON' actions GriffinR 2025-05-08 20:43:52 -04:00
  • 56722f7359 Don't auto-expand Layout folders when searching map list GriffinR 2025-05-08 19:50:41 -04:00
  • c0fb6022f5 Add tool tip for disabled tabs GriffinR 2025-05-08 19:41:34 -04:00
  • 9d2e3145bb Merge pull request #726 from GriffinRichards/status-bar-log GriffinR 2025-05-08 19:00:17 -04:00
  • 9812f94d12 Add shortcuts for Back/Forward GriffinR 2025-05-08 16:19:46 -04:00
  • 8e141247bb Soften layout load requirements GriffinR 2025-04-28 15:13:24 -04:00
  • d0587f400c Add navigation arrows GriffinR 2025-05-08 13:33:51 -04:00
  • 9a3b45117b Make map load failure non-destructive GriffinR 2025-05-07 13:45:16 -04:00
  • a15daf6c14 Relax remaining MAP_ prefix assumptions GriffinR 2025-05-07 12:27:42 -04:00
  • a906783f68 Remove last MAP_ prefix requirement GriffinR 2025-05-07 12:17:09 -04:00
  • aa32276381 More message fixes GriffinR 2025-05-02 16:54:39 -04:00
  • 238a9d1865 Fix regression to cursor single tile mode GriffinR 2025-05-06 15:30:45 -04:00
  • ac8a79a7cc Take screen boundaries into account GriffinR 2025-05-04 23:25:50 -04:00
  • e710e105c5 Merge branch 'dev' of https://github.com/huderlem/porymap into windowsize GriffinR 2025-05-04 22:46:19 -04:00
  • eaceb45592 Add settings to enable/disable status bar logging GriffinR 2025-05-04 22:14:30 -04:00
  • 7511f445bd Merge branch 'dev' of https://github.com/huderlem/porymap into status-bar-log GriffinR 2025-05-04 18:49:52 -04:00
  • 6e541b0994 Merge pull request #724 from GriffinRichards/player-icons GriffinR 2025-05-04 17:09:00 -04:00
  • 3a02df50af Update changelog GriffinR 2025-05-04 16:36:34 -04:00
  • e2371eb1e6 Remove redundant text change for tileset combo boxes GriffinR 2025-05-04 16:34:43 -04:00
  • 805b366c89 Merge pull request #715 from GriffinRichards/version-check GriffinR 2025-05-04 15:35:25 -04:00
  • 424d2e6457 Merge branch 'dev' into version-check GriffinR 2025-05-04 15:09:12 -04:00
  • 03a252c241 Merge pull request #723 from GriffinRichards/update-scripts GriffinR 2025-05-04 14:47:24 -04:00
  • 8ab1359d43 Auto-hide warnings/errors after 5 seconds GriffinR 2025-05-04 03:04:54 -04:00
  • 69482904cc Add log display to status bar, keep log file open GriffinR 2025-05-03 17:43:13 -04:00
  • a1d264cd47 Fix regression to status bar message clearing GriffinR 2025-05-04 00:08:06 -04:00
  • c8a9e33d40 Allow copy-pasting version info GriffinR 2025-05-02 11:22:38 -04:00
  • 7ba4af1a50 Remove old event frames UI GriffinR 2025-05-02 11:15:50 -04:00
  • 5c9cf80a03 Merge branch 'dev' into update-scripts GriffinR 2025-05-02 11:08:26 -04:00
  • f8f6fe827d Fix missing filewatcher paths GriffinR 2025-05-01 15:41:37 -04:00
  • 3876b63836 More loading screen messages, include map.json files GriffinR 2025-05-01 13:42:13 -04:00
  • 6d6b006620 Minor combo box fixes GriffinR 2025-05-01 15:52:36 -04:00
  • 8245f60e2b Prefer NoScrollComboBox::setTextItem over setCurrentText GriffinR 2025-05-01 10:17:51 -04:00
  • 91d89a7422 Fix Qt5 build GriffinR 2025-05-01 00:29:08 -04:00
  • 6d3fd5bc7e Add settings for events tab icon GriffinR 2025-04-30 16:58:50 -04:00
  • 311b6c8638 Add more player icons GriffinR 2025-04-30 15:23:48 -04:00
  • 31cf00de8b Update git search error messages GriffinR 2025-04-30 13:03:30 -04:00
  • 96664e9680 Merge branch 'dev' of https://github.com/huderlem/porymap into version-check GriffinR 2025-04-30 12:03:13 -04:00
  • 22a36d4664 Merge pull request #721 from GriffinRichards/global-defines GriffinR 2025-04-30 11:58:28 -04:00
  • 8b5c2ec792 Fix missing warning for initially incorrect warps GriffinR 2025-04-30 11:48:39 -04:00
  • 15e2d3cf05 Start fixing some of the Message UI deadlocks GriffinR 2025-04-29 23:40:03 -04:00
  • 184025aace Reset frames between loading screens GriffinR 2025-04-29 16:45:09 -04:00
  • 7b7eb221e5 Fix missing first frame of loading screen GriffinR 2025-04-29 16:43:04 -04:00
  • 54461991f7 Update CHANGELOG.md t 2025-04-29 16:18:15 -04:00
  • 7426f47471 clean up garak 2025-04-29 15:59:53 -04:00
  • 7fb657376d use common version function for splash and about screen garak 2025-04-29 15:50:55 -04:00
  • 9a0a7865fb show splash screen whenever project is being loaded ... including when switching projects and reloading projects garak 2025-04-29 15:29:13 -04:00
  • c2b1f5ab85 fix geometry setting before window exists garak 2025-04-29 09:49:53 -04:00
  • 134a933d11 create splash screen for loading garak 2025-04-16 12:42:15 -04:00
  • 79ffe668a3 Update script dropdowns when a map's scripts file is edited GriffinR 2025-04-24 16:19:08 -04:00
  • c52bc46c0f Update changelog GriffinR 2025-04-24 16:29:33 -04:00
  • f776a31e4a Merge pull request #719 from GriffinRichards/local-id GriffinR 2025-04-24 16:16:31 -04:00
  • d97fd5b2a6 Update onMapResized GriffinR 2025-04-23 21:54:42 -04:00
  • 845f93c9e4 Fix Qt 5.14 build GriffinR 2025-04-23 17:53:33 -04:00
  • 4259e65244 Clean up settings editor changes GriffinR 2025-04-23 17:34:15 -04:00
  • 715f53731d Parser define maps to hashes GriffinR 2025-04-23 17:08:47 -04:00
  • 781f965d6b Allow parser to remember defines, globals take precedence GriffinR 2025-04-23 16:51:57 -04:00
  • fc0b1b1b58 Fix invalid selections being marginally visible on the collision selector GriffinR 2025-04-23 14:11:13 -04:00
  • 046f942f41 Fix some issues with player view rectangle visibility GriffinR 2025-04-23 11:41:08 -04:00
  • dedf0d3e57 Fix crash on project switch GriffinR 2025-04-23 02:50:50 -04:00
  • 10aa9a623f Update new tool tips GriffinR 2025-04-23 02:33:55 -04:00
  • b7e19a427d Add global constants settings GriffinR 2025-04-22 15:57:17 -04:00
  • c3bb051fd5 Fix collision sheet size regression GriffinR 2025-04-22 21:32:04 -04:00
  • 8fc9e05359 Merge branch 'dev' of https://github.com/huderlem/porymap into global-defines GriffinR 2025-04-22 15:55:47 -04:00
  • ed273b9ca0 Add functionality for global constants GriffinR 2025-04-21 20:16:59 -04:00
  • eed58e3aff Merge branch 'dev' of https://github.com/huderlem/porymap into local-id GriffinR 2025-04-22 15:14:08 -04:00
  • 57545eae0a Fix initializer order warning GriffinR 2025-04-22 14:57:27 -04:00
  • c26c01aaff Add missing tooltip formatting GriffinR 2025-04-22 14:48:15 -04:00
  • c1acf7141d Merge pull request #718 from GriffinRichards/fix-connection-issues GriffinR 2025-04-22 14:44:40 -04:00
  • d33f0fc6f0 Stop QTextEdit from stealing scroll focus GriffinR 2025-04-21 21:22:29 -04:00
  • e8ac633700 Save grid settings in config GriffinR 2025-04-21 18:57:42 -04:00
  • 6e8dc8c0c4 Update changelog GriffinR 2025-04-21 17:45:18 -04:00
  • 18f1b95e1a Merge pull request #716 from GriffinRichards/read-map-offsets GriffinR 2025-04-21 17:40:37 -04:00
  • 8375e7e3fe Merge pull request #717 from GriffinRichards/write-errors GriffinR 2025-04-21 17:27:20 -04:00
  • 4b3c8abb93 Remove old heal location map tracking, missing assignment in HealLocationEvent::duplicate GriffinR 2025-04-21 12:58:15 -04:00
  • c0df85e43b Fix dangling references, other warnings GriffinR 2025-04-20 20:03:11 -04:00
  • 84882a5fad Prevent dragging events that aren't selected GriffinR 2025-04-20 09:24:32 -04:00
  • 2df722ab4c Fix region map tile selector swapping h/vflip GriffinR 2025-04-20 09:43:30 -04:00
  • 1d6d0c6dc9 Fix region map tile selector palette differing from selection GriffinR 2025-04-20 09:38:12 -04:00
  • e26be84d91 Fix z value for events, separate EventPixmapItem from Editor GriffinR 2025-04-18 13:00:17 -04:00
  • 0f4028ab92 Add missing event frame invalidation GriffinR 2025-04-18 12:08:30 -04:00
  • d992a29e36 Add input fields for LOCALID GriffinR 2025-04-17 18:00:38 -04:00
  • b660ef5d30 Fix Qt5 build GriffinR 2025-04-17 16:16:40 -04:00
  • 8b85057ca5 Fix connection pixmaps being sensitive to focus GriffinR 2025-04-17 15:55:26 -04:00
  • b1d85d32c1 Prevent weird diving map behavior GriffinR 2025-04-15 12:22:51 -04:00
  • 80024d9ce3 Add missing tooltip, menu separators GriffinR 2025-04-17 14:11:34 -04:00
  • 5d475513d5 Allow off-center player view size GriffinR 2025-04-17 11:21:23 -04:00
  • a6ec91724f Replace BORDER_DISTANCE with actual view distance GriffinR 2025-04-16 15:01:58 -04:00
  • db24687360 Add player view size settings GriffinR 2025-02-20 12:01:55 -05:00
  • 428693a6c9 Remove now-unnecessary tileset loading GriffinR 2025-04-16 13:44:46 -04:00
  • ee0f5923ce Better error handling if saving fails GriffinR 2025-04-15 15:33:07 -04:00
  • d30be0b9af Fix some inputs moving user's cursor while typing GriffinR 2025-04-15 13:49:23 -04:00
  • d014eef9e8 Add NoScrollComboBox::editingFinished, disable diving map buttons with no map GriffinR 2025-04-14 13:41:57 -04:00
  • b6548fd49c Stop zoom behavior from regressing again GriffinR 2025-04-14 12:40:28 -04:00
  • e19932b90c Allow custom map connection direction input GriffinR 2025-04-14 11:43:54 -04:00
  • 168792b9c6 Fix comment typo GriffinR 2025-04-13 23:10:51 -04:00
  • 366933e2b0 Merge branch 'dev' into read-map-offsets GriffinR 2025-04-13 22:46:34 -04:00
  • fa4ecf4842 Merge branch 'dev' of https://github.com/huderlem/porymap into local-id GriffinR 2025-04-13 22:45:39 -04:00