garak
0ad71286b1
begin work on wild pokemon editor
2019-09-09 18:26:54 -04:00
garak
e3f92fff12
fix build:
...
- use parser class when parsing metatile label files
- use QString() over QString::null which is deprecated
2019-09-09 18:24:33 -04:00
garak
9e7ce82f45
fix region map entries save bug where NONE map section was being saved in array
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
3e39ebccdf
add unsaved changes dialog to mainwindow close
2019-08-07 10:48:07 -04:00
garak
f89804dd16
silence compiler warnings
2019-08-06 23:35:02 -04:00
garak
f750c56e29
create map image export window
2019-05-23 16:43:07 -05:00
garak
eb71f72b0e
move source parsing functions from project to parseutil
2019-05-09 18:08:52 -05:00
garak
69a7a24ed6
fix typo in mainwindow.cpp
2019-05-02 11:05:20 -04:00
garak
a214b66353
use more appropriate default elevations for new events, hide heal spot z
2019-05-01 19:30:19 -05:00
garak
c189d2fac8
revert hideArrow() function, fix rme swap window
2019-04-29 19:38:40 -05:00
garak
0a4be71ae2
add regex support to C define reading
2019-04-29 19:38:40 -05:00
garak
8c29b00fa4
modify event comboboxes, fix heal location parsing
2019-04-29 19:38:40 -05:00
huderlem
e91df38714
Merge pull request #77 from garakmon/rme
...
Region Map Editor
2019-04-06 19:59:08 -05:00
garak
0a0eaba788
draw sprites based on movement type
2019-04-06 17:04:41 -05:00
Marcus Huderle
d7287ce54b
Re-draw map status icons when changing the map filter
2019-04-06 16:58:18 -05:00
garak
01bb74bf8c
draw map icons for all maps in project
2019-04-06 16:57:46 -05:00
garak
f8c9f97cb6
hide cursor tile rect when changing tabs
2019-04-06 16:50:54 -05:00
garak
bb7983c4e3
select next event in group when deleting an event
2019-04-06 16:36:48 -05:00
garak
2ee3731ed8
Merge branch 'master' into rme
2019-04-06 10:20:35 -04:00
Karathan
e305e42e61
rename getTilesets->getTilesetLabels
2019-03-24 15:55:40 -05:00
Karathan
8c3c498ac9
further clearify error messages, and add sanity symbol checking
2019-03-24 15:55:40 -05:00
Karathan
be371aed17
add success message to tileset creation
2019-03-24 15:55:40 -05:00
Karathan
cf9a4bc0fc
dont allow primary/secondary tileset with the same (friendly) name, clearify duplicate error message
2019-03-24 15:55:40 -05:00
Karathan
1b62c15ba4
add dialog to add tilesets
2019-03-24 15:55:40 -05:00
garak
34cc6fe5c7
fix map icons in mapList
2019-02-26 15:56:45 -06:00
garak
3ab64f493d
scale metatile selection and border with selector
2019-02-26 15:56:45 -06:00
garak
9e7611d3ae
fix metatile selector selection when zoomed
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
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
b2742498d1
Save metatile zoom in config
2019-02-16 14:32:46 -06:00
garak
f587e03a49
add slider to scale metatiles view
2019-02-16 14:32:46 -06:00
Marcus Huderle
02d6ed3cff
No custom attributes for heal events
2019-02-04 20:53:35 -06:00
Marcus Huderle
c4ad0971d0
Support custom fields for all event types
2019-02-04 20:53:35 -06:00
Marcus Huderle
a894bea71b
Support custom fields for top-level map attributes
2019-02-04 20:53:35 -06:00
Marcus Huderle
94686e6f0a
Support map JSON data
2019-02-04 20:53:35 -06:00
Marcus Huderle
228b646b0e
Change trainer checkbox to a combobox
2019-01-20 10:43:32 -06:00
Marcus Huderle
16bbfcb654
Make map tile cursor more responsive according to metatile selection
2019-01-11 08:52: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
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
Diegoisawesome
fdd5e4851a
Prevent autoexpanding all map groups on resort ( #78 )
...
Also fix path separator in status bar text
2019-01-05 16:38:37 -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