Marcus Huderle
e1e44dab81
Add map header editing docs, and fix changelog
2019-04-26 17:46:04 -05:00
Marcus Huderle
276f0a3827
Add map events editing documentation
2019-04-25 18:32:32 -05:00
Marcus Huderle
a81c356467
Add map collision editing documentation
2019-04-24 18:49:08 -05:00
Marcus Huderle
13e3e660e9
Fix bug where tryParseJsonFile() wasn't explicitly returning true
2019-04-24 17:26:08 -05:00
garak
cf32047e46
add changelog and recommonmark req
2019-04-24 17:17:29 -05:00
Marcus Huderle
ebf0bd9ce3
Add Editing Map Tiles docs
2019-04-23 18:41:26 -05:00
Marcus Huderle
5cc2b400cd
Added Navigation docs
2019-04-21 20:07:41 -05:00
Marcus Huderle
afbcaf0f59
Update GitHub Pages
2019-04-21 11:20:49 -05:00
Marcus Huderle
656715fb9e
Add introduction docs
2019-04-21 11:08:37 -05:00
Marcus Huderle
7b440f38a4
Log error messages when JSON parsing fails
2019-04-20 09:06:59 -05:00
Marcus Huderle
f82126df45
Use rtd sphinx theme for docs and add docs README
2019-04-18 20:17:36 -05:00
Marcus Huderle
2018ff0ac1
Add .nojekyll
2019-04-18 20:00:31 -05:00
Marcus Huderle
7ccc1e7098
Update docs
2019-04-18 19:39:57 -05:00
Marcus Huderle
f5949c2b20
Add sphinx docs sources skeleton
2019-04-18 19:36:49 -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
Phlosioneer
edcb8f9285
Only commit metatile label if it changes
2019-04-08 00:17:30 -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
6b661db952
Fix incorrect regex validator
...
This fixes the bug where an empty line wouldn't clear the metatile
label. It also removes the '.' and '-' characters.
2019-04-07 20:46:53 -04:00
garak
d094dced1f
fix region map editor ui
2019-04-07 18:33:06 -05:00
huderlem
06a3e0049b
Update CHANGELOG.md
2019-04-06 20:23:02 -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
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
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
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
garak
545e2134d8
remember changes to region map layout between saves
2019-03-23 16:56:30 -04:00
huderlem
d456847f43
Update CHANGELOG.md
2019-03-17 12:06:48 -05: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