garak
376cfbf9c3
add light and dark themes
2019-09-21 12:27:05 -05:00
garak
f3928d2c6d
add tall grass icon
2019-09-09 18:26:54 -04:00
garak
5a62df9f55
add json saving to wild encounter editor
2019-09-09 18:26:54 -04:00
garak
3f9ad3afbb
extend wild encounter tab for all fields (dynamic)
2019-09-09 18:26:54 -04:00
garak
0ad71286b1
begin work on wild pokemon editor
2019-09-09 18:26:54 -04:00
garak
22fe92840f
Merge pull request #108 from Phlosioneer/metatile-labels
...
Add a way to name metatiles, for use in c code
2019-09-08 20:15:00 -04:00
garak
9800abfdb2
make all ui names in mainwindow.ui unique
2019-08-19 16:52:39 -05:00
garak
16d25796bf
use the custom combobox for all porymap comboboxes
2019-08-19 16:52:39 -05:00
garak
5470ade7bb
improve combobox speed and autocompletion
2019-08-06 21:50:03 -04:00
garak
8f2e47e937
fix preview scene memory leak, fix borders
2019-05-23 16:43:07 -05:00
garak
f750c56e29
create map image export window
2019-05-23 16:43:07 -05:00
Marcus Huderle
ef0b79d580
1.2.2 Release
2019-05-16 17:05:27 -05:00
garak
a214b66353
use more appropriate default elevations for new events, hide heal spot z
2019-05-01 19:30:19 -05:00
garak
875320ae26
add entries editing tab to rme
2019-04-13 16:24:12 -05:00
garak
d094dced1f
fix region map editor ui
2019-04-07 18:33:06 -05:00
garak
2ee3731ed8
Merge branch 'master' into rme
2019-04-06 10:20:35 -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
garak
a475823fee
further refine region map editor
2019-03-31 14:57:24 -04:00
Karathan
45be05426c
add shortcut for adding a tileset
2019-03-24 15:55:40 -05:00
Karathan
092eb2b9aa
add ellipsis to new map and new tileset
2019-03-24 15:55:40 -05:00
Karathan
af96054baf
Save all tilesets
...
because the loader wants to have them all
2019-03-24 15:55:40 -05:00
Karathan
1b62c15ba4
add dialog to add tilesets
2019-03-24 15:55:40 -05:00
Marcus Huderle
8af714a681
Rename 'Reset' actions to 'Clear', and add 'Clear Background Map' to edit history
2019-03-17 11:37:13 -05:00
garak
3ab64f493d
scale metatile selection and border with selector
2019-02-26 15:56:45 -06:00
garak
5b6f658e29
add new convenience features to rme and fix typos
2019-02-25 13:31:34 -05:00
garak
3cef77a174
add map section swap feature and smooth zooming
2019-02-18 13:45:45 -05:00
garak
38cb97793d
fix outstanding rme bugs and history
2019-02-16 19:58:13 -05:00
garak
a951fc85da
region map ui updates and other fixes
2019-02-16 19:58:13 -05:00
garak
41f3780c8a
add region map data to config, fix some bugs
2019-02-16 19:58:13 -05:00
garak
c75ce5db1d
resize region map, move map squares
2019-02-16 19:58:13 -05:00
garak
83f3cef52e
clean rme UI, undo / redo history, new city maps
2019-02-16 19:58:13 -05:00
garak
d3a16d34df
move region map editor to its own window
2019-02-16 19:58:13 -05:00
garak
62009373f7
city map editor
2019-02-16 19:55:58 -05:00
garak
a9098cfd7a
add layout view to region map editor
2019-02-16 19:55:58 -05:00
garak
7cffe07579
add region map image editor with basic functionality
2019-02-16 19:54:54 -05:00
Marcus Huderle
3225ff5133
Update changelog
2019-02-16 16:55:09 -06:00
Marcus Huderle
576180bc79
Update About window
2019-02-16 16:23:33 -06:00
garak
f587e03a49
add slider to scale metatiles view
2019-02-16 14:32:46 -06:00
Marcus Huderle
6ac440e3eb
Update About window for 1.2.0 release
2019-02-04 21:15:42 -06:00
Marcus Huderle
a894bea71b
Support custom fields for top-level map attributes
2019-02-04 20:53:35 -06:00
Marcus Huderle
61b919566a
Add option to show an outline around the currently-hovered map tile
2019-01-09 09:35:34 -06:00
Marcus Huderle
4d088766a0
Add player view rectangle option
2019-01-08 18:04:48 -06:00
Marcus Huderle
3f88072981
Add ability to import metatiles from Advance Map (.bvd files)
2019-01-08 18:04:41 -06:00
Marcus Huderle
b469cc047f
Add 'About Porymap' window that contains useful information about the program
2019-01-08 10:28:20 -06:00
Marcus Huderle
8317dc2276
Add expand-all and collapse-all buttons for map list
2019-01-08 09:30:36 -06:00
garak
d13a4da50a
Remember window sizes, add new map popup window ( #54 )
...
* save window state on app close
* new map popup window
* window title, groupItem fix
* fix new map heal location generation
* fix newmappopup form size
* empty map name check, increase max dimensions
* tool tips
* delete new window
* fix mainwindow.ui new map action
* use new config for window state
* clean window restore config settings
* extend "Add New Map" to different MapSortOrders
* fix crash when creating new map from unloaded layout
* fix new map from layout extra files
2019-01-07 17:14:44 -06:00
Marcus Huderle
022dc899da
Add transparency slider for overlayed collision tiles on the map
2019-01-06 12:53:36 -06:00
Marcus Huderle
42db5f1d1c
Fix map-shifter tooltip typo.
2019-01-06 10:04:47 -06:00
Marcus Huderle
f1caa03c6c
Add ability to export tileset tiles image
2019-01-05 15:52:55 -06:00
Marcus Huderle
851f8ec813
Add ability to import JASC and A-Map palettes into the tileset palette editor.
2019-01-05 12:06:22 -06:00
Marcus Huderle
99a71afbfe
Allow focus on the palette editor's palette id spin box
2019-01-05 09:17:55 -06:00
Marcus Huderle
08ff21e415
Properly create new emerald map headers. Use 'trigger' instead of coord script, trap, etc.
2018-12-26 15:36:44 -06:00
Marcus Huderle
ebdab421cb
Pivot map header experience based on base_game_version
2018-12-26 12:20:51 -06:00
Diegoisawesome
e184ff2a04
Allow scrolling in event tabs
2018-12-04 13:06:18 -06:00
Diegoisawesome
1907dcbe1d
Remove spinbox from multiple event view
2018-12-04 12:58:49 -06:00
Diegoisawesome
68905aae1c
Tabbed events mostly working
2018-11-29 21:59:03 -06:00
Diegoisawesome
f0b74ada93
Tabs working
2018-11-27 19:39:57 -06:00
Diegoisawesome
4550f80dc4
Begin tabs properly
2018-11-13 13:32:36 -06:00
Diegoisawesome
db96e33ffd
Begin event view overhaul
2018-11-13 12:47:12 -06:00
Diegoisawesome
9067a077cf
Tidy up tileset editor UI
2018-10-08 23:58:26 -05:00
Diegoisawesome
41a0c1d2d2
Change 2x2 limit to 4x2 on tileset editor selection
2018-10-08 21:10:57 -05:00
Diegoisawesome
c102a2b7d0
Scroll to selected tile and metatile
2018-10-08 14:46:46 -05:00
Marcus Huderle
e42c2e1a81
Add edit-undo history to tileset metatile editing
2018-10-06 17:07:36 -05:00
Marcus Huderle
bbfecba1ba
Add edit-undo history for tileset palette changes
2018-10-05 18:38:11 -05:00
Marcus Huderle
7a47c64509
Display RGB values in tileset palette editor
2018-10-05 17:57:55 -05:00
Marcus Huderle
74ce9c9a45
Misc cleanup, and 'Sort by Name' -> 'Sort by Area'
2018-10-05 17:42:14 -05:00
Diegoisawesome
0e58fed23b
Add map list sorting and filtering
2018-10-05 01:02:40 -05:00
Diegoisawesome
54a9d8b23b
Merge branch 'master' of github.com:huderlem/porymap
2018-10-04 11:03:33 -05:00
Diegoisawesome
6269d4822a
Add filter to UI
2018-10-02 21:46:08 -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
8db57f3e0c
Cleanup tileset editor ui
2018-10-02 19:01:34 -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
a77b76988b
Fix small UI bugs in tileset editor
2018-10-02 19:01:21 -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
Diegoisawesome
9f55dbfa23
Merge branch 'master' of github.com:huderlem/porymap
2018-09-30 13:59:27 -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
Marcus Huderle
497f069d20
Restructure source tree
2018-09-29 09:10:23 -05:00