garak
675a064df6
readCDefines() - don't crash on invalid expressions, add better debugging info
2019-05-09 18:08:52 -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
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
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
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
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
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
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
8af714a681
Rename 'Reset' actions to 'Clear', and add 'Clear Background Map' to edit history
2019-03-17 11:37:13 -05: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
0f02d7b955
fix saving region map layout
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
c4ad0971d0
Support custom fields for all event types
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
9412057f6a
Export tileset images as proper 4-bit-depth .png files
2019-01-11 08:52:47 -06:00
Diegoisawesome
a04db82c2b
Make events (besides objects with valid sprites) partially transparent ( #86 )
...
* Make events transparent
* Change which events are transparent
2019-01-10 19:59:41 -06:00
Marcus Huderle
3f88072981
Add ability to import metatiles from Advance Map (.bvd files)
2019-01-08 18:04:41 -06:00
Diegoisawesome
aa0709243d
Fix crash if layout blockdata size mismatches layout dimensions
2019-01-07 12:28:31 -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
851f8ec813
Add ability to import JASC and A-Map palettes into the tileset palette editor.
2019-01-05 12:06:22 -06:00
Diegoisawesome
060a3e359a
Magic fill collision and elevation ( #76 )
2019-01-04 20:49:21 -06:00
Marcus Huderle
d7282ac5c7
Use FLAG_TEMP_1 when creating new hidden item event
2018-12-26 15:38:38 -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
40257193a4
Don't crash on startup if recent map can't be loaded. Write logs to porymap.log file
2018-12-20 17:30:35 -06:00
Jadon Fowler
4c371517e6
Add installation instructions and fix compile issues
...
By changing the call to QString#chopped to QString#left, we remove the
Qt 10 dependency.
I also changed the C++ version to C++11 as that's what the code is
using my compiler (and others) didn't default to it.
Ref #2
Signed-off-by: Jadon Fowler <jadonflower@gmail.com>
2018-10-07 21:59:34 -07: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
74ce9c9a45
Misc cleanup, and 'Sort by Name' -> 'Sort by Area'
2018-10-05 17:42:14 -05:00
Diegoisawesome
54a9d8b23b
Merge branch 'master' of github.com:huderlem/porymap
2018-10-04 11:03:33 -05:00