garak
|
0f9c5873a2
|
Merge branch 'master' of https://github.com/huderlem/porymap into slam
|
2024-01-09 15:28:01 -05:00 |
|
GriffinR
|
fc1e192087
|
Add warp behavior list to settings
|
2023-12-17 02:03:33 -05:00 |
|
GriffinR
|
5d4d88d11e
|
Add warning for warp behaviors
|
2023-12-16 20:35:28 -05:00 |
|
GriffinR
|
4f0e8716f2
|
Update Collision tab UI
|
2023-12-08 12:18:21 -05:00 |
|
GriffinR
|
d5210cf230
|
Support custom collision graphics
|
2023-12-07 13:43:24 -05:00 |
|
garak
|
f4cd57c988
|
some code cleanup
|
2023-09-28 19:02:11 -04:00 |
|
garak
|
72eb8f873f
|
create dynamic map tab icon
|
2023-09-28 19:02:10 -04:00 |
|
garak
|
1497f42ab0
|
save progress
|
2023-09-28 19:02:10 -04:00 |
|
garak
|
e2253939fc
|
use enum class for edit modes
|
2023-09-28 19:02:10 -04:00 |
|
garak
|
18eb3ceb1e
|
setLayout to create layout-only edit mode
|
2023-09-28 19:02:10 -04:00 |
|
garak
|
2bc51f1c29
|
move map pixmap item and metatile rendering from Map to Layout
|
2023-09-28 19:02:10 -04:00 |
|
garak
|
61256d39ca
|
reorganize some class data
|
2023-09-28 19:02:10 -04:00 |
|
GriffinR
|
d6d27ae8b3
|
Add Custom Scripts Editor window
|
2023-09-05 16:45:53 -04:00 |
|
GriffinR
|
d5d0d64310
|
Fix new connections not appearing
|
2023-01-15 23:49:08 -05:00 |
|
GriffinR
|
0556afaf98
|
Only allow moving connections on connection tab
|
2023-01-15 23:18:19 -05:00 |
|
GriffinR
|
ca0c667135
|
Always allow connection warps
|
2023-01-15 22:47:27 -05:00 |
|
garak
|
679f2419b7
|
fix event tabs not updating with group size changes
|
2022-10-13 22:30:07 -04:00 |
|
garak
|
43960d4e9e
|
add open script button next to script labels
|
2022-10-13 22:30:07 -04:00 |
|
garak
|
582405d68b
|
change Event class design in favor of polymorphism
|
2022-10-13 22:30:07 -04:00 |
|
Marcus Huderle
|
a5136849b8
|
Merge pull request #455 from GriffinRichards/api-border
Add map border to the scripting API
|
2022-09-03 12:48:35 -05:00 |
|
GriffinR
|
be4a5e8528
|
Add onBorderVisibilityToggled callback
|
2022-08-30 12:53:33 -04:00 |
|
GriffinR
|
3e7bfe126a
|
Add edit history for border edits via script
|
2022-08-29 20:20:09 -04:00 |
|
GriffinR
|
d9b37ecb0b
|
Prevent paste exceeding object limit, warn when copying healspots
|
2022-07-05 14:38:23 -04:00 |
|
GriffinR
|
b91914310e
|
Allow warping by double-clicking clone objects
|
2022-02-09 18:31:55 -06:00 |
|
GriffinR
|
9963e4c8aa
|
Move map bounds checking to map.cpp
|
2022-02-08 17:10:07 -06:00 |
|
GriffinR
|
7d51c11a94
|
Fix tile rect leaving map grid on paint, cursor rects not updating state on collision tab
|
2022-02-08 17:10:07 -06:00 |
|
GriffinR
|
36dc1c6649
|
Move map cursor UI and grid to foreground
|
2021-12-26 11:23:45 -06:00 |
|
GriffinR
|
6bae415fc1
|
Add onTilesetUpdated to scripting callbacks
|
2021-12-26 11:23:45 -06:00 |
|
GriffinR
|
7368f443f0
|
Add config options for showing border/grid
|
2021-11-08 13:11:16 -05:00 |
|
garak
|
7bf07e72c2
|
better unsaved changes code, only block whitespace in combos
|
2021-09-08 17:39:38 -04:00 |
|
garak
|
0b63c438dd
|
mark unsaved changes to map for heaeder and event edits
closes #305
closes #337
closes #347
|
2021-09-08 17:39:38 -04:00 |
|
Marcus Huderle
|
b35e1d9af9
|
Use more sensible zoom levels, which eliminates zoom rendering artifacts
|
2021-07-07 18:11:35 -05:00 |
|
BigBahss
|
40a7e23b34
|
Remove undefined functions in Editor
|
2021-02-16 09:22:26 -05:00 |
|
BigBahss
|
6335151c39
|
Add option to open log file
|
2021-02-03 16:01:54 -06:00 |
|
Marcus Huderle
|
d63bebee69
|
Merge remote-tracking branch 'origin/master' into fix827
# Conflicts:
# src/mainwindow.cpp
|
2020-12-14 17:57:30 -06:00 |
|
BigBahss
|
7a4de9f3d9
|
Add support for finding and opening any event script
|
2020-12-04 09:29:38 -05:00 |
|
BigBahss
|
afc0c0c501
|
Add button next to script combo-box to open file to that script.
Revert the behavior of Open Map Scripts button.
|
2020-12-02 03:39:08 -05:00 |
|
BigBahss
|
789fe7d00c
|
Merge remote-tracking branch 'origin/master' into script-editing
|
2020-12-01 16:43:53 -05:00 |
|
BigBahss
|
dbafb99fd4
|
Add action to open the project root in a text editor
|
2020-12-01 07:12:32 -05:00 |
|
Ashley Coleman
|
49737d16cc
|
Implement delete for wild encounter table
|
2020-11-22 16:34:30 -06:00 |
|
BigBahss
|
bc0127430b
|
Fix MapRuler dimensions tooltip and refactor
|
2020-11-22 08:37:16 -06:00 |
|
BigBahss
|
4aaae1a264
|
Add support for opening .inc scripts to the selected event script
|
2020-11-22 01:04:46 -05:00 |
|
BigBahss
|
662fb2a367
|
Move themes to PreferenceEditor
|
2020-11-16 09:35:55 -05:00 |
|
garakmon
|
f791157adc
|
add #pragma once to include files
|
2020-10-24 15:51:10 -04:00 |
|
BigBahss
|
9c57a5bc46
|
Refactor MapRuler event handling
|
2020-10-24 07:45:08 -04:00 |
|
BigBahss
|
40a155329e
|
Merge branch 'master' into ruler-tool
|
2020-10-24 03:28:29 -04:00 |
|
BigBahss
|
2f20a5d0b3
|
Hide connection tiles that cant be seen from current map
|
2020-10-14 01:57:59 -04:00 |
|
BigBahss
|
5247dd18c0
|
Refactor map zooming into the Editor
|
2020-10-13 06:07:31 -04:00 |
|
BigBahss
|
39aa420265
|
Turn MapRuler dimensions into a mouse-tracking tooltip, and show in status bar
|
2020-10-02 12:12:19 -04:00 |
|
BigBahss
|
ca6969564f
|
Add MapRuler (right-click & drag in events view)
|
2020-09-25 11:53:07 -04:00 |
|