Commit Graph

  • e3bb105a06 Move SSE41 and AVX2 detection into Platform namespace Aaron van Geffen 2024-07-12 14:36:45 +02:00
  • 6bea2e8190 Replace custom BitCount implementation with std::popcount (C++20) Aaron van Geffen 2024-07-12 14:30:55 +02:00
  • 6072545c0c Move FASTCALL and RESTRICT into new CallingConventions.h file Aaron van Geffen 2024-07-09 15:12:11 +02:00
  • 0b011207dc Update CI to use hendrikmuhs/cache-action@v1.2.13 (#22258) Aaron van Geffen 2024-07-11 02:14:05 +02:00
  • 8968c7d3fe Update OpenMusic to version 1.6 (#22262) AuraSpecs 2024-07-10 09:43:52 +02:00
  • 4bfd3f3369 Initialise script engine off main thread (#22230) Aaron van Geffen 2024-07-09 20:19:01 +02:00
  • bc0f6c4489 Hide author info in the scenery window unless debug tools are active (#22251) AuraSpecs 2024-07-08 22:21:38 +02:00
  • 940c348fa6 Display object author info in ride selection window (#20952) Fredrik Tegnell 2024-07-08 22:17:05 +02:00
  • 7f281a269d Add changelog entry for #20980 Aaron van Geffen 2024-07-08 17:04:50 +02:00
  • 71cba8ac37 Add music track listing to ride music window (#20980) John 2024-07-08 09:03:54 -06:00
  • 376e749a70 Allow plugins to focus on textboxes in custom windows (#22213) Arnold Zhou 2024-07-08 22:49:15 +10:00
  • aa11d8ddfe Expose ride satisfaction to plugin api (#22172) Arnold Zhou 2024-07-08 18:53:14 +10:00
  • 1af27a62d9 Start v0.4.13 MichaÅ‚ Janiszewski 2024-07-07 18:20:25 +02:00
  • b7a6d65bcf Merge branch 'master' into develop MichaÅ‚ Janiszewski 2024-07-07 18:19:38 +02:00
  • 1b5ff882d3 Release v0.4.12 MichaÅ‚ Janiszewski 2024-07-07 17:32:49 +02:00
  • 860c52765d Merge branch 'develop' MichaÅ‚ Janiszewski 2024-07-07 17:27:34 +02:00
  • 889860cc2e Add invalidation to frozen peeps (#22236) Aaron van Geffen 2024-07-07 15:30:10 +02:00
  • be0ca5a1d2 Update libraries to v36 (#22235) MichaÅ‚ Janiszewski 2024-07-07 11:41:18 +02:00
  • 908130cca1 Do not run ScriptEngine.Tick() during initialisation/preloading script-engine-init Bas 2024-07-06 19:40:50 +02:00
  • 9d8d4552cd Do not add new music styles to old park automatically Michael Steenbeek 2024-07-06 18:59:15 +02:00
  • f4723e515e Initialise script engine off main thread Aaron van Geffen 2024-05-28 21:02:26 +02:00
  • 78300a80dd Fix #22185: Intensity and nausea are incorrectly sorted in the rides list after ratings invalidation lewyche 2024-07-06 10:27:18 -04:00
  • 447bb865a4 Merge pull request #22210 from AaronVanGeffen/peep-refactor Aaron van Geffen 2024-07-06 16:08:08 +02:00
  • 7adf817fa6 Amend changelog Aaron van Geffen 2024-07-06 15:16:08 +02:00
  • 83e5aeb9c5 Increment versions for park format, script engine, network for new flags Aaron van Geffen 2024-07-06 15:14:12 +02:00
  • f2c266d310 Allow scripts to manipulate peep directions Aaron van Geffen 2024-07-05 15:46:03 +02:00
  • 7dcedfb260 Prevent having ANIMATION_FROZEN set while POSITION_FROZEN is not Aaron van Geffen 2024-07-03 23:09:56 +02:00
  • 666e8a1518 Prevent assigning invalid energy values to peeps Aaron van Geffen 2024-06-29 16:05:54 +02:00
  • 0efbf7f5ea Split off Update{Action,Walking}Animation and use for frozen peeps Aaron van Geffen 2024-06-29 15:25:40 +02:00
  • ed6bde7d56 Introduce peep flags for static positions and animations Aaron van Geffen 2024-06-29 14:42:09 +02:00
  • fb4c1451e4 Fix #22226: Traffic light shows incorrect sprite Michael Steenbeek 2024-07-06 14:23:10 +02:00
  • 90dee86267 Constrain plugins to normal range when assigning ride prices (#22227) Aaron van Geffen 2024-07-06 11:39:00 +02:00
  • 7e014753b1 Fix #21533: Hybrid C diagonal incline support glitch (#22223) Michael Steenbeek 2024-07-05 20:22:13 +02:00
  • 4204d767bb Merge pull request #22220 from Gymnasiast/refactor/more-track-4 Michael Steenbeek 2024-07-05 10:41:47 +02:00
  • 02d41c83cc Simplify TD6 struct Gymnasiast 2024-07-04 01:14:00 +02:00
  • 6d8ffeb99c Fix formatting Gymnasiast 2024-07-04 00:16:50 +02:00
  • 64230380af Sync more TrackDesign fields with their Ride counterparts Gymnasiast 2024-07-04 00:09:49 +02:00
  • 624aa53038 Pass TrackDesign by reference Gymnasiast 2024-07-03 22:58:36 +02:00
  • 3977841dd9 Move track and vehicle settings to their own struct Gymnasiast 2024-07-03 22:33:24 +02:00
  • e47f526067 Move variables not saved in the track design to their own struct Gymnasiast 2024-07-03 22:18:48 +02:00
  • 56accb3790 Use RatingTuple across the codebase Gymnasiast 2024-07-03 21:49:53 +02:00
  • c46701983b Merge pull request #22216 from Gymnasiast/refactor/more-track-3 Michael Steenbeek 2024-07-03 09:33:02 +02:00
  • 658529464b Ignore partially hidden sprites for viewport interaction (#22217) Aaron van Geffen 2024-07-02 23:18:38 +02:00
  • bc13b46f96 Do not use td6 as a variable name for TrackDesign Gymnasiast 2024-07-02 19:29:19 +02:00
  • 9a616cd055 Remove vehicleType parameter (not used by OpenRCT2 and RCT2) Gymnasiast 2024-07-02 19:24:15 +02:00
  • 918ccf4c63 Move track design operations to its own struct Gymnasiast 2024-07-02 19:02:34 +02:00
  • 2c7d2fff7c Move track design appearance to its own struct Gymnasiast 2024-07-02 18:50:12 +02:00
  • 2c6491f34a Move track design statistics to their own struct Gymnasiast 2024-07-02 17:08:05 +02:00
  • 5fa007eb3b Make TrackDesignTrackElement adhere to new coding style Gymnasiast 2024-07-02 16:45:32 +02:00
  • fe76427bf3 Make TrackDesignTrackElementFlag adhere to new coding style Gymnasiast 2024-07-02 16:35:45 +02:00
  • 2372ae39bd Make TrackDesignState adhere to new coding style Gymnasiast 2024-07-02 16:30:04 +02:00
  • e96c999c43 Fix typo in Viewport.cpp (#22215) Stephan Spengler 2024-07-02 14:33:20 +02:00
  • 19c666479c Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-07-02 04:02:04 +00:00
  • 55474dd7ee Merge pull request #22211 from AaronVanGeffen/peep-refactor2 Aaron van Geffen 2024-07-01 17:53:52 +02:00
  • 766da9789f Name walkingOffsetByDirection Aaron van Geffen 2024-07-01 17:30:14 +02:00
  • 15ee05dfb0 Rename kNumOrthogonalDirections constant Aaron van Geffen 2024-07-01 17:29:08 +02:00
  • b30acc6ae9 Reduce nesting in Tick128UpdateGuest Aaron van Geffen 2024-06-29 16:20:19 +02:00
  • 27be62d8d5 Minor simplification of energy update logic Aaron van Geffen 2024-06-29 14:41:53 +02:00
  • f4cd1f18c8 Rename Guest::Loc68F9F3 to UpdateMotivesIdle Aaron van Geffen 2024-06-29 14:37:35 +02:00
  • fe655cdc26 Rename Guest::Loc68FA89 to UpdateConsumptionMotives Aaron van Geffen 2024-06-29 14:36:29 +02:00
  • 58e576688c Amend changelog (#22214) Arnold Zhou 2024-07-01 13:20:00 +10:00
  • 6af7f258e0 Fix building on *BSDs Brad Smith 2024-06-29 17:56:33 -04:00
  • b4a38e42ce Close #22173: Patrol path tiles change colour to show selection. (#22201) mrmbernardi 2024-06-30 02:54:32 +10:00
  • 30a9ade6ae Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-06-28 04:01:52 +00:00
  • ae9ebe97d4 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-06-27 04:02:06 +00:00
  • 4975e79bac Close #22171: Make track section navigation buttons holdable Arnold Zhou 2024-06-26 16:33:14 +10:00
  • d53b6922a3 Close #21774: Enable alternative colour schemes on Alpine RC Michael Steenbeek 2024-06-25 12:19:41 +02:00
  • a4839ea975 Merge pull request #22194 from Gymnasiast/fix/22161 Michael Steenbeek 2024-06-25 12:19:23 +02:00
  • 4e72d580f8 Allow non-networked plug-ins to set pause state directly spacek531 2024-06-25 02:36:01 -07:00
  • 232f37e186 Fix #22161: Using arrow keys in textboxes crashes the game UnknownShadow200 2024-06-25 11:21:14 +02:00
  • 889139976f Fix #22174: Cheats are reset when starting a server Arnold Zhou 2024-06-25 16:17:45 +10:00
  • 557f926e0f Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-06-25 04:02:11 +00:00
  • 1cd8ed4ade Close #22179: Create strong enum for PTD_OPERATION_* Arnold Zhou 2024-06-24 17:25:11 +10:00
  • 6c12eed204 List @mrmagic2020 as Chinese (Simplified) translator Arnold Zhou 2024-06-24 17:08:15 +10:00
  • 8a031b49fb Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-06-24 04:02:10 +00:00
  • a0f5d09408 Expose monthly expenditure history to plug-in API Arnold Zhou 2024-06-24 06:49:49 +10:00
  • f9a06ae01b Fix #21496: RCT1 scenery hidden after reloading (#22181) Michael Steenbeek 2024-06-21 20:50:15 +02:00
  • 1db7f666c3 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-06-20 04:01:51 +00:00
  • a82d398afd Abstract flags access in track design scenery Michael Steenbeek 2024-06-19 12:15:17 +02:00
  • cd3c9f6226 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-06-18 04:02:04 +00:00
  • 31035cd7aa Fix #22063: Incorrect colour on hybrid diag flat Michael Steenbeek 2024-06-17 23:28:10 +02:00
  • bc86f6699a Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-06-17 04:03:03 +00:00
  • 7ba17812d8 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-06-16 04:01:53 +00:00
  • fb7961e30a Split off Enlarged UI from touch enhancements Arnold Zhou 2024-06-15 06:49:12 +10:00
  • a04b83bf69 Merge pull request #22164 from Gymnasiast/refactor/more-trackdesign Michael Steenbeek 2024-06-14 21:28:15 +02:00
  • 0bb6430046 Bump network version Gymnasiast 2024-06-14 21:18:18 +02:00
  • 113996dfcc Rename scenery element names, add tertiary colour Gymnasiast 2024-06-12 00:32:53 +02:00
  • 0dc46211fe Update maze element Gymnasiast 2024-06-11 23:45:34 +02:00
  • 0d0d70bc1d Use lowerCamelCase in entrance element Gymnasiast 2024-06-11 23:23:09 +02:00
  • 267c2e5ecc Remove unused flags members from TrackDesign Gymnasiast 2024-06-11 23:12:24 +02:00
  • cdbedeece6 Desnake TrackDesign fields Gymnasiast 2024-06-11 22:47:25 +02:00
  • ffe142a8a7 Clean OrcaStream includes (#22165) mrmbernardi 2024-06-14 23:12:47 +10:00
  • a26f3121ef Log plugin path on load error Arnold Zhou 2024-06-13 20:48:50 +10:00
  • 2fbfaf27a4 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-06-13 04:01:53 +00:00
  • 5eed27c231 Update to Unity 2022.3.33f1 Bas 2024-06-12 20:44:06 +02:00
  • fd5ea84b18 Update code to work with updated openrct2 Bas 2024-06-12 19:48:16 +02:00
  • abf4599e3a Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-06-11 04:02:00 +00:00
  • 8175575a63 Merge pull request #22155 from Harry-Hopkinson/refactor-constant-notation Michael Steenbeek 2024-06-09 23:27:23 +02:00
  • 6e1b7ee140 Remove unused variable RideTypeCount Harry Hopkinson 2024-06-07 14:44:07 +01:00
  • eee0dbd486 Rename MaxScenarioTextObjects to kMaxScenarioTextObjects Harry Hopkinson 2024-06-06 20:43:32 +01:00