Commit Graph

  • 5a5cf21cd3 Made subtype switching an option Gymnasiast 2015-03-14 20:29:49 +01:00
  • 22b4001c29 Allow changing subtype Michael Steenbeek 2015-03-14 16:52:48 +01:00
  • 3e8067d5ff Merge pull request #2 from IntelOrca/develop Michael Steenbeek 2015-03-14 16:48:46 +01:00
  • 5655a5a5cf Fixed banner text glitch Gericom 2015-03-14 15:48:06 +01:00
  • a61b9878e6 Merge pull request #911 from adrian17/develop Ted John 2015-03-13 22:00:46 +00:00
  • 002d106111 Removed accidental call to original code in decompiled function Adrian Wielgosik 2015-03-13 22:27:12 +01:00
  • 11b0646176 Added some viewport functions and refactoring Gericom 2015-03-11 19:13:14 +01:00
  • 5791522d69 implement 0x0066F6B0 so that new map window opens after object selection IntelOrca 2015-03-11 12:57:59 +00:00
  • a8ac434e18 Merge pull request #907 from Gymnasiast/patch-1 Ted John 2015-03-11 11:46:50 +00:00
  • adfd678469 Fix map tool sizes larger than 7 not being drawn correctly Michael Steenbeek 2015-03-11 12:39:18 +01:00
  • 564e215051 Fix 'Map size:' text appearing when it should be hidden Michael Steenbeek 2015-03-11 12:16:32 +01:00
  • 80571814c4 Fix old land ownership tool sizes being written to the map window Michael Steenbeek 2015-03-11 11:26:55 +01:00
  • 1f80802dbf Fix terraforming tool sizes bigger than 7 being written to the map window Michael Steenbeek 2015-03-11 11:11:19 +01:00
  • 9340c99a1e Fix indentation Michael Steenbeek 2015-03-10 10:21:46 +01:00
  • e76bddb820 Extend max land ownership tool size to 64 Michael Steenbeek 2015-03-09 22:51:36 +01:00
  • b4cc0efa8d Merge pull request #906 from adrian17/negative-g-fix-2 Ted John 2015-03-09 11:53:01 +00:00
  • 2969b9bf16 Change rides' max negative G values to signed bytes; fixes #902. Adrian Wielgosik 2015-03-09 11:29:14 +01:00
  • a7040dae99 Merge pull request #904 from DutchRPW/peep_update_days_in_queue Ted John 2015-03-08 21:58:02 +00:00
  • 69604f21d9 Decompile peep_update_days_in_queue() Patrick Wijnings 2015-03-08 18:04:39 +01:00
  • 488282d653 name some of the ride type flags IntelOrca 2015-03-07 19:56:30 +00:00
  • 6ae0c10350 refactor ride type flag checks IntelOrca 2015-03-07 19:15:47 +00:00
  • c4f1fa3b0c remove redundant sound options IntelOrca 2015-03-07 16:50:54 +00:00
  • de34ab5ed8 add options for finance and research on toolbar IntelOrca 2015-03-07 16:38:17 +00:00
  • 7154702ca3 Merge pull request #898 from adrian17/window_ride_disable_tabs Ted John 2015-03-07 15:51:35 +00:00
  • 2f11c9398f Merge pull request #901 from duncanspumpkin/refactor Ted John 2015-03-07 14:03:53 +00:00
  • a04de29bf8 Finish refactor of object_list.c Duncan Frost 2015-03-07 12:45:13 +00:00
  • 936f2f127f Refactor of object_list.c Duncan Frost 2015-03-07 11:13:10 +00:00
  • ddcf766fea More refactoring of object.c Duncan Frost 2015-03-07 09:44:34 +00:00
  • 8dce074960 Changed variable types, removed unnecessary AND Adrian Wielgosik 2015-03-07 00:38:31 +01:00
  • 9e238c75cb Merge pull request #900 from duncanspumpkin/fix_resolution Ted John 2015-03-06 18:53:32 +00:00
  • e8d22fa002 Fix resolution defaulting to 640*480 Duncan Frost 2015-03-06 18:37:01 +00:00
  • ba5cf89f0d Merge pull request #899 from duncanspumpkin/scenery Ted John 2015-03-06 17:54:05 +00:00
  • fce6893e2b Decompiled window_ride_disable_tabs Adrian Wielgosik 2015-03-06 17:05:47 +01:00
  • e7db42f0fe Refactor of object.c Duncan Frost 2015-03-05 22:00:32 +00:00
  • c66a64ac56 Add hack to fix scenery scroll bar Duncan Frost 2015-03-05 21:27:38 +00:00
  • b353e9edf4 Merge pull request #892 from adrian17/guest-list Ted John 2015-03-05 20:19:07 +00:00
  • 21b55888ec Clean up guest_list_open_with_filter a bit Adrian Wielgosik 2015-03-04 21:24:05 +01:00
  • 5a7d0a506e Fixed "thinking about" guest list filter not working Adrian Wielgosik 2015-03-04 21:07:16 +01:00
  • 7f10024b8e Decompiled window_guest_list_open_with_filter Adrian Wielgosik 2015-03-03 22:52:30 +01:00
  • 6978dd3a46 Merge pull request #897 from duncanspumpkin/fix_misc_scenery Ted John 2015-03-05 19:34:10 +00:00
  • 8cf3eebf9d Fix misc scenery tab. Issue due to accessing invalid memory Duncan Frost 2015-03-05 19:29:38 +00:00
  • 7a4e735434 Merge pull request #894 from duncanspumpkin/refactor_object_paint Ted John 2015-03-05 18:05:59 +00:00
  • fa7448bc97 Add remaining paint functions Duncan Frost 2015-03-04 21:22:27 +00:00
  • fe21c56e5d Fix large bug. Duncan Frost 2015-03-03 22:00:11 +00:00
  • d3bd6f8259 Fix small mistake. Duncan Frost 2015-03-03 21:43:40 +00:00
  • ffb1370a7b Implemented paint_wall. Duncan Frost 2015-03-03 18:25:14 +00:00
  • 2cdbff80f6 Implemented some viewport drawing functions Gericom 2015-03-03 18:01:30 +01:00
  • d36807333a Implemented paint_large_scenery Duncan Frost 2015-03-02 18:21:32 +00:00
  • fe8bcf4d85 Implemented paint_small_scenery Duncan Frost 2015-03-01 21:59:30 +00:00
  • 013be11aed Refactored water and entrance paint functions Duncan Frost 2015-03-01 21:06:51 +00:00
  • 3ad1655379 Refactor paint_stex. Duncan Frost 2015-03-01 18:08:36 +00:00
  • c0e957299f Refactored paint_path. Labelled known offsets Duncan Frost 2015-03-01 17:45:45 +00:00
  • 9282a782d3 Merge pull request #889 from duncanspumpkin/refactor Ted John 2015-03-01 14:59:11 +00:00
  • 9378f8698e Refactor of object_paint_ride. Duncan Frost 2015-03-01 14:24:05 +00:00
  • fcf5ead11c Merge pull request #881 from Gericom/develop Ted John 2015-02-28 23:51:03 +00:00
  • 1421109f46 Renamed ebp and eleminated edi in create_duck Gericom 2015-02-28 18:08:19 +01:00
  • 1c382b3ea1 Merge pull request #888 from duncanspumpkin/fix_886 Ted John 2015-02-28 16:43:34 +00:00
  • b26fae4511 Merge pull request #887 from duncanspumpkin/fix_scroll Ted John 2015-02-28 16:05:20 +00:00
  • e0d5979e4c Fix certain rides not being savable Duncan Frost 2015-02-28 16:04:31 +00:00
  • 3fa3f6b4b1 Added in HACK comments for future reference Duncan Frost 2015-02-28 15:52:47 +00:00
  • 21a53841b5 Merge Localisation/master into OpenRCT2/develop. IntelOrca 2015-02-28 14:47:20 +00:00
  • daf0b4e1b1 Fix formating of input.c. Added bring to front on scroll to mask #784 Duncan Frost 2015-02-28 13:53:30 +00:00
  • b560638e23 More refactoring and fixed bug in create_duck Gericom 2015-02-28 14:48:04 +01:00
  • c30dda131d Fix scrolling when on small map sizes. Duncan Frost 2015-02-28 12:27:43 +00:00
  • 961a251dd0 Added rct_balloon and rct_duck structs Gericom 2015-02-28 11:47:09 +01:00
  • ef5e61a7aa Merge pull request #884 from duncanspumpkin/fix_editor Ted John 2015-02-28 00:39:25 +00:00
  • 2b2ca7c7b3 Fix zoomed saves incorrectly loading Duncan Frost 2015-02-28 00:20:34 +00:00
  • a432c62684 Merge pull request #883 from adrian17/window-scrolling Ted John 2015-02-27 23:47:49 +00:00
  • f8a334c90f Fix memory corruption when saving. Duncan Frost 2015-02-27 23:42:51 +00:00
  • 29c30cb8f8 Don't scroll the window if it lost keyboard focus Adrian Wielgosik 2015-02-28 00:22:09 +01:00
  • 4942a40088 Merge pull request #882 from duncanspumpkin/fix_cursor Ted John 2015-02-27 23:24:40 +00:00
  • cf5f2e0ae4 Fix cursor not changing when switching between scenery and other windows Duncan Frost 2015-02-27 23:00:29 +00:00
  • 4268c930e8 fix shortcuts, fixes #824, fixes #512... - add saving of shortcut configuration - allow setting of shortcuts in title screen IntelOrca 2015-02-27 17:28:45 +00:00
  • ff79e98819 Implemented a couple of functions, memory leak fix Gericom 2015-02-27 16:34:52 +01:00
  • b8f81b2c29 Merge pull request #880 from duncanspumpkin/track_save Ted John 2015-02-27 14:24:00 +00:00
  • 4c527225fb Refactor. Now uses same code for scenery_tracks and just tracks Duncan Frost 2015-02-27 13:03:40 +00:00
  • ca653aed63 Implemented go into scenery select mode Duncan Frost 2015-02-27 09:27:48 +00:00
  • b72ffb43db Finish track_save_scenery. Design cancel now called after save Duncan Frost 2015-02-27 09:11:56 +00:00
  • 189d5d2f08 Add more to the ride track save Duncan Frost 2015-02-26 21:56:51 +00:00
  • 054d91f0ce Started implementing track_save Duncan Frost 2015-02-26 19:02:26 +00:00
  • 4157ddc065 Merge remote-tracking branch 'upstream/develop' into develop Gericom 2015-02-27 13:40:15 +01:00
  • 69545bfbd9 Implemented create_balloon Gericom 2015-02-27 13:29:57 +01:00
  • b89af82f07 Merge pull request #876 from Gericom/develop Ted John 2015-02-27 12:11:53 +00:00
  • baaacfedd3 Revert disabling platform_lock_single_instance Gericom 2015-02-27 12:54:42 +01:00
  • cb3ea8317c Merge pull request #3 from Gericom/window_construction_paint Gericom 2015-02-27 12:51:21 +01:00
  • a64e89ec66 Refactoring window_construction_paint, fixed bugs Gericom 2015-02-27 12:49:22 +01:00
  • 09ab865630 Merge pull request #879 from Gymnasiast/develop Ted John 2015-02-27 11:23:43 +00:00
  • 60a49aad77 Make (up) and (new file) strings translatable Michael Steenbeek 2015-02-27 10:48:29 +01:00
  • 81527037d4 Make (up) and (new file) strings translatable Michael Steenbeek 2015-02-27 10:47:01 +01:00
  • d6d71e6fe6 Make (up) and (new file) strings translatable Michael Steenbeek 2015-02-27 10:46:12 +01:00
  • baebedad4f Merge pull request #1 from IntelOrca/develop Michael Steenbeek 2015-02-27 10:39:16 +01:00
  • 00dcd4fba8 Implemented window_construction_paint Gericom 2015-02-27 10:37:17 +01:00
  • 30364c5662 Merge pull request #1 from duncanspumpkin/refactor Gericom 2015-02-26 19:46:09 +01:00
  • 4905e85cd9 Refactor sub_6A9DE1. Now uses known structures. Duncan Frost 2015-02-26 18:42:25 +00:00
  • ac2415a949 More cleaning up for paint_*_entry functions Gericom 2015-02-26 15:58:13 +01:00
  • ec3e7edcec Implemented paint_ride_entry Gericom 2015-02-26 14:47:34 +01:00
  • 3ef1716616 Merge pull request #875 from duncanspumpkin/fix_871 Ted John 2015-02-25 21:27:09 +00:00
  • e5bc7e8998 Fix transparent fences Duncan Frost 2015-02-25 21:21:08 +00:00
  • ba2246dd8c Merge Localisation/master into OpenRCT2/develop. IntelOrca 2015-02-25 20:56:17 +00:00
  • 3c6e136b02 fix marketing campaign ride dropdown again, #874 IntelOrca 2015-02-25 19:38:43 +00:00