Commit Graph

  • 6a04aaf2fa Update code formatting for clang-format 19 Michał Janiszewski 2024-12-09 23:25:40 +01:00
  • 78984e8efe Fix clang-format path for new binary Michał Janiszewski 2024-12-09 23:20:03 +01:00
  • 659de0e40a Update docker building images to version 18 Michał Janiszewski 2024-12-09 23:15:47 +01:00
  • 84e8b35bdc Refactor Editor::CheckObjectSelection (#23339) Aaron van Geffen 2024-12-09 19:44:15 +01:00
  • e7ca356633 Replace big window size limits with int16_t max. Michael Bernardi 2024-12-10 02:09:05 +11:00
  • ab2d2a5180 Increased the maximum width of the ride graph window Michael Bernardi 2024-12-09 02:45:59 +11:00
  • 1b4e611e2e Window function parameters match underlying type Michael Bernardi 2024-12-09 02:31:27 +11:00
  • 9c0cc28d7f Fix currency formatting in the in game console (#23349) mrmbernardi 2024-12-09 18:22:17 +11:00
  • 29a11f652c Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-12-09 04:02:15 +00:00
  • c5f79dcef7 Add Diagonal Brakes to LSM Launched Roller Coaster AuraSpecs 2024-12-08 21:27:45 +01:00
  • 38e39f3dfc Start v0.4.18 Michał Janiszewski 2024-12-08 18:30:59 +01:00
  • 578178e73a Merge branch 'master' into develop Michał Janiszewski 2024-12-08 18:30:04 +01:00
  • 60dc190e1b Release v0.4.17 Michał Janiszewski 2024-12-08 17:10:16 +01:00
  • a84af0fc14 Merge branch 'develop' Michał Janiszewski 2024-12-08 17:04:18 +01:00
  • 28b2ef1304 Merge pull request #23277 from mixiate/extended-boat-hire Michael Steenbeek 2024-12-08 14:31:43 +01:00
  • 7e850f12b8 Add changelog entry for new Boat Hire track pieces mix 2024-12-02 08:42:10 +00:00
  • 46eb48fb98 Fix Boat Hire visual glitches whilst building mix 2024-12-02 08:40:04 +00:00
  • 2fd52c82bc Add small medium and large turns, diagonals and s-bends to Boat Hire mix 2024-11-26 12:41:05 +00:00
  • 962358974f Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-12-08 04:02:07 +00:00
  • 7154e85c0a Add stable paint sort (as a debug option) Matt 2024-12-07 14:08:00 +02:00
  • 03829f9cea Fill in the blanks in RCT1::PeepAnimationGroup enum (#23298) Aaron van Geffen 2024-12-07 12:21:50 +01:00
  • 4c56954799 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-12-07 04:02:15 +00:00
  • 4e9765d871 Fix wrong label in tree to land ratio text input (#23336) Arek Durlik 2024-12-06 19:52:59 +01:00
  • c15f6a975f Fix swapped labels in heightmap smoothing text input (#23334) Aaron van Geffen 2024-12-06 11:40:28 +01:00
  • c2b3f6c54c Avoid pointer arithmetic with null pointer (#23332) mrmbernardi 2024-12-06 21:34:20 +11:00
  • 2ac91f79e5 Add more descriptive information for renderer faults (#23327) Michał Janiszewski 2024-12-06 11:28:03 +01:00
  • e1c3997269 Correct copyright years on ZoomLevel.cpp 73 2024-12-06 04:27:32 -05:00
  • f60656a9d6 Merge pull request #23330 from ZehMatt/msvc-errs Matt 2024-12-06 00:06:33 +02:00
  • 9c1a75caef Add missing headers, latest MSVC has build errors ζeh Matt 2024-12-05 23:50:18 +02:00
  • 96f6b76e7a Patch missing footpath in scenarios (#23128) Michał Janiszewski 2024-12-05 18:57:27 +01:00
  • e73aa548eb Update backtrace.io token in Crash.cpp for upcoming release Michał Janiszewski 2024-12-05 12:18:04 +01:00
  • b3aa852a8d Consolidate util/Math.hpp into core/Numerics.hpp (#23319) Aaron van Geffen 2024-12-04 22:00:26 +01:00
  • fd79af7db8 Merge pull request #23321 from ZehMatt/window-alloc Matt 2024-12-04 21:40:33 +02:00
  • ba30f781f4 Remove WindowFlushDead, shouldn't be used directly ζeh Matt 2024-12-04 21:18:25 +02:00
  • 2c6c1161ed Remove copying the list of windows, no longer required ζeh Matt 2024-12-04 21:16:59 +02:00
  • 0cb81e4dcb Rename util/Prefetch.h to platform/Memory.h (#23320) Aaron van Geffen 2024-12-04 20:16:56 +01:00
  • a18268be93 Merge pull request #23318 from ZehMatt/refactor-intent Matt 2024-12-04 21:10:40 +02:00
  • 9dfd4f3b19 Rename the callback types ζeh Matt 2024-12-04 20:43:55 +02:00
  • 53d1c27771 Fix a few more missing callback misuses ζeh Matt 2024-12-04 18:46:44 +02:00
  • f65ef67260 Rename PeepAnimationType::None to PeepAnimationType::Walking (#23317) Aaron van Geffen 2024-12-04 17:09:17 +01:00
  • 0ff522de31 Remove the assertion, code currently expects this behavior ζeh Matt 2024-12-04 17:26:13 +02:00
  • dd78366a4c Deduplicate the code, add more safety checks ζeh Matt 2024-12-04 17:14:02 +02:00
  • 116cb2d712 Use static storage for Intent data, no more allocations ζeh Matt 2024-12-04 16:58:56 +02:00
  • e86618e835 Make sure the callback is not converted to void* ζeh Matt 2024-12-04 16:46:35 +02:00
  • d4352bd65a Use std::variant for Intent data ζeh Matt 2024-12-04 16:32:48 +02:00
  • a55a690db3 Introduce const ObjectList::FindLegacy (#23315) Aaron van Geffen 2024-12-04 09:50:48 +01:00
  • 2f450212a5 ImageTable: make parsing ranges more robust (#23316) Aaron van Geffen 2024-12-04 07:38:30 +01:00
  • f9fdac2769 Infer peep animation sprite bounds at runtime (#23235) Aaron van Geffen 2024-12-04 00:00:54 +01:00
  • 15192cc56c Merge pull request #23302 from ZehMatt/sfl-introduction Matt 2024-12-03 22:01:52 +02:00
  • 38943d5ba4 Add sfl license in readme.txt ζeh Matt 2024-12-03 19:21:17 +02:00
  • 7e30d8e4f5 Add changelog and bump network version Tulio Leao 2024-11-12 08:08:54 -03:00
  • 47c8970d71 Part of #20070: Allow fixing paths with queues Tulio Leao 2024-11-13 08:03:31 -03:00
  • 7d958e63df Part of #20070: missing sloped footpath in scenarios Brendan Heinonen 2024-11-04 17:46:52 -05:00
  • 5da7d0e4db Fix #22972: Missing flat footpath in scenarios Brendan Heinonen 2024-11-03 20:05:03 -05:00
  • 979bdcd4ca Update sponsor wording for SignPath in readme.md (#23301) Michał Janiszewski 2024-12-02 10:22:39 +01:00
  • 61b2bae7b7 Use sfl::small_vector for litter removal, avoid 99% of heap allocations ζeh Matt 2024-12-02 02:47:01 +02:00
  • 10544ca81b Exclude sfl macros from clang-tidy ζeh Matt 2024-12-02 02:34:01 +02:00
  • b0fc76fdd0 Replace custom FixedVector with sfl::static_vector ζeh Matt 2024-12-02 02:21:52 +02:00
  • e8c7a8909a Eliminate allocations when guests choose their train, add sfl library ζeh Matt 2024-12-02 02:16:59 +02:00
  • a87341888a Stand-Up Roller Coaster fixes mix 2024-12-01 20:26:37 +00:00
  • 2748503b67 Merge pull request #23285 from RedMarcher/Refactor Michael Steenbeek 2024-12-01 18:27:10 +01:00
  • c24e47dea1 Rename cheat variables to match new code style RedMarcher 2024-11-27 19:30:19 +00:00
  • 7d554b5790 Change int for cheats to int32_t RedMarcher 2024-11-27 19:15:28 +00:00
  • cc8c3f62fd Add Galician translation to openrct2.appdata.xml ninjum 2024-12-01 18:11:53 +01:00
  • 3685d1a24b clang-format: change IndentPPDirectives to BeforeHash (#23287) Aaron van Geffen 2024-11-29 12:04:56 +09:00
  • c8388002d9 Merge pull request #23245 from Gymnasiast/refactor/ride-type-checks Michael Steenbeek 2024-11-28 19:55:36 +01:00
  • 32b164484a Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-11-28 04:02:21 +00:00
  • ac775ae984 Update numeric typo in readme.md (#23281) Michał Janiszewski 2024-11-27 01:42:07 +01:00
  • f788b60331 Merge pull request #23236 from OpenRCT2/signpath Michał Janiszewski 2024-11-26 23:32:43 +01:00
  • 97efc0dd0c Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-11-26 04:02:11 +00:00
  • f90954b1a4 Reduce dependencies for Research.h (#23268) Aaron van Geffen 2024-11-25 23:32:16 +09:00
  • 76a40bb52a Add diagonal booster to LSM Launched Coaster AuraSpecs 2024-11-24 21:12:51 +01:00
  • d5b769bcc4 Require the correct minimum version of nlohmann json Enriath 2024-11-24 19:09:48 +00:00
  • d94d92e197 Add translation to Flathub package for de-DE and pt-BR Tulio Leao 2024-11-24 16:07:35 -03:00
  • d9d5df509e Add RtdSpecialType to replace checks for maze and other naughty types Gymnasiast 2024-11-22 23:57:09 +01:00
  • 6de1ac1ec7 Remove EnumName from RTD Gymnasiast 2024-11-23 00:10:18 +01:00
  • 8243cf755a Replace direct check for RIDE_TYPE_INFORMATION_KIOSK Gymnasiast 2024-11-23 10:55:45 +01:00
  • 0979cf61ad Replace direct check for RIDE_TYPE_LIM_LAUNCHED_ROLLER_COASTER Gymnasiast 2024-11-23 00:28:37 +01:00
  • 192e7662cc Replace check for RIDE_TYPE_MERRY_GO_ROUND Gymnasiast 2024-11-23 00:28:11 +01:00
  • ad0dfc6f0a Remove one check for RIDE_TYPE_CHAIRLIFT Gymnasiast 2024-11-23 00:05:31 +01:00
  • 11fba79e89 pl-PL: Add translation to Flathub package Arek Durlik 2024-11-24 09:45:13 +01:00
  • 2193ed7a7b Merge pull request #23227 from Gymnasiast/feature/classic-wooden-twister Michael Steenbeek 2024-11-23 23:37:02 +01:00
  • b32a31f517 Update objects+changelog and bump network+park version Gymnasiast 2024-11-22 20:57:56 +01:00
  • 6a591d58c1 Divide intensity when failing requirements ZeeMaji 2024-11-21 11:57:32 -05:00
  • b6662ab682 Remove carried over OpenRCT2 color preset ZeeMaji 2024-11-21 11:11:11 -05:00
  • dc02b14ec3 Fix base excitement rating ZeeMaji 2024-11-20 19:04:30 -05:00
  • 02bedffa1b Use rct2 wooden coaster preview images ZeeMaji 2024-11-20 19:03:39 -05:00
  • 4931c47b01 Add missing pieces to wooden twister ZeeMaji 2024-11-19 08:01:28 -05:00
  • 836786a707 Convert Classic Wooden RC track to shared track paint functions mix 2024-11-15 05:41:14 +00:00
  • 273fa9a479 Implement Classic Wooden Twister diagonal bank mix 2024-11-15 05:22:09 +00:00
  • f0d85b0fc4 Rename Classic Wooden Twister sprite enums to CLASSIC_WOODEN_TWISTER mix 2024-11-15 00:53:48 +00:00
  • 42a85a1e64 Rename StraightWoodenTrack to WoodenTrackSection mix 2024-11-15 00:47:20 +00:00
  • eb0463084b Implement Classic Wooden Twister left banked eighth to diag mix 2024-11-15 00:37:47 +00:00
  • 13dd30f126 Implement Classic Wooden Twister right banked eighth to diag mix 2024-11-14 14:33:41 +00:00
  • 3afcfc2eb7 Implement Classic Wooden Twister diagonal gentle up to bank mix 2024-11-14 11:32:19 +00:00
  • fef2c3770a Implement Classic Wooden Twister diagonal banked to gentle up mix 2024-11-14 08:08:34 +00:00
  • 46bfd8888e Implement Classic Wooden Twister diagonal flat to banked mix 2024-11-14 07:17:55 +00:00
  • 025be8c298 Implement Classic Wooden Twister small left bank to gentle up turn mix 2024-11-14 05:34:36 +00:00
  • 7a26c9979a Implement Classic Wooden Twister small right bank to gentle up turn mix 2024-11-14 05:04:58 +00:00
  • cd9ee6c108 Implement Classic Wooden Twister small right helix mix 2024-11-14 04:07:22 +00:00