Commit Graph

  • 929433680d Replace TestPaint CI with regular i686 build Michael Steenbeek 2021-04-18 12:55:20 +02:00
  • 1c5af028e1 Fix placing entrance/exit for ride ID >= 256 Gymnasiast 2021-04-10 11:32:39 +02:00
  • d857dca36d Replace hardcoded max number of trains per ride Gymnasiast 2021-04-09 15:56:32 +02:00
  • bbf33b6577 Fix serialisation of PlaceParkEntranceAction Michael Steenbeek 2021-04-15 21:32:26 +02:00
  • 3a51145567 setenv: fix typo (#14477) Margen67 2021-04-14 12:34:52 -10:00
  • b24cdff0fb Merge pull request #14472 from Gymnasiast/refactor/integrate-footpath-globals Michael Steenbeek 2021-04-14 18:30:48 +02:00
  • 084bfe0d48 Remove global from PlaceParkEntranceAction Gymnasiast 2021-04-14 15:03:09 +02:00
  • 5e28586a1c Create ProvisionalFootpath struct Gymnasiast 2021-04-14 14:56:28 +02:00
  • 85157d8604 Move some globals to Footpath window Gymnasiast 2021-04-14 14:31:10 +02:00
  • 3188865313 Script improvements (#14452) Margen67 2021-04-12 12:01:15 -10:00
  • 1b64fc871b Close #13805: Refactor Sign window to class (#14417) Hampus 2021-04-12 13:53:58 +02:00
  • 86e9fe6f19 Close #13788: Refactor News to new Window framework (#14404) Jacob Caudill 2021-04-12 07:53:06 -04:00
  • a9e1f2e89c Remove SpriteBase::flags (#14460) Duncan 2021-04-11 18:02:19 +01:00
  • 7d2823d1f0 Merge pull request #14313 from adam-bloom/cmake_macos_app_bundle Michał Janiszewski 2021-04-06 20:43:30 +02:00
  • 50c4f1c030 address feedback: use openrct2-cli for all CI runs adam-bloom 2021-04-05 19:18:09 -06:00
  • 9b2c946484 Merge pull request #14436 from Gymnasiast/fix/14409 Michael Steenbeek 2021-04-03 23:39:38 +02:00
  • 79302e88a5 Rename _tileElement to _bannerElement Gymnasiast 2021-04-03 22:43:57 +02:00
  • 7c73e271ad Name num_sheltered_sections flags Michael Steenbeek 2021-04-03 22:17:57 +02:00
  • f5ec127eaf Fix #14409: NPE when demolishing banner Gymnasiast 2021-04-03 22:09:24 +02:00
  • 943e89d5a6 Use BannerElement instead of TileElement Gymnasiast 2021-04-03 22:07:11 +02:00
  • ea961aed93 Fix #14428: No text visible in in-game console window (#14429) Ted John 2021-04-03 00:12:30 +01:00
  • 0e327c86e4 Fix ratings calculation taking 30 minutes Michael Steenbeek 2021-04-02 22:57:36 +02:00
  • 4d3328c7bb Add preprocessor directives to stop unused variable/function warnings. (#14422) A.N 2021-04-02 15:41:11 +03:00
  • b65f12f1cf Use correct null value (#14421) Duncan 2021-04-02 13:13:33 +01:00
  • e45d002562 Remove unnecessary verify_app function adam-bloom 2021-04-01 22:37:09 -06:00
  • 0bb5d453a4 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-04-02 04:05:31 +00:00
  • 927b213782 Add backward compatibility for older cmake versions adam-bloom 2021-03-22 20:58:46 -06:00
  • d5e368a8d1 consistently use download_openrct2_zip adam-bloom 2021-03-22 20:49:02 -06:00
  • d2ce68aed9 use openrct2-cli during macOS CI runs for run-tests adam-bloom 2021-03-21 16:54:33 -06:00
  • c9d1a2ed89 combine both macOS cmake CI jobs adam-bloom 2021-03-21 16:42:19 -06:00
  • 753ac907f8 Refactor macOS CMakeLists for .app bundle as default adam-bloom 2021-03-21 16:38:31 -06:00
  • 2b37f4586a separate ccache key for macOS CI runs adam-bloom 2021-03-13 23:33:10 -07:00
  • 9231c5f611 store symlinks in zip archive (for embedded libraries) adam-bloom 2021-03-13 23:25:31 -07:00
  • dc0d77a951 include shaders (required for OpenGL) adam-bloom 2021-03-13 23:24:45 -07:00
  • 77ea64a5ef function for downloading object/sequence/dependency zips adam-bloom 2021-03-13 22:43:32 -07:00
  • 911ec9f97b new CI run for macOS portable app bundle adam-bloom 2021-03-13 21:45:58 -07:00
  • 06e0e3db51 add MACOS_BUNDLE cmake option to build self-contained app bundle adam-bloom 2021-03-13 21:45:42 -07:00
  • 7344b7fbfd Use 16-bit ride_id_t thoughout and raise RIDE_ID_NULL (#14411) Michael Steenbeek 2021-04-01 17:02:57 +02:00
  • cbefc4fe38 Fix #14412: NPE in vehicle_create_car() Michael Steenbeek 2021-04-01 11:26:14 +02:00
  • 7c33a31d3a Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-04-01 04:02:31 +00:00
  • 9ee3c81768 Merge pull request #14397 from Gymnasiast/refactor/hardcoded-terrain-constants Michael Steenbeek 2021-03-31 20:18:12 +02:00
  • d7809c26f5 Use string_view instead of const char* Gymnasiast 2021-03-31 19:22:09 +02:00
  • b627dbd3a4 Apply review requests Gymnasiast 2021-03-31 19:15:33 +02:00
  • 69f7ad35fc en-GB: Use real multiplication sign instead of x Gymnasiast 2021-03-31 14:37:35 +02:00
  • d7d402747e Add Vietnamese language Gymnasiast 2021-03-31 14:26:31 +02:00
  • 465bcf768c Merge pull request #14394 from tupaschoal/coords1 Tulio Leao 2021-03-30 19:49:51 -03:00
  • 4014fbe861 Add missing call to gfx_unload_csg() Michael Steenbeek 2021-03-30 22:49:00 +02:00
  • 6bff0fb1a1 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-03-30 04:02:43 +00:00
  • 7e78061e16 Use ScreenCoordsXY on InGameConsole Tulio Leao 2021-03-27 01:00:09 -03:00
  • bb8c275df6 Remove raw coords gfx_fill_rect_inset overload Tulio Leao 2021-03-27 00:50:19 -03:00
  • 08e182fba2 Use ScreenCoordsXY on Graph methods Tulio Leao 2021-03-27 00:39:11 -03:00
  • eab297f9ff Use ScreenCoordsXY on Graph::Draw Tulio Leao 2021-03-27 00:16:22 -03:00
  • d34dc3c924 Increase usage of ScreenRect' gfx_fill_rect_inset on Finances Tulio Leao 2021-03-27 00:13:18 -03:00
  • 090aadb647 Use ScreenCoordsXY on window_guest_stats_bars_paint Tulio Leao 2021-03-26 23:54:32 -03:00
  • aa88c8d181 Increase usage of gfx_fill_rect_inset that uses ScreenRect Tulio Leao 2021-03-26 23:51:10 -03:00
  • d5b5c10e80 Use ScreenCoordsXY for window_game_bottom_toolbar_draw_park_rating Tulio Leao 2021-03-26 23:42:50 -03:00
  • 2f608c32ab Use ScreenCoordsXY for window_ride_maintenance_draw_bar Tulio Leao 2021-03-26 23:40:57 -03:00
  • ed40badcb1 Initialise variable to fix Launchpad ppc64el builds Michał Janiszewski 2021-03-29 09:52:52 +02:00
  • dd7258eb33 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-03-29 04:04:12 +00:00
  • ee03ab71d7 Reorganise EntityImport for S4 to follow S6/park style (#14398) Duncan 2021-03-28 21:35:53 +01:00
  • 7c78a2b8c3 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-03-28 04:03:42 +00:00
  • b3bbdcbfd5 Remove hardcoded terrain style constants from RCT1 and MapGen Gymnasiast 2021-03-27 13:48:27 +01:00
  • 7a29350688 Merge pull request #14019 from kimjcalvin/good_first_issue Michael Steenbeek 2021-03-27 16:13:06 +01:00
  • 22ba7a2bc1 Fix drawing; fix formatting Gymnasiast 2021-03-27 15:52:46 +01:00
  • 6342fd3d9a Display track file path in track selector calvin 2021-02-08 13:39:49 -05:00
  • 6c8493cb69 Close #14253: Replace font size tokens with adjusted DrawText calls Geoff B 2021-03-27 07:40:17 -06:00
  • 713410ab6c Apply changed strings from the new-save-format branch Michael Steenbeek 2021-03-27 14:31:13 +01:00
  • 2d1557e48e Merge pull request #13444 from tupaschoal/extract-ifdefed-functions Tulio Leao 2021-03-27 10:00:01 -03:00
  • 619b2afc15 Compute checksum by entity type (#14383) Duncan 2021-03-27 09:36:41 +00:00
  • e8e30e9c6a Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-03-27 04:02:43 +00:00
  • e23eaa164b Extract RequireNewWindow to Platform Tulio Leao 2021-03-26 00:24:55 -03:00
  • 62fc4c8034 Extract ResolveCasing to Platform Tulio Leao 2021-03-26 00:07:53 -03:00
  • c7ae064a4c Extract ShouldIgnoreCase to Platform Tulio Leao 2021-03-25 23:55:45 -03:00
  • 9a071aef76 Extract GetAbsolutePath to Platform Tulio Leao 2021-03-25 23:51:33 -03:00
  • 177b5e1b08 Add plugin hook for guest generation (#14107) Duncan 2021-03-26 05:49:24 +00:00
  • a4a08ea8b4 Reorg entity import to follow export design (#14177) Duncan 2021-03-26 05:48:38 +00:00
  • f15bbd220a Extract IsPathSeparator to Platform Tulio Leao 2021-03-25 23:45:01 -03:00
  • 0a47d2157a Use more specific types where appropriate (#14388) Duncan 2021-03-25 08:44:25 +00:00
  • 1be7457e30 Use entity list rather than MAX_ENTITIES loop (#14384) Duncan 2021-03-25 08:08:26 +00:00
  • 040a3eb144 Fix part of #7489: Shortcuts work incorrectly for vertical tracks TELK 2021-03-25 04:32:03 +09:00
  • 19b1958822 Merge pull request #14332 from DKarandikar/develop Michael Steenbeek 2021-03-24 20:30:42 +01:00
  • 977d05ba29 Entity type5: Remove peep assigned type (#14380) Duncan 2021-03-24 08:54:05 +00:00
  • a5a63f839a Allow passing ImageId into gfx_draw_sprite() Michael Steenbeek 2021-03-23 11:58:09 +01:00
  • ccfa22c230 Entity type4: Remove MiscEntityType and add FountainType (#14344) Duncan 2021-03-22 21:24:50 +00:00
  • d4efbdf531 Refactor InitTileElement Daniel Karandikar 2021-03-22 19:22:27 +00:00
  • 5ef750a879 Tidy up BannerWindow::Initialise Daniel Karandikar 2021-03-22 19:03:22 +00:00
  • 4c1d35478c Tidy Window.cpp Daniel Karandikar 2021-03-22 18:59:54 +00:00
  • 1551389bf5 camelCase for local vars Daniel Karandikar 2021-03-22 18:58:43 +00:00
  • 248d6a0683 Prepend _ to private member fields Daniel Karandikar 2021-03-22 18:56:24 +00:00
  • 4631c22a3c Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-03-21 04:05:54 +00:00
  • b275e7b82e Fix #14294: NPE in map_animation_invalidate_wall_door() Michael Steenbeek 2021-03-20 17:09:37 +01:00
  • 9132c9ad8d Fix #14153: NPE in Guest::UpdateRideLeaveVehicle() Michael Steenbeek 2021-03-20 17:09:19 +01:00
  • d1267a276f Merge pull request #14355 from duncanspumpkin/fix_14353 Michael Steenbeek 2021-03-20 14:58:02 +01:00
  • 430711a33b Cache HasFilePicker() value in UiContext Michael Steenbeek 2021-03-20 14:51:15 +01:00
  • f1cd58c292 Fix #14330: join_server uses config default_port Cory Sanin 2021-03-20 08:09:47 -05:00
  • 820668d0aa Use unsafe strlen for platforms without strlen_s duncanspumpkin 2021-03-20 07:27:23 +00:00
  • ee575d5b8c Use std::vector to prevent violations of std string duncanspumpkin 2021-03-20 07:22:00 +00:00
  • 07b2945c5b Fix #14353. Provide a buffer for text input duncanspumpkin 2021-03-19 18:16:26 +00:00
  • a018787c91 Fix #14295: Assertion hit in Audio.cpp Michael Steenbeek 2021-03-19 11:58:50 +01:00
  • 2b9a3424b0 Fix #14347: Crash when inserting a tile element without room Michael Steenbeek 2021-03-18 23:28:43 +01:00