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 |
|
BigBahss
|
5da761ea94
|
Implement straight paths for map tiles and smart paths
|
2020-09-07 13:12:15 -04:00 |
|
garakmon
|
1151f9fc26
|
make some performance improvements to event rendering
|
2020-08-26 20:03:47 -04:00 |
|
garakmon
|
a0dc347ad3
|
add EventMove command, fix extra signal call in map border resize
|
2020-08-26 20:03:47 -04:00 |
|
garakmon
|
fb1eec1755
|
begin refactoring undo history
|
2020-08-26 20:03:47 -04:00 |
|
garak
|
2e077b45c7
|
fix scene scaling for metatile selection, replace deprecated setMatrix with setTransform
|
2020-08-15 19:30:46 -04:00 |
|
GriffinR
|
1b832929b2
|
Enforce limit for object events
|
2020-07-13 19:08:46 -05:00 |
|
GriffinR
|
ea2bfa7274
|
Add duplicate shortcut for events
|
2020-07-13 19:08:46 -05:00 |
|
GriffinR
|
6cb1c532a4
|
Show metatile label names in map editor
|
2020-06-02 18:21:23 -05:00 |
|
Marcus Huderle
|
81cd43933b
|
Eliminate unnecessary expensive map redraws when saving or changing tilesets
|
2020-05-20 19:21:18 -05:00 |
|
garakmon
|
4ee22fa06a
|
decouple map and event edit modes
|
2020-05-18 17:25:53 -05:00 |
|
GriffinR
|
53ba6f5ab9
|
Warn when closing with unsaved encounter changes
|
2020-05-11 17:11:01 -05:00 |
|
Marcus Huderle
|
8697adf186
|
Add true tileset scripting functions
|
2020-05-03 10:00:56 -05:00 |
|
garakmon
|
333fe69dd8
|
keep selected tool when switching tabs
|
2020-04-26 18:55:18 -04:00 |
|
garak
|
b5adbe782d
|
extend most toolbuttons for use in event editing
|
2020-04-26 16:17:51 -04:00 |
|