Commit Graph

  • c903d95512 Replace platform_open_directory_browser() with ShowDirectoryDialog() Michael Steenbeek 2022-01-25 10:54:12 +01:00
  • 98fa424e7b Merge pull request #16503 from Gymnasiast/refactor/replace-path-get-extension Duncan 2022-01-25 08:35:38 +00:00
  • 6eec7b8d48 Merge pull request #16472 from duncanspumpkin/editor Duncan 2022-01-25 07:43:39 +00:00
  • 9a37b31306 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2022-01-25 04:08:57 +00:00
  • 8ba0c7d1ee Replace path_get_extension() with Path::GetExtension() Gymnasiast 2022-01-24 21:57:24 +01:00
  • a2ad00f0b8 Merge pull request #16500 from Gymnasiast/remove-unused Michael Steenbeek 2022-01-24 23:32:58 +01:00
  • fd0788fc7f Remove MAX_ZLIB_REALLOC Gymnasiast 2022-01-24 22:00:51 +01:00
  • 615c07977d Remove util_zlib_deflate() Gymnasiast 2022-01-24 22:00:37 +01:00
  • 93f3e94b3f Remove util_zlib_inflate() Gymnasiast 2022-01-24 22:00:14 +01:00
  • 0a46a960de Remove utf8_is_bom() Gymnasiast 2022-01-24 21:58:19 +01:00
  • 4192fc5cc8 Fix leftover references to SC6 Michael Steenbeek 2022-01-24 20:03:20 +01:00
  • 2c7d0a6dd4 Fix spelling of ‘colour’ in changelog [ci skip] Gymnasiast 2022-01-24 18:09:45 +01:00
  • 3bcd53daf9 Fix typo in changelog [ci skip] Gymnasiast 2022-01-24 18:08:32 +01:00
  • 9191a8f884 Fix positioning of Steam overlay option Gymnasiast 2022-01-24 17:48:05 +01:00
  • 98cd39a375 Always use SNN for non-integer scaling Gymnasiast 2022-01-24 17:46:22 +01:00
  • a16d548b69 Clean up rct_object_entry creation code Gymnasiast 2022-01-24 12:30:22 +01:00
  • 4172f3eb4e Close #16493: Boat Hide and Submarine Ride have odd support costs Silent 2022-01-24 11:40:29 +01:00
  • c5654de8aa Merge pull request #16491 from Gymnasiast/refactor/name-sub_68B3FB Michael Steenbeek 2022-01-23 15:41:18 +01:00
  • 9228cde8cd Add comments to explain the numbers Gymnasiast 2022-01-23 15:40:37 +01:00
  • b1637e1199 Use IReadObjectContext for error log Gymnasiast 2022-01-23 15:40:08 +01:00
  • 202999a8b4 Pass CoordsXY into PaintTileElementBase Gymnasiast 2022-01-23 14:53:03 +01:00
  • 573a28f835 Rename sub_68B3FB to PaintTileElementBase Gymnasiast 2022-01-23 14:50:16 +01:00
  • 7c68cf96e5 Close #16363: Allow listing .DAT files in JSON scenery groups Gymnasiast 2022-01-23 14:37:13 +01:00
  • fbc6106e81 Fix #16426: Empty changelog when installed to non-standard prefix erikjanp 2022-01-23 14:04:31 +01:00
  • a6042b8903 Merge pull request #16153 from IntelOrca/embed-duktape Michael Steenbeek 2022-01-23 13:45:42 +01:00
  • 85a1e96f94 Change glyphOffset type to uint32_t (#16481) GalBr 2022-01-22 18:36:28 +02:00
  • 7fd780e758 Disable warnings for duktape in vcxproj Ted John 2022-01-22 10:35:37 +00:00
  • b3bae9429c Fix #16427. Actually copy banners when using tile inspector (#16450) Duncan 2022-01-22 08:22:46 +00:00
  • 131763143d Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2022-01-22 04:08:35 +00:00
  • e503603018 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2022-01-21 04:09:04 +00:00
  • d97ecdd981 Fix #13336: Can no longer place Bumble Bee track design Michael Steenbeek 2022-01-20 10:56:27 +01:00
  • 5badf735e5 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2022-01-20 04:08:43 +00:00
  • 160e4280d7 Merge pull request #16458 from Gymnasiast/music-check-fix Michael Steenbeek 2022-01-19 18:52:06 +01:00
  • eb58e498e4 Rename type to conform to coding style duncanspumpkin 2022-01-19 17:41:24 +00:00
  • 6f9283a7f6 Refactor to remove double usage of flag duncanspumpkin 2022-01-19 17:33:54 +00:00
  • 98114c91c6 Report CNG error codes in hex (#16465) Michał Janiszewski 2022-01-19 14:11:07 +01:00
  • 2cf380f7fe Rename NotNice to Overbearing Gymnasiast 2022-01-19 13:24:54 +01:00
  • 2fb3a41e1c Include new objects release Gymnasiast 2022-01-17 19:31:31 +01:00
  • 92f38c566a Fix music style check for ‘niceness’ Gymnasiast 2022-01-17 15:37:38 +01:00
  • 9d29de1444 Fix NPE due to missing scenery MaxMallon 2022-01-19 13:20:38 +01:00
  • 992ece4a4c Fix #16449: Viewport doesn't close when switching tabs Ted John 2022-01-19 09:23:44 +00:00
  • 8e8f2be93f Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2022-01-19 04:08:47 +00:00
  • c57a046a31 Update cmakelists to be compatible with MSVC Ted John 2022-01-18 18:47:07 +00:00
  • 0b207a170d Add readme file for duktape sources Ted John 2022-01-18 18:43:34 +00:00
  • b5d66e099e Embed our own duktape library Ted John 2021-12-07 23:54:05 +00:00
  • 993b168bfd Implement profiler (#16194) ζeh Matt 2022-01-18 10:21:20 -08:00
  • e78704f48f Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2022-01-18 04:10:04 +00:00
  • 225ecccd7d Hide unused symbols when building with TTF support disabled (#16459) Michał Janiszewski 2022-01-17 23:08:35 +01:00
  • f4c30ba63a Correct scripting documentation for guest.generation ζeh Matt 2022-01-17 06:09:21 -08:00
  • b0df7d9334 Fix TI visibility column text Gymnasiast 2022-01-17 14:55:24 +01:00
  • 730364da1b Use .u8string() in ResolveFilenameForCapture() Michael Steenbeek 2022-01-16 16:18:59 +01:00
  • fac52b7322 Move more platform functions (#16416) Michael Steenbeek 2022-01-16 14:06:55 +01:00
  • df5c4dd91c Fix #15947, #15960: Cannot remove rotated flat rides GalBr 2022-01-16 15:04:00 +02:00
  • c69ef062ab Use return {} instead of return "" Gymnasiast 2022-01-16 13:18:41 +01:00
  • 0aa256a26a Move remaining stuff in Android.cpp Gymnasiast 2022-01-11 11:57:54 +01:00
  • b826c0706a Upgrade platform_get_default_scale() Gymnasiast 2022-01-11 11:48:07 +01:00
  • f553268728 Fix formatting Gymnasiast 2022-01-10 13:49:44 +01:00
  • 131022c373 Remove now-empty platform files Gymnasiast 2022-01-10 13:44:22 +01:00
  • f917fffe34 Upgrade platform_get_font_path() Gymnasiast 2022-01-10 13:41:12 +01:00
  • 310ad1e400 Upgrade platform_get_steam_dir() Gymnasiast 2022-01-10 13:28:23 +01:00
  • eb2b0c1537 Move platform_update_palette() to Drawing.cpp Gymnasiast 2022-01-10 13:10:56 +01:00
  • feeadb3c98 Upgrade platform_process_is_elevated() Gymnasiast 2022-01-10 13:02:11 +01:00
  • 8d6cb974bf Move platform_directory_delete() to Path Gymnasiast 2022-01-10 12:52:33 +01:00
  • 973c5999b0 Upgrade platform_get_locale_temperature_format() Gymnasiast 2022-01-10 12:49:53 +01:00
  • 90a74df3bc Upgrade platform_get_locale_date_format() Gymnasiast 2022-01-10 12:45:36 +01:00
  • 95717573f5 Upgrade platform_get_locale_measurement_format() Gymnasiast 2022-01-10 12:38:26 +01:00
  • ef77f9c2c1 Fix flying RC track availability spacek531 2022-01-16 04:14:27 -08:00
  • f2f47aa492 Fix TrackDesignPreviewDrawOutlines using a local struct GalBr 2022-01-15 22:24:59 +02:00
  • 667f3e856d Merge pull request #16439 from duncanspumpkin/fix_16276 Duncan 2022-01-15 15:14:54 +00:00
  • 7e46427059 refactor ride track groups to use new bitset (#16172) Duncan 2022-01-15 07:50:00 +00:00
  • b69448d075 Refactor MazeConstruction window to class (#16307) GalBr 2022-01-15 09:41:24 +02:00
  • 81b490b0bc Fix #16276. Paths on trackdesigns not connecting on placement duncanspumpkin 2022-01-15 07:11:07 +00:00
  • 7fff8fae7a Convert back to utf8 strings in Path functions (#16425) Duncan 2022-01-11 19:34:33 +00:00
  • e33d71346a Prevent underground view during title sequence Hielke Morsink 2022-01-11 17:31:01 +01:00
  • 1d5c0361b5 Consistently shift 8-byte constants by widget indices Hielke Morsink 2022-01-10 23:26:31 +01:00
  • 1085a30cfd Merge pull request #16412 Hielke Morsink 2022-01-10 16:04:25 +01:00
  • 4a36520ba2 Fix #16408: Report extended version information (#16413) Michał Janiszewski 2022-01-10 07:52:39 +01:00
  • 9b6040c590 Extend reporting of curl failures (#16410) Michał Janiszewski 2022-01-09 23:53:40 +01:00
  • 4494eb3949 Ensure parks are not paused in title sequence Hielke Morsink 2022-01-09 22:11:09 +01:00
  • 5020f993b9 Do not skip .park files in save list Hielke Morsink 2022-01-09 21:58:38 +01:00
  • 2bb9dbe8c1 Fix: Title Sequence cannot load .park files Hielke Morsink 2022-01-09 21:48:11 +01:00
  • 939ddb4813 Merge pull request #16399 from Gymnasiast/refactor/more-platform-functions-2 Michael Steenbeek 2022-01-09 13:29:54 +01:00
  • c8f037ba7d Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2022-01-09 04:09:35 +00:00
  • 788697a7c1 Use static constexpr const for image ids Michael Steenbeek 2022-01-09 00:28:29 +01:00
  • 151882c279 Fix #16024: Wrap vehicle colors when there are more than 32 trains (#16323) GalBr 2022-01-09 00:04:34 +02:00
  • fae4e6323f Fix #16234: Wrap vehicle colors when there are more than 32 trains (#16323) GalBr 2022-01-09 00:03:58 +02:00
  • 47f126f1f0 Reduce locking of linenoise state (#16401) Michał Janiszewski 2022-01-08 22:22:38 +01:00
  • 4e17bb54b4 Remove now-unused RCT2 export functions Michael Steenbeek 2022-01-08 20:00:30 +01:00
  • 7bab05c66a Remove unused writeentirefile() Gymnasiast 2022-01-08 18:51:47 +01:00
  • 6bcf848b2f Use C++ filesystem for more file/path functions Gymnasiast 2022-01-08 18:38:09 +01:00
  • 10301507a9 Fix Android Gymnasiast 2022-01-08 15:42:27 +01:00
  • 919c73d030 C++-ify most path handling Gymnasiast 2022-01-08 13:57:29 +01:00
  • 8d7413f934 Merge pull request #16397 from Gymnasiast/refactor/more-platform-functions Michael Steenbeek 2022-01-08 16:57:49 +01:00
  • 3f22b60f94 Upgrade platform_get_locale_currency() Gymnasiast 2022-01-08 12:24:57 +01:00
  • 12034b2d36 Upgrade platform_get_locale_language() Gymnasiast 2022-01-08 12:19:24 +01:00
  • 77d607a4c0 Remove unused OPENRCT2_MAX_COMMAND_LENGTH Gymnasiast 2022-01-08 12:08:50 +01:00
  • f68411b4eb Ensure linenoise can be safely used from multiple threads (#16388) Michał Janiszewski 2022-01-07 16:37:41 +01:00
  • 2e9e549263 Merge pull request #16380 from Gymnasiast/refactor/platform-to-new Michael Steenbeek 2022-01-06 19:46:43 +01:00
  • f9ca2ba7a5 Extend CI matrix and Update cache keys (#16386) Michał Janiszewski 2022-01-06 13:20:11 +01:00
  • 9238955b21 Add new CI images (Focal, Bullseye) (#16382) Michał Janiszewski 2022-01-06 00:09:24 +01:00