Commit Graph

  • d0c7d0f6fb Close #18318: Refactor MapTooltip window to class (#19914) Tulio Leao 2023-04-13 14:16:14 -03:00
  • 78aa02fe8a Fix #13130: Android respects device locale (#19419) undermark5 2023-04-13 04:30:18 -05:00
  • 0a28f6b0b9 Close #18316: Refactor GameBottomToolbar window to class (#19896) Wenzhao Qiu 2023-04-13 05:13:12 -04:00
  • bb53ba10f6 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2023-04-13 04:01:56 +00:00
  • 5c34d1d7b9 Merge pull request #18713 Hielke Morsink 2023-04-13 00:03:00 +02:00
  • aa0d3bcdd8 Update replays duncanspumpkin 2023-04-12 22:43:14 +01:00
  • 126d6b091a Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2023-04-12 04:01:59 +00:00
  • fdeb311ad3 remove redundant condition Spacek531 2023-03-05 23:08:50 -08:00
  • 433ef96a36 add changelog entry Spacek531 2023-03-05 22:26:43 -08:00
  • 033b189b7a bump network version Spacek531 2023-03-05 22:26:34 -08:00
  • ba5627c544 load brake from parkfile Spacek531 2023-03-05 22:26:07 -08:00
  • 7fe9580131 vehicle chooses between brake speed and block brake speed Spacek531 2023-03-05 22:25:38 -08:00
  • 6488f0397e link brake open to block brake open Spacek531 2023-03-05 22:24:49 -08:00
  • 115fc957c0 import block brake from legacy file types Spacek531 2023-03-05 22:22:47 -08:00
  • 99ffaa8b71 allow block brakes to be built with speed Spacek531 2023-03-05 22:19:06 -08:00
  • c57f0bd962 add strings Spacek531 2023-03-05 22:17:14 -08:00
  • 1b62cd42ff Merge pull request #19818 from Gymnasiast/refactor/drawpixelinfo Matthias Moninger 2023-04-12 02:43:03 +03:00
  • c1626a54bf Fix formatting Gymnasiast 2023-04-09 23:07:29 +02:00
  • 57c366e983 Fix rebase error Gymnasiast 2023-04-09 23:04:27 +02:00
  • c3e5c83c92 Fix missed occurrence in BenchSpriteSort.cpp Gymnasiast 2023-04-04 00:07:43 +02:00
  • 2662518ff0 Fix formatting Gymnasiast 2023-04-03 23:49:34 +02:00
  • 91f4c1e752 Use dpi ref in misc drawing functions Gymnasiast 2023-04-03 23:29:06 +02:00
  • bb83a80eab Use dpi ref in rect and line drawing functions Gymnasiast 2023-04-03 23:16:34 +02:00
  • 2941f6f7a5 Use dpi ref in misc drawing folder places Gymnasiast 2023-04-03 22:55:11 +02:00
  • 0139c8d19e Use dpi ref in everything outside the drawing folder Gymnasiast 2023-04-03 22:30:27 +02:00
  • fc0e0d029a Use dpi ref in ui context and weather Gymnasiast 2023-04-03 22:18:42 +02:00
  • 16c5c1b752 Use dpi ref in interface folder Gymnasiast 2023-04-03 22:07:33 +02:00
  • 3e764677da Use dpi ref in paint folder Gymnasiast 2023-04-03 21:54:13 +02:00
  • f09df5a06a Use dpi ref in Graph.cpp and InGameConsole.cpp Gymnasiast 2023-04-03 21:41:56 +02:00
  • f98818f8e5 Use dpi ref in Intro.cpp Gymnasiast 2023-04-03 21:37:10 +02:00
  • 90d21dbe14 Use dpi ref in Widget.cpp Gymnasiast 2023-04-03 21:32:58 +02:00
  • 96d77ed8f7 Using dpi refs in most remaining window defs Gymnasiast 2023-04-03 21:21:52 +02:00
  • 9c2d5b9fef Make GfxDrawSprite() take reference Gymnasiast 2023-04-03 20:38:28 +02:00
  • 437329bb13 Scenario select cleanup (#19899) Duncan 2023-04-11 22:47:53 +01:00
  • 9493af44dd Fix rand colours missing final colour (#19901) Duncan 2023-04-11 22:27:45 +01:00
  • e1f2de988e Reword form text to avoid misinterpretation Hielke Morsink 2023-04-11 14:11:34 +02:00
  • d8f9bc3146 Add Powered Lifthill to Giga Coaster (#19276) AuraSpecs 2023-04-11 11:44:05 +02:00
  • 681f22748d #13798: Refactor ScenarioSelect to the new window system (#19693) John Mulcahy 2023-04-10 16:29:28 -04:00
  • 1bb1767577 Fix #19733: Favorite ride of X guests integer overflow (#19887) Raed 2023-04-10 15:03:25 -04:00
  • 211bc3b156 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2023-04-10 04:01:52 +00:00
  • 01d9be4609 Name a lot of the palettes (#19889) Duncan 2023-04-09 21:29:35 +01:00
  • 3d5cb20ca6 Merge pull request #19874 from ZehMatt/cleanup-entity Matthias Moninger 2023-04-09 23:21:38 +03:00
  • b4156c0c77 Fix highlight path issues not hiding wall elements (#19830) Meehoi 2023-04-10 00:13:47 +07:00
  • 417f1048e9 Store SurfaceElement directly in PaintSessionCore Hielke Morsink 2023-04-08 21:57:25 +02:00
  • af9aa82e3b Merge pull request #19851 from karst/update/fly Matthias Moninger 2023-04-08 21:45:03 +03:00
  • 1e79825549 Update NetworkBase.cpp Karst 2023-04-08 19:50:13 +02:00
  • 59198a5126 Merge pull request #19838 from ZehMatt/refactor-tile-access Matthias Moninger 2023-04-08 15:00:19 +03:00
  • 7d764f52a1 Fix formatting ζeh Matt 2023-04-08 14:51:33 +03:00
  • 9eb3cdf548 Fix color of ground tile marker when building ride (#19869) Meehoi 2023-04-08 15:50:46 +07:00
  • e6d439dc5b Fix #19801: Cannot resize load/save window anymore (#19872) Hielke Morsink 2023-04-08 07:25:46 +02:00
  • 0ee3017eb3 Merge pull request #19865 from janisozaur/atomic-audio-release Matthias Moninger 2023-04-08 05:04:15 +03:00
  • 8f82aa95b3 Move Direction out and rename it to Orientation to avoid name conflict ζeh Matt 2023-04-07 22:46:25 +03:00
  • 679f5aac2e Rename members of EntitySpriteData ζeh Matt 2023-04-07 19:47:26 +03:00
  • dce21bc8ec Split move sprite specific data into EntitySpriteData ζeh Matt 2023-04-07 19:37:47 +03:00
  • db1b7f2a0f Update src/openrct2-ui/audio/SDLAudioSource.h Michał Janiszewski 2023-04-07 13:09:40 +02:00
  • 8d30e9dfaa Make audio source release status atomic Michał Janiszewski 2023-04-07 12:15:11 +02:00
  • ce4ca96b27 Fix 19853: Landscaping tool not indicating corners when choosing where to raise or lower land (#19857) kyphii 2023-04-07 01:12:55 -04:00
  • 70e97bd322 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2023-04-07 04:01:48 +00:00
  • 5462c28b8c Fix dereferencing nullptr for bad loaded g2 using OpenGL renderer (#19855) Matthias Moninger 2023-04-06 22:56:52 +03:00
  • c2d55e9535 Fix Looping Coaster trains clipping through steep quarter turns down Rik Smeets 2023-04-06 21:34:00 +02:00
  • 993da08fb9 Fix #19850: Only provide default value for final arguments (#19852) Michał Janiszewski 2023-04-06 16:35:02 +02:00
  • 139c6561b4 Make the FLY pallette more accurate Karst 2023-04-06 14:38:02 +02:00
  • 39790779bb Extend color selection dropdown with more colors (#19446) kyphii 2023-04-06 03:36:07 -04:00
  • b4beb0c69f Fix #19839: Game freezes on protected rides tab (#19840) Hielke Morsink 2023-04-06 07:33:29 +02:00
  • ee6746373e Fix #19817: merry-go-round doesn't have a vehicle until opened (#19842) Michał Janiszewski 2023-04-06 00:55:05 +02:00
  • 86456f3538 clang-format fixes ζeh Matt 2023-04-05 23:37:18 +03:00
  • 1ec62e44bb Add missing string test (#19837) Duncan 2023-04-05 21:28:50 +01:00
  • c248ac58ed Make passing of CoordsXY explicit ζeh Matt 2023-04-05 23:23:19 +03:00
  • 1a0afab6c6 Remove redundant ToCoordsXY ζeh Matt 2023-04-05 23:18:12 +03:00
  • 0c3c2ebcd2 Refactor MapGetSurfaceElementAt to accept TileCoordsXY ζeh Matt 2023-04-05 23:13:47 +03:00
  • be45b20de8 Fix parameter deduction for TileElementsView ζeh Matt 2023-04-05 22:56:00 +03:00
  • 2ee7c24282 Use TileCoordsXY for the TileElementsView ζeh Matt 2023-04-05 22:55:34 +03:00
  • 19a8384547 Update OpenMusic to version 1.2.0 (#19833) AuraSpecs 2023-04-05 21:21:12 +02:00
  • d3c492a967 Update objects for OpenRCT2/OpenRCT2#19547 (#19836) Duncan 2023-04-05 20:03:50 +01:00
  • 28252bcb79 Add changelog entry for #12598 (#19834) Hielke Morsink 2023-04-05 17:08:18 +02:00
  • fe4be750c6 Fix #12598: Incorrect assignment in TrackDesign (#19831) Michał Janiszewski 2023-04-05 15:05:48 +02:00
  • 3c4e32458a Add large sloped turns to hybrid and single rail (#19547) X123M3-256 2023-04-05 13:47:56 +01:00
  • 4248cf3038 Add test summary to each job (#19824) Matthias Moninger 2023-04-05 11:17:33 +03:00
  • 1dafb8e56e Fix small scenery repainting (#19826) kyphii 2023-04-05 00:27:51 -04:00
  • 81fd7b6b8a Merge pull request #19821 from janisozaur/llvm-coverage Michał Janiszewski 2023-04-04 15:52:58 +02:00
  • 18ce417dc0 Fix 19231 - Fix Tile Copy/Paste null pointer exception John Mulcahy 2023-04-04 05:35:20 -04:00
  • 0f7996f006 Include test binary in coverage artifacts for offline processing Michał Janiszewski 2023-04-04 09:56:31 +02:00
  • b996a59d3c Provide coverage report in CI logs Michał Janiszewski 2023-04-04 09:56:20 +02:00
  • c0bd64f778 Split of Needs supports changes from OpenRCT2/OpenRCT2#19446 (#19759) Duncan 2023-04-04 08:52:07 +01:00
  • e822880db8 Add clang-based coverage information for tests Michał Janiszewski 2023-04-04 08:54:19 +02:00
  • b3b45853b7 Update CI images to v11 Michał Janiszewski 2023-04-04 08:53:33 +02:00
  • d25fa7fe1e Fix compilation with mingw GCC 12 Michał Janiszewski 2023-04-04 08:52:12 +02:00
  • a794c982ba Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2023-04-04 04:02:03 +00:00
  • 50242c2160 Fix YML error in stale-prs job Hielke Morsink 2023-04-03 21:35:23 +02:00
  • a949255067 Merge pull request #19812 from ZehMatt/fix-19811 Matthias Moninger 2023-04-03 21:32:37 +03:00
  • 8924490483 Improve communication of the stale bot. (#19758) AuraSpecs 2023-04-03 18:34:56 +02:00
  • 049d962a7c Merge pull request #19462 from duncanspumpkin/cmakeTests Michał Janiszewski 2023-04-03 17:43:23 +02:00
  • cc64ab530c Fix #19811: Use the correct SDL event for window resize handling ζeh Matt 2023-04-03 17:09:50 +03:00
  • 470d02572d Fix #17371: GCC regression with -Wmaybe-uninitialized (#19810) Michał Janiszewski 2023-04-03 16:09:41 +02:00
  • 90599d9b5a Fix #13801: Refactor ServerList to use Window class (#19675) Vlad Rakhmanin 2023-04-03 10:51:40 +01:00
  • 2afed4c272 Fix #19803. Crash when invalid scenery element for sign Duncan 2023-04-03 09:27:19 +01:00
  • d7923c479e Merge pull request #19481 from Gymnasiast/feature/compat-object Matthias Moninger 2023-04-03 11:17:13 +03:00
  • de06f6026e Fix #18895: Responding mechanic blocked at level crossing (#19620) Rik Smeets 2023-04-02 17:57:59 +02:00
  • f8b30fbb36 Reduce guests walking through trains on level crossing next to station (#19619) Rik Smeets 2023-04-02 17:38:00 +02:00
  • 63cad26dfc Fix #13771: Refactor EditorObjectiveOptions to use Window class (#19789) Vlad Rakhmanin 2023-04-02 15:10:58 +01:00