Commit Graph

  • b22ac0551c Merge pull request #16592 from skdltmxn/fix-integer-overflow Duncan 2022-02-14 21:41:52 +00:00
  • ed657f07f0 Add #16572 to changelog [ci skip] Michael Steenbeek 2022-02-14 21:11:18 +01:00
  • efc490d785 Merge pull request #16641 from IntelOrca/plugin/remove-widget-limit Ted John 2022-02-14 18:24:13 +00:00
  • 4d341c8518 Update network version duncanspumpkin 2022-02-14 07:42:40 +00:00
  • 78549b5053 Update replays duncanspumpkin 2022-02-13 17:35:23 +00:00
  • 9cd502a9f7 Fix staff statistics overflow skdltmxn 2022-02-06 03:08:00 +09:00
  • b775832d01 Refactor window flags to be read with the helper methods Ted John 2022-02-12 23:51:04 +00:00
  • 05b589fb93 Remove custom window widget limit Ted John 2022-02-12 22:58:40 +00:00
  • da89a4e413 Remove rct_window::enabled_widgets (#16643) Ted John 2022-02-13 23:06:19 +00:00
  • 09897ede9e Refactor last_*_directory and last_run_version to use u8string Silent 2022-02-13 21:34:26 +01:00
  • 34aafa5e14 Merge pull request #16638 from Gymnasiast/fix/16576 Michael Steenbeek 2022-02-13 21:33:53 +01:00
  • 9441d4b24f Bump network version Gymnasiast 2022-02-13 21:11:18 +01:00
  • 4abbfcb32b Create dropdown item flags Gymnasiast 2022-02-13 00:08:06 +01:00
  • 723867e0a0 Create Dropdown::Item and use it for gDropdownItems Gymnasiast 2022-02-12 23:57:22 +01:00
  • a17c4ad304 Rename Dropdown::Item to ItemExt Gymnasiast 2022-02-12 23:42:59 +01:00
  • 9dd54b9ee1 Add Inline Twist to B&M Track (#16389) Karst 2022-02-12 22:31:08 +01:00
  • 49ccc21d84 Fix #16576: Cannot select vehicle types with entry index >= 256 Gymnasiast 2022-02-12 20:12:12 +01:00
  • 3ff8225bb9 Replace some uint8_t in Ride.cpp Gymnasiast 2022-02-12 19:44:01 +01:00
  • c0474d2d27 Merge pull request #16466 from ZehMatt/refactor/identifier-rideid ζeh Matt 2022-02-12 11:23:54 -08:00
  • ee54603695 Rename value strings for spinners (#16637) Michael Steenbeek 2022-02-12 20:17:37 +01:00
  • 44a607800e Bring ImageImporter enum names in line with code style Michael Steenbeek 2022-02-12 18:56:17 +01:00
  • 004cf02c26 Fix variable name type conflict ζeh Matt 2022-02-12 18:15:19 +02:00
  • f22142d2cf Use RideId::GetNull over SELECTED_RIDE_UNDEFINED ζeh Matt 2022-01-21 14:57:15 +02:00
  • f4d105f843 Remove NetworkRideId ζeh Matt 2022-01-19 19:42:17 +02:00
  • 1fe6c0618b Fix clang format ζeh Matt 2022-01-19 18:36:26 +02:00
  • 06e430157f Use RideId::GetNull and RideId::IsNull over constant ζeh Matt 2022-01-19 18:24:23 +02:00
  • 4554d6d883 Fix all uses of RideId ζeh Matt 2022-01-19 16:54:57 +02:00
  • 0656df4a65 Fix passing RideId to Formatter ζeh Matt 2022-01-19 16:54:04 +02:00
  • 2c72940cfd Use TIdentifier for RideId ζeh Matt 2022-01-19 15:39:43 +02:00
  • a2470c0573 Rename ride_id_t to RideId ζeh Matt 2022-01-19 15:17:11 +02:00
  • 8efc941fee Fix #16227: Assertion hit in fix_duplicated_banners() Michael Steenbeek 2022-02-12 17:03:56 +01:00
  • 2e37f12365 Merge pull request #16631 from CookiePLMonster/fix-crashy-paths Michael Steenbeek 2022-02-12 16:07:26 +01:00
  • 5028ce3bf6 Turn GeneralConfiguration::rct1_path into an u8string Silent 2022-02-12 16:07:04 +01:00
  • 4621cc4264 Json: Fix wrong implicit path typecasts in ReadFromFile and WriteToFile Silent 2022-02-12 14:13:47 +01:00
  • 81e69ef4e9 Merge pull request #16628 from Gymnasiast/fix/16572 Michael Steenbeek 2022-02-12 12:29:52 +01:00
  • f0ee220ec6 Fix messages [ci skip] Michael Steenbeek 2022-02-12 12:28:37 +01:00
  • 29506a3748 Fix #16623: Large Scenery supports don’t render correctly Michael Steenbeek 2022-02-12 12:26:39 +01:00
  • 46deac8620 Fix a crash in WindowLoadsaveOpen when last_game_directory is empty Silent 2022-02-12 00:53:26 +01:00
  • 635a6507eb Fix #16572: Refactor error made in #15403 Gymnasiast 2022-02-12 00:43:32 +01:00
  • 5a0be004de Guard against invalid entry indices in ride_entry_is_invented() Gymnasiast 2022-02-12 00:31:43 +01:00
  • cb83d8ff05 Fix #14674: Recent Messages only shows at most 6 or 7 notifications GalBr 2022-02-11 22:47:08 +02:00
  • 29083f4cb2 Improve network module in more C++ way skdltmxn 2022-02-10 05:57:25 +09:00
  • 052da74760 Merge pull request #16616 from Gymnasiast/fix/14155-15994 Michael Steenbeek 2022-02-09 21:50:50 +01:00
  • af6f575e78 Remove empty vector entries and refactor duncanspumpkin 2022-02-09 17:28:15 +00:00
  • 0389ac2e3d Fix #14155, #15994: Map Generator places non-tree objects as trees Gymnasiast 2022-02-09 15:54:20 +01:00
  • 9466e27c68 Fix a typo Michael Steenbeek 2022-02-08 18:27:08 +01:00
  • 1062c3d08d Clean up palette import Michael Steenbeek 2022-02-07 19:34:22 +01:00
  • 63ed6c99a5 Make StrDecompToPrecomp() take C++ strings Michael Steenbeek 2022-02-07 18:56:04 +01:00
  • b939bc2ac4 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2022-02-07 04:09:06 +00:00
  • 6d229eb9d9 Add tilde to sprite font Michael Steenbeek 2022-02-06 21:08:40 +01:00
  • 866ad2c016 Use string_view as value skdltmxn 2022-02-07 00:43:26 +09:00
  • b5f649c972 Fix peeps not showing on one side of pirate ship (#16499) GalBr 2022-02-04 23:04:50 +02:00
  • 0ee836096b Merge pull request #16586 from ZehMatt/update-replay ζeh Matt 2022-02-04 05:52:34 -08:00
  • 5271027441 Fix replays on CI ζeh Matt 2022-02-04 15:30:05 +02:00
  • a0e2ab3a89 Add vertical bar and braces Michael Steenbeek 2022-02-03 23:55:23 +01:00
  • cdd3c28b2e Use intents to control scenery window (#16562) Duncan 2022-02-03 21:10:21 +00:00
  • c00cc90b1f Fix bounds checks and a nullptr check Johan Mattsson 2022-02-03 21:42:12 +01:00
  • 66c9c99ed2 Merge pull request #16570 from ZehMatt/refactor/constexpr-trackdata ζeh Matt 2022-02-03 11:23:07 -08:00
  • aed98b5d82 Initialize track data table at compile time ζeh Matt 2022-02-02 21:10:04 +02:00
  • 5157b57a15 OpenRCT2 Limits (#16088) Duncan 2022-02-01 20:59:48 +00:00
  • 8064ef288b Fix money overflow in scenario_entrance_fee_too_high_check and more Silent 2022-01-31 23:06:54 +01:00
  • 19dca61ee8 Fix #16535: Entering construction mode unblocks all paths ζeh Matt 2022-01-31 14:05:26 -08:00
  • 111f6479df Move currentDirection creation to after element selection GalBr 2022-02-01 00:02:17 +02:00
  • f84c2851be Fix SHGetPathFromIDListLongPath (#16545) Ted John 2022-01-31 21:35:48 +00:00
  • 6d0bb48b68 [#16251] mark 'callback' argument of [query|execute]Action as optional (#16563) Sadret 2022-01-31 19:49:02 +01:00
  • 45debeeb3f Fix IMalloc* leak in Win32 ShowDirectoryDialog Silent 2022-01-30 12:32:00 +01:00
  • 284fff8961 Merge pull request #16544 from ZehMatt/desync/gLastStationStyle ζeh Matt 2022-01-29 16:54:08 -08:00
  • 99d3d17092 Clean-up OptionsWindow (#16529) Sam Atkins 2022-01-29 21:52:33 +00:00
  • ba487bac70 Update replays ζeh Matt 2022-01-29 17:40:52 +02:00
  • 41e8146465 Bump up network version ζeh Matt 2022-01-29 17:09:05 +02:00
  • dea22ad951 Refactor RideCreateAction to pass entrance object explicitly ζeh Matt 2022-01-29 17:07:31 +02:00
  • 8b7f60d10d Fix: Incorrect “Same price throughout park” for RCT1 import Michael Steenbeek 2022-01-29 15:46:24 +01:00
  • 4c41d2269a Fix RCT2 Fruity Ices Stall colour Michael Steenbeek 2022-01-29 15:45:53 +01:00
  • 383412252c Only modify gLastEntranceStyle for the callee of the game action ζeh Matt 2022-01-29 16:42:27 +02:00
  • 657f13fec0 Merge pull request #16531 from Gymnasiast/refactor/file_dialog_desc Michael Steenbeek 2022-01-29 14:32:19 +01:00
  • 269673e3aa Profiler update (#16463) ζeh Matt 2022-01-29 05:29:08 -08:00
  • 2f0e6389da Use u8string in FileDialogDesc Gymnasiast 2022-01-29 14:09:13 +01:00
  • fd6b327adb Use emplace_back() instead of push_back() Gymnasiast 2022-01-29 13:56:20 +01:00
  • 55591b1b2f Merge old and new FileDialogDesc Gymnasiast 2022-01-28 23:50:24 +01:00
  • f43a4344ce Remove platform_get_user_directory() (#16530) Michael Steenbeek 2022-01-29 13:01:05 +01:00
  • df77222390 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2022-01-29 04:08:33 +00:00
  • 14374478a7 Use u8string_view in CSG functions (#16532) Michael Steenbeek 2022-01-29 03:57:31 +01:00
  • e0da662ff5 Merge pull request #16482 from AtkinsSJ/news-options-window Tulio Leao 2022-01-28 23:54:26 -03:00
  • 723401612f Merge pull request #16521 from Gymnasiast/refactor/path-u8string Michael Steenbeek 2022-01-28 22:39:36 +01:00
  • 3ea0e2fea2 Remove no-longer-needed ifdef Gymnasiast 2022-01-28 21:53:45 +01:00
  • f8c74fe2f8 Use u8string in Path/File; replace Path::Append with Path::Combine Gymnasiast 2022-01-27 13:10:59 +01:00
  • f4dfde39e7 Refactor NewsOptions as a Window subclass Sam Atkins 2022-01-24 14:48:43 +00:00
  • b2a1c72867 Add Window::InitScrollWidgets() Sam Atkins 2022-01-28 12:07:53 +00:00
  • 149b164ee8 Use u8string for custom paths Michael Steenbeek 2022-01-27 14:21:46 +01:00
  • 2c8c940caa Refactor get_file_extension_type() Michael Steenbeek 2022-01-27 12:14:19 +01:00
  • 3359dc4509 Merge pull request #16518 from Gymnasiast/refactor/absolute-path Michael Steenbeek 2022-01-27 11:38:55 +01:00
  • 46abcda068 Make File/Path calls more robust Michael Steenbeek 2022-01-27 00:33:17 +01:00
  • 3752a5ab05 Merge pull request #16490 from Gymnasiast/fix/16363 Michael Steenbeek 2022-01-26 17:13:35 +01:00
  • f7adac3de2 Replace Platform::GetAbsolutePath() with fs:: equivalent Gymnasiast 2022-01-26 14:58:35 +01:00
  • d7dcffbee8 Remove C string overload for Path::GetAbsolute() Gymnasiast 2022-01-26 14:54:49 +01:00
  • 0577497c32 Remove platform_get_absolute_path() Gymnasiast 2022-01-26 14:47:45 +01:00
  • 79eca16ad4 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2022-01-26 04:09:02 +00:00
  • 5dd01f5511 Remove unused includes Hielke Morsink 2022-01-26 00:09:57 +01:00
  • 9f74c7081b Create definitions for u8string and u8string_view Michael Steenbeek 2022-01-25 16:41:45 +01:00
  • 28b10f6787 Merge pull request #16498 from Gymnasiast/remove/scaling-dropdown Michael Steenbeek 2022-01-25 10:55:17 +01:00