garak
|
eb71f72b0e
|
move source parsing functions from project to parseutil
|
2019-05-09 18:08:52 -05:00 |
|
garak
|
675a064df6
|
readCDefines() - don't crash on invalid expressions, add better debugging info
|
2019-05-09 18:08:52 -05:00 |
|
garak
|
54e431617f
|
improve tileset label reading to silence unnecessary warnings
|
2019-05-09 18:08:52 -05:00 |
|
garak
|
eb3964bcc3
|
improve way selected events are rendered on top
|
2019-05-09 18:06:34 -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
|
2cc5a92cc8
|
disallow region map entries to have out of bounds dimensions
|
2019-04-29 19:38:40 -05:00 |
|
garak
|
4774def5cd
|
draw selected event on top when stacked
|
2019-04-29 19:38:40 -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
|
9098055054
|
add data qualifiers struct
|
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 |
|
Marcus Huderle
|
13e3e660e9
|
Fix bug where tryParseJsonFile() wasn't explicitly returning true
|
2019-04-24 17:26:08 -05:00 |
|
Marcus Huderle
|
7b440f38a4
|
Log error messages when JSON parsing fails
|
2019-04-20 09:06:59 -05:00 |
|
garak
|
e30ec429ab
|
allow entries to be moved by dragging them around map
|
2019-04-13 16:24:12 -05:00 |
|
garak
|
92ea089876
|
insert new map entries when edited
|
2019-04-13 16:24:12 -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 |
|
huderlem
|
e91df38714
|
Merge pull request #77 from garakmon/rme
Region Map Editor
|
2019-04-06 19:59:08 -05:00 |
|
Marcus Huderle
|
a61dd168cf
|
Write JASC files with \r\n line endings
|
2019-04-06 19:58:38 -05:00 |
|
garak
|
fe22a2fbbc
|
Merge branch 'rme' of https://github.com/garakmon/porymap into rme
|
2019-04-06 18:12:21 -04:00 |
|
garak
|
5bfc32fb7f
|
write palette of region map image, fix ruby city map render
|
2019-04-06 18:11:56 -04: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
|
4628fe400b
|
double click on secret base acts as warp
|
2019-04-06 16:42:27 -05:00 |
|
garak
|
bb7983c4e3
|
select next event in group when deleting an event
|
2019-04-06 16:36:48 -05:00 |
|
garak
|
da5048a616
|
use project values for new event defaults
|
2019-04-06 16:36:48 -05:00 |
|
garak
|
2ee3731ed8
|
Merge branch 'master' into rme
|
2019-04-06 10:20:35 -04:00 |
|
garak
|
a475823fee
|
further refine region map editor
|
2019-03-31 14:57:24 -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
|
37a688b32a
|
fix nasty padding misalign
|
2019-03-24 15:55:40 -05:00 |
|
Karathan
|
b8915995b9
|
fix line endings
|
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
|
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 |
|
garak
|
545e2134d8
|
remember changes to region map layout between saves
|
2019-03-23 16:56:30 -04:00 |
|
Marcus Huderle
|
4dc9ebada9
|
Preserve x/y flip status when selecting a single tile from the metatile picker
|
2019-03-17 11:56:47 -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
|
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
|
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 |
|