Commit Graph

  • 2567254214 MUS_ prefix instead of BGM_ Marcus Huderle 2018-06-20 17:43:26 -05:00
  • a2b42de541 Support new map layouts structure Marcus Huderle 2018-06-20 17:43:20 -05:00
  • 39abd40ee0 Merge pull request #49 from huderlem/object_event_macro yenatch 2018-06-16 19:56:50 -04:00
  • a89dc22245 Update parsing of new object_event macro Marcus Huderle 2018-06-14 22:01:00 -05:00
  • ddb832de0c Merge pull request #48 from huderlem/fixpath yenatch 2018-06-05 23:35:47 -04:00
  • 3ed27ba5d3 Update filepaths and var names from 'map_object' -> 'event_object' Marcus Huderle 2018-06-05 17:06:14 -05:00
  • 4a2c2e47a9 Merge pull request #45 from huderlem/fixpath yenatch 2018-03-20 19:40:05 -04:00
  • a11365176c Fix event_object_movement.c filepath to account for new pokeruby directory structure Marcus Huderle 2018-03-19 18:15:29 -07:00
  • aaae8674b5 Redraw the map when switching to collision editing yenatch 2018-03-18 23:48:38 -04:00
  • 45d3e932ca Merge pull request #40 from huderlem/connect yenatch 2018-03-18 23:13:52 -04:00
  • 4280735c1e Merge remote-tracking branch 'origin/master' into connect yenatch 2018-03-18 22:57:01 -04:00
  • 7f74b3b481 Need to include QMap in parseutil.h yenatch 2018-03-18 21:30:12 -04:00
  • ae4158ce7b Fix offset value when selecting another connection yenatch 2018-03-18 21:28:52 -04:00
  • 8c80e44438 Merge pull request #41 from huderlem/fixtilesets yenatch 2018-03-16 00:15:54 -04:00
  • 69c84a68e3 Properly support painting tiles from secondary tileset Marcus Huderle 2018-03-13 20:07:16 -07:00
  • 9533042c4c Support 'mirror' editing for dive and emerge connections Marcus Huderle 2018-03-12 21:52:58 -07:00
  • 1a10eac29f Support 'mirror' connection editing. Can be toggled off via checkbox Marcus Huderle 2018-03-12 20:51:27 -07:00
  • ad7b9ca7b3 Some cleanup, and disable connection controls when loading map with no connections Marcus Huderle 2018-03-11 15:59:21 -07:00
  • dec99c8cac Fix bug where saving shared map assets wouldn't work Marcus Huderle 2018-03-11 15:21:01 -07:00
  • bd2c782021 Double-clicking on a connection will load the destination map Marcus Huderle 2018-03-11 14:20:52 -07:00
  • f47e3bf4ea Limit connection offsets to reasonable values Marcus Huderle 2018-03-11 14:01:29 -07:00
  • 9b0f686781 Properly support saving map connections Marcus Huderle 2018-03-11 13:33:08 -07:00
  • 6f71c15629 Add dive/emerge map pickers Marcus Huderle 2018-03-10 11:25:34 -08:00
  • aa6949237f Merge pull request #39 from huderlem/fixMovement yenatch 2018-03-10 14:11:51 -05:00
  • 5301b299e2 Support adding/removing connections via buttons Marcus Huderle 2018-03-10 10:09:19 -08:00
  • 9a6132314c Support multiple connections in same direction, and darken non-selected connections Marcus Huderle 2018-03-09 23:26:44 -08:00
  • 562edc5e3e Fix collision and elevation selections Marcus Huderle 2018-03-10 00:17:50 -08:00
  • 8df2a864a0 Fixup connection graphicswindow dimensions Marcus Huderle 2018-03-08 22:35:16 -08:00
  • 2b5da0ee01 Use same graphicswindow format as Map tab Marcus Huderle 2018-03-08 22:34:51 -08:00
  • c553980105 Properly remove connections Marcus Huderle 2018-03-08 21:26:40 -08:00
  • 1e8d1d9497 Hide connection editor when switching tabs Marcus Huderle 2018-03-08 21:18:00 -08:00
  • c00d83da46 Support changing connection maps, adding new connections, and removing connections Marcus Huderle 2018-03-08 20:34:04 -08:00
  • 073a13ac9c Save connections to file Marcus Huderle 2018-03-07 21:05:35 -08:00
  • 64007b5bae Add basic drop-and-drop connection editing Marcus Huderle 2018-03-07 20:22:18 -08:00
  • e2933fc801 Add connections tab Marcus Huderle 2018-03-06 16:02:08 -08:00
  • 997bfe7fea Merge pull request #28 from huderlem/multiblock yenatch 2018-03-06 01:50:40 -05:00
  • e485f23004 Add smart path painting Marcus Huderle 2018-03-05 16:47:00 -08:00
  • 940fb1b65c Support multi-block painting Marcus Huderle 2018-03-05 14:47:46 -08:00
  • 6cb394ebde Merge pull request #26 from huderlem/exportpic yenatch 2018-03-04 22:07:18 -05:00
  • 6112b279c8 Add 'export map image' action to File menu Marcus Huderle 2018-03-04 18:11:59 -08:00
  • d667a0caad Merge pull request #25 from huderlem/grid yenatch 2018-03-04 21:37:48 -05:00
  • eeaa347f17 Add checkbox to toggle grid lines Marcus Huderle 2018-03-04 16:20:18 -08:00
  • 47ce60cbe1 Display grid lines on map editor Marcus Huderle 2018-03-04 16:07:52 -08:00
  • 6bb945d798 Merge pull request #24 from huderlem/coords yenatch 2018-03-04 15:12:59 -05:00
  • 2dfcab7a47 Allow collision and elevation tiles to handle hover events individually Marcus Huderle 2018-03-04 10:49:44 -08:00
  • 4f838b979c Display hovered block selection in status bar Marcus Huderle 2018-03-04 10:19:03 -08:00
  • f81ab6994a Display hovered tile coords and block in status bar Marcus Huderle 2018-03-04 00:09:34 -08:00
  • 470fc92fba Merge pull request #23 from huderlem/items yenatch 2018-03-03 21:03:13 -05:00
  • af4dc34eba Evaluate C define expressions using postfix evaluation, and rename 'asm' to 'parseutil' Marcus Huderle 2018-03-03 17:09:05 -08:00
  • d87d5e6f00 Remove the reverse song constant lookup Marcus Huderle 2018-03-03 12:20:59 -08:00
  • 669c81b50b Populate flag and var dropdown menus with their respective constants Marcus Huderle 2018-03-02 21:54:08 -08:00
  • 2bc949612d Populate hidden item dropdown menu with item constants Marcus Huderle 2018-03-02 19:56:23 -08:00
  • 38360de140 Update map object filepath Marcus Huderle 2018-03-02 19:55:55 -08:00
  • ce49e788ec Merge pull request #20 from huderlem/maps yenatch 2018-02-18 17:14:54 -05:00
  • b39f44c6d0 Small cleanup Marcus Huderle 2018-02-18 10:32:30 -08:00
  • c61b8a9b18 Save map constants header based on the current map group data Marcus Huderle 2018-02-18 09:43:29 -08:00
  • e4c5d53ffd Maintain master and working copies of data structures, to enable saving single maps at a time Marcus Huderle 2018-02-17 20:41:15 -08:00
  • 17e5892cd4 Save map groups file Marcus Huderle 2018-02-17 16:29:38 -08:00
  • 43e15dfb0e Save collateral files when creating a new map Marcus Huderle 2018-02-17 16:07:19 -08:00
  • bcc74b4461 Add newly created map into global mapAttributes map Marcus Huderle 2018-02-17 15:16:42 -08:00
  • a9d71d15f8 Save all map attributes to _assets file Marcus Huderle 2018-02-17 14:50:20 -08:00
  • 50fc906971 Parse all map attributes from _assets into memory Marcus Huderle 2018-02-17 13:00:15 -08:00
  • 5c0f628f0d Build new maps in memory, rather than immediately writing to files Marcus Huderle 2018-02-15 20:15:25 -08:00
  • 40a0fbee02 Load and save the gMapAttributes array Marcus Huderle 2018-02-15 18:38:19 -08:00
  • f6cb002592 Write files on add map functionality. Still need to address gMapGroups Marcus Huderle 2018-02-14 22:31:23 -08:00
  • 3fcad085c3 Add new map to group that was selected (UI functionality only) Marcus Huderle 2018-02-14 20:33:55 -08:00
  • 794b814c47 Add right-click context menu for map groups Marcus Huderle 2018-02-13 21:01:16 -08:00
  • 7f761a5051 Merge pull request #3 from huderlem/maps yenatch 2018-02-12 21:53:19 -05:00
  • d7700b1791 Fix crash that was caused by out-of-bounds metatile tiles Marcus Huderle 2018-02-12 16:20:41 -08:00
  • 631dac5839 Add Qt Creator .autosave files to .gitignore Marcus Huderle 2018-02-12 13:53:38 -08:00
  • 9274796d65 Support bg_secret_base_event Marcus Huderle 2018-02-12 13:47:50 -08:00
  • c3d0769967 Support bg_hidden_item_event Marcus Huderle 2018-02-12 13:29:45 -08:00
  • 22722f09c7 Support coord_event_weather Marcus Huderle 2018-02-12 13:12:47 -08:00
  • 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'. Marcus Huderle 2018-02-12 09:21:44 -08:00
  • 0e268f9ede Fix warp map destinations (both loading and saving) Marcus Huderle 2018-02-12 09:20:18 -08:00
  • d7756865a9 Fix map connections. Marcus Huderle 2018-02-12 08:42:01 -08:00
  • 0452156372 Merge pull request #2 from huderlem/filepaths yenatch 2018-02-12 01:10:27 -05:00
  • a38528afa3 Fix filepaths for map object gfx data Marcus Huderle 2018-02-11 19:25:25 -08:00
  • 07fa705b03 Fix reading map obj gfx constants Marcus Huderle 2018-02-11 19:20:29 -08:00
  • 26d4f234aa Fix reading songs Marcus Huderle 2018-02-11 18:24:48 -08:00
  • 67e5b40b4b Add .gitignore Marcus Huderle 2018-02-11 17:36:03 -08:00
  • 9faf7f245a Merge pull request #1 from huderlem/history yenatch 2018-02-11 20:31:10 -05:00
  • dfc990f0da Add a current() method to History, so that consumers don't need to worry about bounds checking. Marcus Huderle 2018-02-11 17:21:33 -08:00
  • 91008b9f76 readme yenatch 2018-01-29 21:45:13 -05:00
  • 4ecdaa0617 field_map_obj.c moved yenatch 2018-01-29 21:43:38 -05:00
  • 8d42df5e33 add behavior/radius fields yenatch 2018-01-29 21:43:21 -05:00
  • 11212dc640 lots of changes yenatch 2017-11-27 23:46:27 -05:00
  • 2246ead5a8 Initial commit yenatch 2016-09-06 23:50:47 -04:00