yenatch
8c80e44438
Merge pull request #41 from huderlem/fixtilesets
Properly support painting tiles from secondary tileset
6 years ago
Marcus Huderle
69c84a68e3
Properly support painting tiles from secondary tileset
6 years ago
yenatch
aa6949237f
Merge pull request #39 from huderlem/fixMovement
Fix collision and elevation selections
6 years ago
Marcus Huderle
562edc5e3e
Fix collision and elevation selections
6 years ago
yenatch
997bfe7fea
Merge pull request #28 from huderlem/multiblock
Add multi-block and smart-path tile painting
6 years ago
Marcus Huderle
e485f23004
Add smart path painting
6 years ago
Marcus Huderle
940fb1b65c
Support multi-block painting
6 years ago
yenatch
6cb394ebde
Merge pull request #26 from huderlem/exportpic
Add ability to export map image
6 years ago
Marcus Huderle
6112b279c8
Add 'export map image' action to File menu
6 years ago
yenatch
d667a0caad
Merge pull request #25 from huderlem/grid
Add map grid toggling
6 years ago
Marcus Huderle
eeaa347f17
Add checkbox to toggle grid lines
6 years ago
Marcus Huderle
47ce60cbe1
Display grid lines on map editor
6 years ago
yenatch
6bb945d798
Merge pull request #24 from huderlem/coords
Display hovered map tile and block info
6 years ago
Marcus Huderle
2dfcab7a47
Allow collision and elevation tiles to handle hover events individually
6 years ago
Marcus Huderle
4f838b979c
Display hovered block selection in status bar
6 years ago
Marcus Huderle
f81ab6994a
Display hovered tile coords and block in status bar
6 years ago
yenatch
470fc92fba
Merge pull request #23 from huderlem/items
Populate items, flags, and vars in dropdown menus
6 years ago
Marcus Huderle
af4dc34eba
Evaluate C define expressions using postfix evaluation, and rename 'asm' to 'parseutil'
6 years ago
Marcus Huderle
d87d5e6f00
Remove the reverse song constant lookup
6 years ago
Marcus Huderle
669c81b50b
Populate flag and var dropdown menus with their respective constants
6 years ago
Marcus Huderle
2bc949612d
Populate hidden item dropdown menu with item constants
6 years ago
Marcus Huderle
38360de140
Update map object filepath
6 years ago
yenatch
ce49e788ec
Merge pull request #20 from huderlem/maps
Support adding new maps
6 years ago
Marcus Huderle
b39f44c6d0
Small cleanup
6 years ago
Marcus Huderle
c61b8a9b18
Save map constants header based on the current map group data
6 years ago
Marcus Huderle
e4c5d53ffd
Maintain master and working copies of data structures, to enable saving single maps at a time
6 years ago
Marcus Huderle
17e5892cd4
Save map groups file
6 years ago
Marcus Huderle
43e15dfb0e
Save collateral files when creating a new map
6 years ago
Marcus Huderle
bcc74b4461
Add newly created map into global mapAttributes map
6 years ago
Marcus Huderle
a9d71d15f8
Save all map attributes to _assets file
6 years ago
Marcus Huderle
50fc906971
Parse all map attributes from _assets into memory
6 years ago
Marcus Huderle
5c0f628f0d
Build new maps in memory, rather than immediately writing to files
6 years ago
Marcus Huderle
40a0fbee02
Load and save the gMapAttributes array
6 years ago
Marcus Huderle
f6cb002592
Write files on add map functionality. Still need to address gMapGroups
6 years ago
Marcus Huderle
3fcad085c3
Add new map to group that was selected (UI functionality only)
6 years ago
Marcus Huderle
794b814c47
Add right-click context menu for map groups
6 years ago
yenatch
7f761a5051
Merge pull request #3 from huderlem/maps
Fix map connections, warps, and map event saving
6 years ago
Marcus Huderle
d7700b1791
Fix crash that was caused by out-of-bounds metatile tiles
6 years ago
Marcus Huderle
631dac5839
Add Qt Creator .autosave files to .gitignore
6 years ago
Marcus Huderle
9274796d65
Support bg_secret_base_event
6 years ago
Marcus Huderle
c3d0769967
Support bg_hidden_item_event
6 years ago
Marcus Huderle
22722f09c7
Support coord_event_weather
6 years ago
Marcus Huderle
7594fbf3ed
Only write out a map event label if there are actually events to write for its section. Otherwise, you end up writing invalid labels to file, such as '0x0'.
6 years ago
Marcus Huderle
0e268f9ede
Fix warp map destinations (both loading and saving)
6 years ago
Marcus Huderle
d7756865a9
Fix map connections.
Since map constants can be inferred from map names, but not the other
way around, create a mapping between map constants and map names and use
that to find the connected map.
6 years ago
yenatch
0452156372
Merge pull request #2 from huderlem/filepaths
Fix songs and map obj gfx
6 years ago
Marcus Huderle
a38528afa3
Fix filepaths for map object gfx data
6 years ago
Marcus Huderle
07fa705b03
Fix reading map obj gfx constants
6 years ago
Marcus Huderle
26d4f234aa
Fix reading songs
6 years ago
Marcus Huderle
67e5b40b4b
Add .gitignore
6 years ago