GriffinR
f9a14c0d56
Merge pull request #543 from GriffinRichards/options
...
Add Project Settings Editor
2023-09-25 10:45:16 -04:00
GriffinR
4f459f5a06
Improve speed of setMetatileTiles
2023-09-19 15:49:56 -04:00
GriffinR
4d8f5ef150
Add project settings window
2023-08-23 21:06:14 -04:00
GriffinR
0b293d2af0
Stop tileset editor from scrolling to map's selection when saving
2023-06-30 13:40:11 -04:00
GriffinR
6508fd10af
Reimplement metatile label edit history
2023-02-17 14:59:03 -05:00
GriffinR
dbd6afb0c3
Move metatile labels to tilesets
2023-02-14 14:43:05 -05:00
GriffinR
d2fa68ba18
Allow number values for behavior in editor, add mask warning
2022-10-27 12:58:12 -04:00
GriffinR
1283f5c19d
Use custom attribute masks in API and Tileset Editor
2022-10-26 03:28:30 -04:00
GriffinR
9277a2313f
Display values for missing items in combo boxes
2022-10-19 14:28:45 -04:00
GriffinR
b0e12170fb
Add image export for metatileset
2022-10-05 18:53:31 -05:00
GriffinR
eb8b9b0352
Add Cut to Tileset Editor
2022-10-04 17:50:39 -05:00
GriffinR
441db4274e
Merge branch 'master' into label-copy
2022-06-30 00:41:10 -04:00
GriffinR
304b00b0f3
Add copy/paste to tileset editor
2022-06-29 19:13:42 -04:00
GriffinR
d1883720c9
Add metatile label copy button
2022-02-10 09:53:04 -05:00
GriffinR
67af7e52da
Add get/setMetatileLabel to API
2021-12-26 11:23:45 -06:00
garak
df724a4682
find unused tiles
2021-07-22 12:23:21 -04:00
garak
601e671fc8
add options to count metatiles to tileset editor
...
- count the total number of usages across all maps of specific metatiles
- display the count and/or display unused metatiles
- this does not account for metatiles used in code (most of these are labeled)
2021-07-22 12:23:21 -04:00
Marcus Huderle
6f394ce39c
Code fixes for Qt 6
2021-07-07 18:11:35 -05:00
BigBahss
bb6786f24e
Add extra shortcuts to main window and sub-editors
2020-11-12 23:48:03 -05:00
BigBahss
f044672d2e
Add support for sub-editor shortcut customization
2020-11-09 05:50:15 -05:00
BigBahss
f47e8b1903
Refactor TilesetEditor
2020-10-22 18:44:22 -05:00
BigBahss
e4095130c5
Fix closing tileset editor not closing palette editor
2020-10-22 18:44:22 -05:00
GriffinR
8b600fb59c
Ignore invalid metatiles in selection calls to metatile selectors
2020-07-08 17:35:59 -04:00
Marcus Huderle
dac4a0e8f7
Add scripting api for metatile layer draw order
2020-07-01 20:19:08 -05:00
GriffinR
08bc85dde0
Open tileset editor with selected metatile
2020-07-01 13:38:27 -05:00
GriffinR
bf72ecede9
Parse remaining pokefirered metatile attributes, allow editing/saving them
2020-03-16 16:31:08 -04:00
Phlosioneer
03186e4591
Fix metatile label bug while saving
...
The metatile label only saved when the text field lost focus. But
saving doesn't cause the lineEdit to lose focus. This forces a
check whenever the tileset is saved.
2019-04-08 00:13:55 -04:00
Phlosioneer
01c6d09bc2
Add a way to name metatiles, for use in c code
...
Metatiles can be given a name. The name becomes a constant in
includes/contstants/metatile_labels.h.
The plan is to be able to reference metatiles in code using a macro
like `METATILE(Building, TV_ON, Primary)`, which will evaluate to the
value 0x003, or `METATILE(BrendansMaysHouse, MOVING_BOX_OPEN, Secondary)`,
which will evaluate to the value 0x270.
2019-04-04 01:44:31 -04:00
Marcus Huderle
3f88072981
Add ability to import metatiles from Advance Map (.bvd files)
2019-01-08 18:04:41 -06:00
Marcus Huderle
cd37192657
Fix palette editor crash
2019-01-06 09:43:54 -06:00
Marcus Huderle
f1caa03c6c
Add ability to export tileset tiles image
2019-01-05 15:52:55 -06:00
Marcus Huderle
8b843855f0
Fix tileset editor crash caused by the TilesetEditor instance being destroyed while still running
2018-12-26 16:49:43 -06:00
Marcus Huderle
e42c2e1a81
Add edit-undo history to tileset metatile editing
2018-10-06 17:07:36 -05:00
Marcus Huderle
888270f3ef
Add right-click selection to tileset editor metatile layer item
2018-10-06 15:49:26 -05:00
Marcus Huderle
61ec1af0fb
Add tileset palette editor
2018-10-02 19:01:41 -05:00
Marcus Huderle
303f31f3d4
Add ability to change tileset metatile counts
2018-10-02 19:01:37 -05:00
Marcus Huderle
cf150f3ce9
Ask user about unsaved changes when closing tileset editor window
2018-10-02 19:01:31 -05:00
Marcus Huderle
da13b8ea5e
Enable multi-tile selections in tileset editor
2018-10-02 19:01:27 -05:00
Marcus Huderle
3ca284d5f3
Add ability to import new tiles
2018-10-02 19:01:24 -05:00
Marcus Huderle
0c7ecebe0b
Keep tileset editor in sync with currently opened map
2018-10-02 19:01:18 -05:00
Marcus Huderle
8d38783833
Add ability to save tileset changes
2018-10-02 19:01:15 -05:00
Marcus Huderle
428548b7e1
Add metatile attribute editing, and add tileset saving
2018-10-02 19:01:09 -05:00
Marcus Huderle
322238c7b8
Add metatile layer item
2018-09-30 16:15:04 -05:00
Marcus Huderle
ffd769f7ed
Add palette and flip selectors to tileset editor
2018-09-30 14:54:38 -05:00
Marcus Huderle
0bc3513b15
Add tile selector to Tileset Editor window
2018-09-30 12:33:58 -05:00
Marcus Huderle
990a4aafb7
Add metatile selector in tileset editor window
2018-09-29 15:24:35 -05:00
Marcus Huderle
9abda07c48
Add Tileset Editor window
2018-09-29 14:13:07 -05:00