Commit Graph

  • c464e38515 Use chrono::duration for Timer ζeh Matt 2021-12-03 15:33:39 +02:00
  • 531aace060 Move real time calculation into Context ζeh Matt 2021-12-02 17:57:18 +02:00
  • 94e20ba7fe Rename some Update functions to Tick ζeh Matt 2021-12-02 17:35:31 +02:00
  • 1261ccc7b9 Add missing pragma once ζeh Matt 2021-12-02 17:31:33 +02:00
  • 25e1553555 Use Timer in DiscordService ζeh Matt 2021-12-02 17:31:26 +02:00
  • 20ef683744 Use Timer and cleanup some code in Context ζeh Matt 2021-12-02 17:28:59 +02:00
  • 30cc3dff3f Implement Timer class ζeh Matt 2021-12-02 17:07:40 +02:00
  • fb93b9d81f Use fold expressions to enable potential simd optimizations ζeh Matt 2021-12-13 17:05:01 +02:00
  • e405658f6a Code style and cleanup ζeh Matt 2021-12-13 15:47:19 +02:00
  • 9ec4e9c326 Fix trim condition ζeh Matt 2021-12-13 15:35:42 +02:00
  • a742b49f2c Pass const data by template parameters ζeh Matt 2021-12-13 03:44:42 +02:00
  • ecfbaec47e Cleanup and fix block size calculation ζeh Matt 2021-12-13 03:21:24 +02:00
  • bb6e265700 Refactor window to class: DemolishRidePrompt Brian Kolstad 2021-12-12 19:20:12 -05:00
  • 59682291f0 Fix warnings and supply template argument ζeh Matt 2021-12-12 23:40:58 +02:00
  • cb6d7418c5 CMakeLists.txt: update CCache handling (#16185) Conrad Kostecki 2021-12-12 23:04:58 +01:00
  • 4f0b0e8aa4 Fix template parameter to be size_t ζeh Matt 2021-12-12 23:34:48 +02:00
  • ae61d7956a Add tests for BitSet ζeh Matt 2021-12-12 23:33:11 +02:00
  • 16635b9192 Implement custom BitSet and replace std::bitset ζeh Matt 2021-12-12 23:16:17 +02:00
  • f55bc799cc Merge pull request #16205 from janisozaur/reformat-clang-12 Michał Janiszewski 2021-12-12 22:46:43 +01:00
  • 52fc699e38 Use some updated CI images Michał Janiszewski 2021-12-12 21:49:17 +01:00
  • 7b0e6ad0b6 Reformat with clang-format-12 from updated CI image Michał Janiszewski 2021-12-12 17:48:52 +01:00
  • 0a31d9284b Merge pull request #16202 from Gymnasiast/refactor/ride-functions-b Michael Steenbeek 2021-12-12 13:27:09 +01:00
  • 4ebc23ad36 Move ride_get_total_time() to method Gymnasiast 2021-12-12 12:27:54 +01:00
  • 5e8a204365 Move ride_get_total_length() to method Gymnasiast 2021-12-12 12:26:42 +01:00
  • 9b81bacecd Move ride_remove_peeps() to method Gymnasiast 2021-12-12 12:18:12 +01:00
  • 7559354d25 Move ride_update_popularity() to method Gymnasiast 2021-12-12 12:15:00 +01:00
  • 6df7c1e3b0 Move ride_update_satisfaction() to method Gymnasiast 2021-12-12 12:12:03 +01:00
  • 2f20dc029e Fix drawing of disabled zoom buttons Ted John 2021-12-12 10:48:49 +00:00
  • b4f256be87 Merge pull request #16151 from IntelOrca/refactor/imageid-painting Michael Steenbeek 2021-12-12 11:43:31 +01:00
  • 3deaa1af2e Fix #16197: Park award time and type accidentally swapped Duncan 2021-12-12 10:20:17 +00:00
  • 27cbb6c6ae Merge pull request #16190 from Gymnasiast/refactor/normalised-tile-element-type-3 Michael Steenbeek 2021-12-12 09:53:09 +01:00
  • 7ad1e257d3 Update formatting of files Ted John 2021-12-07 23:07:56 +00:00
  • 4288589f11 Refactor large scenery to use ImageId Ted John 2021-12-04 17:41:09 +00:00
  • d62736634f Refactor paint banner to use ImageId Ted John 2021-12-04 15:41:29 +00:00
  • 3fa2af3f6b Refactor paint small scenery to use ImageId Ted John 2021-12-04 11:00:22 +00:00
  • 4e9ca39c4a Refactor station covers to use ImageId Ted John 2021-12-04 04:09:19 +00:00
  • f8431d2b2e Refactor Entrance painting to use ImageId Ted John 2021-12-03 19:55:25 +00:00
  • b270688635 Refactor paint footpath to use ImageId Ted John 2021-12-02 21:59:49 +00:00
  • 5f1c85fbfd Refactor paint large scenery to use ImageId Ted John 2021-11-30 00:38:16 +00:00
  • 4aabe02eb0 Refactor surface paint to use ImageId Ted John 2021-12-07 21:52:21 +00:00
  • a17f1990f2 Refactor some viewport code to use ImageId Ted John 2021-12-07 21:49:41 +00:00
  • c55fa94af5 Refactor paint wall to use ImageId Ted John 2021-12-07 21:40:22 +00:00
  • 6cbf87cab3 Refactor paint vehicle to ImageId Ted John 2021-12-07 21:30:35 +00:00
  • b83f7c3859 Merge pull request #16150 from IntelOrca/refactor/imageid-ui Michael Steenbeek 2021-12-11 23:21:19 +01:00
  • ceb49e0984 Fix: #16162 Go Kart speeds not correctly randomised (#16165) deurklink 2021-12-11 18:11:23 +01:00
  • cec30e093d Merge pull request #15991 from ZehMatt/refactor/bannerid ζeh Matt 2021-12-11 08:08:27 -08:00
  • 56c4240d77 Make Parkfile Pathfinding Deterministic (#16147) Duncan 2021-12-11 16:03:59 +00:00
  • 6dc1efde82 Make awards a vector (#16134) Duncan 2021-12-11 14:45:50 +00:00
  • e4af63d3f6 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-12-11 04:09:03 +00:00
  • aa34f0f760 Drop the N postfix Gymnasiast 2021-12-11 00:39:39 +01:00
  • 23c5988fb1 Change last usage of GetType() and remove the method Gymnasiast 2021-12-11 00:38:42 +01:00
  • fc3ce3294c Move over switches to normalised tile element types Gymnasiast 2021-12-11 00:30:59 +01:00
  • 4caeb797f8 Merge pull request #16127 from Gymnasiast/feature/rct1-image-fallback Michael Steenbeek 2021-12-10 23:25:04 +01:00
  • bedcba5ea8 Use SetTypeN() in ScTileElement.cpp Gymnasiast 2021-12-10 23:05:56 +01:00
  • 50c0080da8 Update calls to ClearAs() Gymnasiast 2021-12-10 22:58:27 +01:00
  • 2d1af0ec42 Replace many GetType() calls with GetTypeN() Michael Steenbeek 2021-12-10 22:43:17 +01:00
  • 0879f96f96 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-12-10 04:09:11 +00:00
  • 54ed1ecd05 Fix #16155: Paint issue on Swinging Ship Ted John 2021-12-09 19:41:16 +00:00
  • a396289a7a Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-12-09 04:09:15 +00:00
  • 633a977397 Use objects v1.2.4 Gymnasiast 2021-12-08 16:33:27 +01:00
  • fcd704ed47 Create fallback system for csg1 images Gymnasiast 2021-11-30 19:20:09 +01:00
  • bb35adc5b8 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-12-08 04:09:19 +00:00
  • a324bfab63 Add image manager plugin API (#16144) Ted John 2021-12-07 20:55:27 +00:00
  • d427098e39 Refactor terrain and path to use ImageId Ted John 2021-12-05 17:14:52 +00:00
  • 9fb490aec0 Refactor ride window to use ImageId Ted John 2021-12-05 01:50:33 +00:00
  • 5fcc0f4499 Refactor scenery window to use ImageId Ted John 2021-12-04 15:25:51 +00:00
  • 2108322806 Use ImageId for picked up peep Ted John 2021-11-30 00:13:45 +00:00
  • 8c65e39ce9 Merge pull request #16137 from OpenRCT2/refactor/imageid-rides Ted John 2021-12-07 20:11:13 +00:00
  • ea099c0d2d Merge pull request #16129 from Gymnasiast/refactor/normalised-tile-element-type Michael Steenbeek 2021-12-07 11:50:54 +01:00
  • 2556efd7c7 Merge pull request #16118 from GalBr/refactor-customcurrency-window-to-class Tulio Leao 2021-12-06 23:37:15 -03:00
  • fdfd9b4760 Make track designs NSF map size safe (#16116) Duncan 2021-12-06 16:58:50 +00:00
  • 9a7ff47690 Refactor paint enterprise to use ImageId Ted John 2021-12-05 16:22:02 +00:00
  • 17350d5766 Refactor paint magic carpet to use ImageId Ted John 2021-12-05 15:36:02 +00:00
  • 8a4929a240 Refactor paint swinging inverter to use ImageId Ted John 2021-12-05 13:32:16 +00:00
  • f628f53e3f Refactor paint ferris wheel to use ImageId Ted John 2021-12-05 13:21:08 +00:00
  • 9d7471da1e Refactor paint swinging ship to use ImageId Ted John 2021-12-05 02:15:48 +00:00
  • b759f9ab39 Refactor paint motion simulator to use ImageId Ted John 2021-12-05 01:38:56 +00:00
  • 7eb44b580f Refactor paint 3D cinema to use ImageId Ted John 2021-12-05 01:23:40 +00:00
  • 8b71136056 Refactor paint merry go round to use ImageId Ted John 2021-12-05 01:19:02 +00:00
  • a4e0a5ab07 Refactor simple rides / shops to use ImageId Ted John 2021-12-04 23:50:16 +00:00
  • 70506d2216 Refactor paint top spin to use ImageId Ted John 2021-12-04 23:14:55 +00:00
  • bd9f7d56c5 Fix #16130: Crash when using see-through rides or scenery Ted John 2021-12-05 22:33:09 +00:00
  • a8505dc689 Refactor paint twist to use ImageId Ted John 2021-12-04 17:51:02 +00:00
  • c01049a500 Only add RCT1 land objects to imported SV6 if they are used Duncan 2021-12-05 16:08:33 +00:00
  • 03749d186c Amend changelog [ci skip] Gymnasiast 2021-12-05 17:00:33 +01:00
  • 91635a5047 Replace SetType and old strong enum with normalised Gymnasiast 2021-12-03 23:00:23 +01:00
  • 897ab76c71 Create normalised tile element type Gymnasiast 2021-12-03 22:44:34 +01:00
  • 32b4fc0ca3 Make Looping Coaster draw missing sprites from LIM Launched Coaster Karst 2021-12-05 13:27:42 +01:00
  • ac0ee4316c Merge pull request #16103 from Gymnasiast/refactor/imageid-to-struct Michael Steenbeek 2021-12-05 01:15:43 +01:00
  • 1a6fffb64a Replace strtol with Parse in CustomCurrency window Gal B 2021-12-04 19:20:39 +02:00
  • 8e1750b775 Refactor Custom Currency window to class Gal B 2021-12-04 16:51:24 +02:00
  • 459c0d67dd Merge pull request #16104 from oli414/icons Olivier Wervers 2021-12-04 11:31:21 +00:00
  • c48219e5bd Merge pull request #16101 from ZehMatt/refactor/staff-ui-logic Michael Steenbeek 2021-12-04 12:08:26 +01:00
  • 7cfb5832c4 Fix #16075: Track designs save scenery in wrong location ζeh Matt 2021-12-04 03:07:10 -08:00
  • 58f30f78d7 Fix plugin buttons not drawing text Ted John 2021-12-04 10:57:23 +00:00
  • a7f8a79313 Fix crash when drawing small scenery glass preview Gymnasiast 2021-12-04 11:51:02 +01:00
  • d2b8544654 Fix glass drawing Ted John 2021-12-04 03:27:55 +00:00
  • cbdb2c03cd Use new ImageId in most object previews Gymnasiast 2021-11-29 14:36:36 +01:00
  • 66bf0aa1a6 Remove now-unused RCT12 setters (#16109) Michael Steenbeek 2021-12-04 10:56:49 +01:00
  • c455fe84e6 Update vscode C++ properties Ted John 2021-12-04 04:09:44 +00:00