Commit Graph

  • 5c29967d61 Use FlagHolder for lift+inverted flags (#22839) Michael Steenbeek 2024-09-28 03:51:04 +02:00
  • ae299c09a8 Merge pull request #22694 from mrmbernardi/park-graphs-upgrade Aaron van Geffen 2024-09-26 23:18:59 +02:00
  • 978f38fdd5 Fix calculating wide path status (#22827) Aaron van Geffen 2024-09-26 23:15:21 +02:00
  • fbf95075f7 Bump PARK_FILE_MIN_VERSION Michael Bernardi 2024-09-04 17:13:53 +10:00
  • 45048c3306 Added changelog for #22694 Michael Bernardi 2024-09-04 12:48:30 +10:00
  • 611cc35fc4 Add resize and tooltips to park graphs Michael Bernardi 2024-09-04 12:40:35 +10:00
  • ab558c931a Increase park rating history size from 8 bits to 16 bits Michael Bernardi 2024-09-04 11:17:37 +10:00
  • 6f4be3c059 Update issue number for #22774 in changelog.txt (#22832) mrmbernardi 2024-09-27 04:31:53 +10:00
  • 6c2f67c286 Merge pull request #22774 from mrmbernardi/refactor-dpi mrmbernardi 2024-09-27 03:23:55 +10:00
  • 83959bec0f Update changelog.txt Michael Bernardi 2024-09-27 02:51:09 +10:00
  • 09fa68a803 Revert DPI accessors Michael Bernardi 2024-09-27 01:46:46 +10:00
  • 570e1efc8c OpenGL drawing now uses new coordinates Michael Bernardi 2024-09-25 02:13:40 +10:00
  • 914ff59b3b Line drawing algorithms now use screen coords Michael Bernardi 2024-09-25 00:55:38 +10:00
  • 88856ed5a1 Added code to magnify masked sprites. Michael Bernardi 2024-09-23 18:30:23 +10:00
  • c9144494ea Fix edges of some RLE sprites not drawing when minified Michael Bernardi 2024-09-22 22:24:36 +10:00
  • cea971790f Fix weather gloom Michael Bernardi 2024-09-22 17:15:27 +10:00
  • 8875c75461 Fix tweener leaving stale pixels on screen Michael Bernardi 2024-09-22 15:32:18 +10:00
  • 970848539d Cull sprites and invalidate viewports in screen coordinates Michael Bernardi 2024-09-22 15:31:20 +10:00
  • cf9e4ae0f3 Rewrite ViewportRedrawAfterShift to avoid copying Viewport Michael Bernardi 2024-09-21 17:59:54 +10:00
  • 8cc53324b6 Remove view width and height from Viewport struct Michael Bernardi 2024-09-20 02:03:35 +10:00
  • f64ef9488d Rewrite software sprite drawing to handle new DPI coords Michael Bernardi 2024-09-19 23:44:24 +10:00
  • 8212c83965 Rewrite ViewportPaint to handle new DPI coords Michael Bernardi 2024-09-17 03:00:43 +10:00
  • 4cd5548352 Refactor DPI to distinguish screen and world coords Michael Bernardi 2024-09-16 03:42:54 +10:00
  • 68daa0d735 Debugging code Michael Bernardi 2024-09-15 22:39:49 +10:00
  • 81b759e74e Use different name table offset depending on staff type (#22813) Aaron van Geffen 2024-09-25 18:03:42 +02:00
  • 04bdff052f Use FlagHolder for _currentTrackAlternative Michael Steenbeek 2024-09-25 14:29:39 +02:00
  • cdc298e667 Merge pull request #22822 from Harry-Hopkinson/refactor-constexpr-kCamelCase Michael Steenbeek 2024-09-25 14:17:37 +02:00
  • 10699a204c Workaround warning produced in gcc 14.2.1 20240910 (#22823) mrmbernardi 2024-09-25 18:15:53 +10:00
  • fd750130ec Refactor ShortCutIds.h constants to kCamelCase Harry Hopkinson 2024-09-24 21:27:00 +01:00
  • 2fe36661ab Refactor Limits.h constants to kCamelCase Harry Hopkinson 2024-09-24 21:14:03 +01:00
  • d34f17c945 Refactor Colour.h constants to kCamelCase Harry Hopkinson 2024-09-24 20:53:11 +01:00
  • 0b77287370 Refactor SceneryGroupObject.cpp constants Harry Hopkinson 2024-09-24 20:39:22 +01:00
  • 92e74e55b4 Refactor Park.h constants to kCamelCase Harry Hopkinson 2024-09-24 19:51:43 +01:00
  • e5f66ad553 Refactor ShortcutIds.h constants to kCamelCase Harry Hopkinson 2024-09-24 19:47:20 +01:00
  • d6a7697622 Refactor _currentTrackHasLiftHill to bool Michael Steenbeek 2024-09-23 23:24:43 +02:00
  • 8744f2f8f0 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-09-23 04:02:05 +00:00
  • e8c56e9538 Improve wording of parkpatch PRs on changelog (#22814) Tulio Leao 2024-09-22 17:59:22 -03:00
  • 5c0fba9a41 Merge pull request #22802 from Gymnasiast/fix/transparency-options-for-real-this-time Michael Steenbeek 2024-09-22 22:14:19 +02:00
  • 30fa3128a6 Merge pull request #22812 from AaronVanGeffen/name-peep-var Aaron van Geffen 2024-09-22 21:47:10 +02:00
  • d3c649c9bf Replace booster sprites with the ones used in RCTC AuraSpecs 2024-09-22 21:14:03 +02:00
  • a53784551b Move _legacy.cpp contents to UI project (#22811) Michael Steenbeek 2024-09-22 21:00:52 +02:00
  • eea3fa29f7 Add changelog entry Gymnasiast 2024-09-22 20:05:13 +02:00
  • a85c140e35 Revert "Fix #21123: Transparency options are not respected on startup (#22659)" Gymnasiast 2024-09-20 20:47:30 +02:00
  • f1ca888897 Revert "Don't apply viewport flags on title scene (#22670)" Gymnasiast 2024-09-20 20:46:54 +02:00
  • 78e12b9684 Revert "Revert 9e1b24d" Gymnasiast 2024-09-20 20:44:30 +02:00
  • 69b033cf92 Revert "Improve consistency of toggling transparency options" Gymnasiast 2024-09-20 20:43:40 +02:00
  • fe6397c88c Revert "Fix #22672: Loud sound effects on title screen" Gymnasiast 2024-09-20 20:42:35 +02:00
  • 584f6b8661 Rename Peep::SpriteType to AnimationGroup Aaron van Geffen 2024-09-22 16:54:33 +02:00
  • 97acb793e8 Rename InteractionInfo::SpriteType to interactionType Aaron van Geffen 2024-09-22 16:53:43 +02:00
  • 6d27369ea6 Rename PeepSpriteType to PeepAnimationGroup Aaron van Geffen 2024-09-22 16:42:27 +02:00
  • c5e86b331e Rename PeepAnimationGroup to PeepAnimations Aaron van Geffen 2024-09-22 16:42:03 +02:00
  • 58f33ca325 Rename PeepAnimationType::Ui to Hanging Aaron van Geffen 2024-09-22 16:21:32 +02:00
  • 48a71461bf Rename PeepAnimationType::StaffCheckboard to StaffCheckBoard Aaron van Geffen 2024-09-22 16:18:41 +02:00
  • b70aaea31e Rename ActionSpriteImageOffset to AnimationImageIdOffset Aaron van Geffen 2024-09-22 16:13:49 +02:00
  • 24b36915ef Rename ActionFrame to AnimationFrameNum Aaron van Geffen 2024-09-22 16:12:04 +02:00
  • ee7bb61bb0 Rename WalkingFrameNum to WalkingAnimationFrameNum Aaron van Geffen 2024-09-22 16:10:04 +02:00
  • 2edf8b472a Rename (Next)ActionSpriteType to (Next)AnimationType Aaron van Geffen 2024-09-22 16:08:58 +02:00
  • 435cf14d49 Rename PeepActionSpriteType to PeepAnimationType Aaron van Geffen 2024-09-22 16:07:35 +02:00
  • c0f145a099 Name _backupActionSpriteImageOffset (unk_F1AEF0) Aaron van Geffen 2024-09-22 15:45:51 +02:00
  • 0431ef0987 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-09-22 04:02:16 +00:00
  • 066e5a557b Close #17025: Do not change ride type of JSON ride objects (#22765) Michael Steenbeek 2024-09-21 22:44:53 +02:00
  • ea6ffc4f6b Fix #22796: Mini roller coaster paint code triggers assertion Michael Steenbeek 2024-09-21 22:43:18 +02:00
  • 636826a987 Merge pull request #22764 from Gymnasiast/refactor/more-track-2 Michael Steenbeek 2024-09-21 17:01:17 +02:00
  • 24d02855bc Merge pull request #22777 from mixiate/woodenrcflattosteep Michael Steenbeek 2024-09-20 22:11:56 +02:00
  • c0720d608f Make pre-existing wooden flat-to-steep pieces invisible Gymnasiast 2024-09-19 22:19:22 +02:00
  • cd915b72f1 Add Wooden RC flat to steep track pieces mix 2024-09-16 20:59:31 +01:00
  • eb664a2960 Merge pull request #22723 from Gymnasiast/refactor/flag-holder Michael Steenbeek 2024-09-19 21:43:22 +02:00
  • 1f33aec8fc Convert provisional path flags to FlagHolder Gymnasiast 2024-09-08 15:37:50 +02:00
  • fca90c64ac Create FlagHolder Gymnasiast 2024-09-08 15:37:11 +02:00
  • 299fad3bb7 Fix RightBankedQuarterTurn3Tiles supports Gymnasiast 2024-09-19 21:11:57 +02:00
  • 5f92d1920b Group all sequence-bound properties Gymnasiast 2024-09-12 22:48:21 +02:00
  • 1b40f61e88 Use wooden support table for parts of Mine Train Gymnasiast 2024-09-12 22:33:59 +02:00
  • 1f93f075f4 Use wooden support table for Reverse Freefall and Virginia Reel Gymnasiast 2024-09-12 22:33:43 +02:00
  • 416119201b Use wooden support table for Go Karts, H House, Space Rings and shops Gymnasiast 2024-09-12 22:32:57 +02:00
  • e1c14d19be Use wooden support table in River Rapids and Splash Boats Gymnasiast 2024-09-12 21:53:44 +02:00
  • 88348a7177 Use wooden support table in Classic Wooden RC Gymnasiast 2024-09-12 21:49:29 +02:00
  • 599ae4006d Use wooden support table in APVC Gymnasiast 2024-09-12 21:49:06 +02:00
  • 30244594ac Add downward wooden support transition enum members, table fixes Gymnasiast 2024-09-12 21:48:42 +02:00
  • 4b44f4f54d Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-09-17 04:02:02 +00:00
  • e70ca5c889 Allow staff to use ‘real’ names as well (#22732) plugin-ride-stations-setter Aaron van Geffen 2024-09-15 22:18:00 +02:00
  • 2b36d59bf9 Fix #22654: Port element removal fixes from #19740 into parkpatch (#22761) Tulio Leao 2024-09-15 08:26:05 -03:00
  • 9fe063923a Add virtual floor to shifted track design placement (#22740) Aaron van Geffen 2024-09-12 12:06:15 +02:00
  • 89637013e8 Fix #21507: Expose suggestedGuestMaximum via hook (#21521) Harry Hopkinson 2024-09-12 01:17:26 +01:00
  • 6ee282c8f9 Remove pkg-config install request from macOS CI (#22745) Aaron van Geffen 2024-09-11 12:07:51 +02:00
  • 0eca671fdf Merge pull request #22743 from AaronVanGeffen/rework-string Aaron van Geffen 2024-09-11 10:22:42 +02:00
  • cf516db6dc Split StringTypes.h off from String.hpp; adjust header includes Aaron van Geffen 2024-09-10 23:55:53 +02:00
  • 1b7bbee608 Move CodepointView class to its own header Aaron van Geffen 2024-09-10 23:36:59 +02:00
  • 4f8dd9e3ed Merge pull request #22738 from Gymnasiast/refactor/more-track- Michael Steenbeek 2024-09-10 14:51:35 +02:00
  • e74016047f Convert reverser RC to use support table Gymnasiast 2024-09-09 22:06:29 +02:00
  • ac1f7eab4e Convert side-friction RC to use support table Gymnasiast 2024-09-09 21:36:06 +02:00
  • fc72b31736 Fix #15406: Tunnels on steep Side-Friction track are drawn too low Gymnasiast 2024-09-09 20:54:52 +02:00
  • b3d87125b5 Fix #22734: Support clearance above steep Side-Friction track is too low Gymnasiast 2024-09-09 20:47:53 +02:00
  • 993c476c23 Merge pull request #22709 from tupaschoal/surface_fix_parkpatch Tulio Leao 2024-09-09 07:56:43 -03:00
  • 2a9c780679 Comply to coding style on ScenarioPatcher Tulio Leao 2024-09-09 07:18:29 -03:00
  • e6e3f5db76 Merge pull request #22711 from Gymnasiast/more-track-refactor Michael Steenbeek 2024-09-09 11:14:02 +02:00
  • b9a1d289fd Fix #22655: Port surface fixes from #19740 into parkpatch Tulio Leao 2024-09-06 08:14:51 -03:00
  • 540f15b3bd Merge pull request #22717 from tupaschoal/only_patch_scenarios Michael Steenbeek 2024-09-08 17:22:20 +02:00
  • 2df4eaca2c Part of #22596: Cleanup .parkpatch files of "cannot_downgrade" key Tulio Leao 2024-09-07 11:04:59 -03:00
  • d73c14e585 Part of #22596: Remove "cannot_downgrade" support for .parkpatch Tulio Leao 2024-09-07 11:04:35 -03:00
  • e1b6ee93f9 Part of #22596: Only apply .parkpatch when starting scenarios Tulio Leao 2024-09-07 10:29:43 -03:00