Commit Graph

  • d37478e294 Remove google benchmark dependency ζeh Matt 2023-06-26 22:25:07 +03:00
  • d61ce4e38c Remove BenchGfx ζeh Matt 2023-06-26 22:14:11 +03:00
  • edabd97c8a Remove benchmark code from game logic ζeh Matt 2023-06-26 22:10:46 +03:00
  • bcb0c069c3 Remove dead code of TestPaint and remove BenchSpriteSort ζeh Matt 2023-06-26 21:59:27 +03:00
  • 3f603542ec Refactoring by deleting dead WindowEventList struct (#20513) Aram Kazorian 2023-06-29 22:05:23 -07:00
  • 3283dc4255 Forgot to add name to contributors list (#20515) Aram Kazorian 2023-06-29 22:05:03 -07:00
  • 68d4304bbc Fix #19878: Pre-built rides respect scenery research (#20472) mrmbernardi 2023-06-29 22:50:06 +02:00
  • b02fad3404 Fix #20365: Money cheat supports negative value entry (#20478) mrmbernardi 2023-06-29 22:47:51 +02:00
  • 756d3deb29 Merge pull request #20508 Hielke Morsink 2023-06-29 11:40:29 +02:00
  • a68865d016 Remove all references to title editor duncanspumpkin 2023-06-29 08:14:29 +01:00
  • aa93b8d041 Fix crash when selection scenarios duncanspumpkin 2023-06-28 21:51:57 +01:00
  • 57bb450a2a Merge pull request #20509 from ZehMatt/fix-early-update Matthias Moninger 2023-06-29 00:19:20 +03:00
  • 88ec42e7ab Remove WindowUpdateAll from GameLoadInit ζeh Matt 2023-06-28 23:53:09 +03:00
  • a7bbe77148 Merge pull request #20502 from ZehMatt/platform-cleanup Matthias Moninger 2023-06-28 16:25:17 +03:00
  • 067090b297 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2023-06-28 04:02:07 +00:00
  • 39771217c8 Merge pull request #20493 from ZehMatt/delayed-window-delete Matthias Moninger 2023-06-28 01:40:12 +03:00
  • f217d1ebbc Update changelog.txt ζeh Matt 2023-06-28 01:24:19 +03:00
  • 0747ad7497 Remove even more window uncommon vars (#20495) Duncan 2023-06-27 22:33:26 +01:00
  • ac583569da Remove Platform::CoreInit ζeh Matt 2023-06-27 23:14:30 +03:00
  • 484523f82f Use static initialization for Android class loader ζeh Matt 2023-06-27 23:09:53 +03:00
  • b347cbce03 Merge pull request #20473 from IntelOrca/fix-14853 Matthias Moninger 2023-06-27 23:07:24 +03:00
  • 60a2d5c1f6 Use static initialization to get the correct masking function ζeh Matt 2023-06-27 23:02:31 +03:00
  • 873fff2513 Remove BitCountInit and handle that with static initialization ζeh Matt 2023-06-27 22:45:19 +03:00
  • a83337b2da Use chrono for GetTicks and move into Platform.Common.cpp ζeh Matt 2023-06-27 22:21:42 +03:00
  • e19738b5d3 Remove Sleep functions and use Common version ζeh Matt 2023-06-27 22:11:52 +03:00
  • d8009291c4 Rename Shared.cpp to Platform.Common.cpp ζeh Matt 2023-06-27 21:48:21 +03:00
  • 905f1ea094 Shorten the lambda ζeh Matt 2023-06-27 17:55:03 +03:00
  • 6807d508d0 Ignore dead windows for auto positioning ζeh Matt 2023-06-27 17:37:49 +03:00
  • cf7c486c5f Fix #20364: Adding too much money with cheats causes an overflow mrmbernardi 2023-06-27 15:29:48 +02:00
  • 5497601d42 Refactor window deletion to be delayed ζeh Matt 2023-06-27 03:50:29 +03:00
  • d40102aa9d Remove some uncommon variables and break unions (#20440) Duncan 2023-06-27 06:34:06 +01:00
  • 30664df8e9 Fix #14853: [Plug-in] Subscribing to a non-existing event crashes game Ted John 2023-06-25 23:49:44 +01:00
  • 3b7975f4a0 Remove redundant warning suppression code Matthias Moninger 2023-06-26 21:01:03 +03:00
  • 0c5a35993e Remove union from window internal (#20429) Duncan 2023-06-26 16:31:04 +01:00
  • 269370fdd2 Merge pull request #20454 from duncanspumpkin/rideRefactor Matthias Moninger 2023-06-26 16:36:18 +03:00
  • 49c5ceda66 Merge pull request #20462 from ZehMatt/script-crash Matthias Moninger 2023-06-26 16:12:41 +03:00
  • b291c87d51 Merge pull request #20271 from duncanspumpkin/objDescriptor Matthias Moninger 2023-06-26 16:11:45 +03:00
  • faded9936b Update changelog.txt ζeh Matt 2023-06-24 20:42:51 +03:00
  • cdb16bf8bb Fix crashes when custom plugin actions fail due to immutable state ζeh Matt 2023-06-24 16:20:21 +03:00
  • 9e57fcc6d4 Merge pull request #20474 from ZehMatt/fix-cheatsetaction-query Matthias Moninger 2023-06-26 15:47:52 +03:00
  • 697712c352 Apply formating duncanspumpkin 2023-06-23 08:35:55 +01:00
  • ed5abfc7de Apply coding style to ride window duncanspumpkin 2023-06-23 08:31:03 +01:00
  • fb1b531d59 Fix build error due to stale base branch for #20100 (#20476) Matthias Moninger 2023-06-26 10:10:01 +03:00
  • 3edb044685 Merge pull request #20100 from IntelOrca/plugin/object-manager Matthias Moninger 2023-06-26 02:26:13 +03:00
  • 93536c802e Actually return the game action result in CheatSetAction::Query ζeh Matt 2023-06-26 02:09:12 +03:00
  • caa21b740c Merge pull request #20458 from AaronVanGeffen/refactor/constexpr Matthias Moninger 2023-06-25 19:21:23 +03:00
  • 627fcec7e9 Revert change in BitSet Aaron van Geffen 2023-06-24 13:25:33 +02:00
  • 2697ed1920 Formatting Aaron van Geffen 2023-06-24 11:48:14 +02:00
  • d425e0a8bb Remove const qualifier from constexpr statements Aaron van Geffen 2023-06-24 11:45:26 +02:00
  • f9d8c5923d Replace surface corner hex values with named constants Aaron van Geffen 2023-06-24 01:48:25 +02:00
  • 4a3a1e4e7f Remove event handlers (#20439) Duncan 2023-06-23 08:31:31 +01:00
  • 622c8cdb7e Fix #20433. Dropdown default selections not working (#20437) Duncan 2023-06-23 06:20:02 +01:00
  • a6d3dbc6d9 Remove player specific window vars from common Duncan 2023-06-22 23:44:17 +01:00
  • 42ff471617 Fix periodic window update function being called every frame Matthias Moninger 2023-06-22 16:52:14 +03:00
  • 95463c015c Actually refactor last window (#20436) Duncan 2023-06-21 21:15:13 +01:00
  • 97427743a4 Clean up SpritBoundBox2 Tiago A. Reul 2023-06-20 20:24:04 -03:00
  • ce1695fab8 Merge pull request #20404 from duncanspumpkin/rideWindow Matthias Moninger 2023-06-21 01:34:40 +03:00
  • a507390b96 Merge pull request #19797 from zzril/fix-9534-no-screams-on-diagonal-drops Matthias Moninger 2023-06-21 01:09:39 +03:00
  • 7b3eb44a4d Update changelog.txt Severin Paul Höfer 2023-06-20 23:28:34 +02:00
  • 4b39298803 Bump network version Severin Paul Höfer 2023-06-15 23:33:57 +02:00
  • d6ffdb0aa1 Add Pitch values for steep diagonal drops to checks in UpdateScreamSound zzril 2023-04-02 00:24:37 +02:00
  • f0658202ef Fix mistake duncanspumpkin 2023-06-20 08:52:00 +01:00
  • 9b8b672507 Finish linking up parts duncanspumpkin 2023-06-20 08:42:25 +01:00
  • 1d74d44824 Merge pull request #20418 from Gymnasiast/fix/20417 Matthias Moninger 2023-06-19 22:41:35 +03:00
  • 20fe5a29d3 Add missing Ukrainian letters (Єє and Ґґ) Michael Steenbeek 2023-06-18 23:44:44 +02:00
  • 11de002a55 Fix #20417: Plugin windows missing the left title bar border Gymnasiast 2023-06-18 22:40:23 +02:00
  • e67fce7e4a Merge pull request #20415 from ZehMatt/fix-20413 Matthias Moninger 2023-06-18 17:14:46 +03:00
  • edfbf79720 Update changelog.txt ζeh Matt 2023-06-18 16:22:32 +03:00
  • 4bffa72c45 Fix #20413: Crash attempting to navigate an empty console history ζeh Matt 2023-06-18 15:39:26 +03:00
  • dad2d806e6 Merge pull request #20406 from ZehMatt/fix-scenery-misc Matthias Moninger 2023-06-18 03:32:59 +03:00
  • ffa65cea0e Exclude the 'All' tab when searching for scenery group ζeh Matt 2023-06-17 16:40:57 +03:00
  • 5e71fd4796 Hook up events duncanspumpkin 2023-06-16 08:59:17 +01:00
  • 825634360b Finish initial sweep duncanspumpkin 2023-06-16 08:13:20 +01:00
  • 75799d3be5 Start refactor of ride window duncanspumpkin 2023-06-15 21:24:56 +01:00
  • ed875a1273 Fix #19860: TRACK_ELEM_FLAG_DOWN flag missing on downward wide curves (#20386) Severin Paul Höfer 2023-06-15 21:27:18 +02:00
  • d9a565dd21 Fix #20361: Crash when using random map generation (#20400) Matthias Moninger 2023-06-15 22:27:00 +03:00
  • 1b612b5a99 Add code to draw Cyrillic characters Ѕѕ, Іі, Її, and Јј (#20393) Michael Steenbeek 2023-06-15 20:30:02 +02:00
  • 08e352405b Fix #19832: Scenery Search Josh Trzebiatowski 2023-06-14 06:04:21 -05:00
  • afcd70a8fd Merge pull request #20269 from ZehMatt/everything-park Matthias Moninger 2023-06-12 13:28:39 +03:00
  • e4ac1f9e3c Add EverythingPark ride ratings to the tests ζeh Matt 2023-05-22 01:19:09 +03:00
  • befb72b826 Add the Everything Park created by Marcel Vos to the test parks ζeh Matt 2023-05-22 01:12:25 +03:00
  • e7769a9a8f Merge pull request #19796 from ConiKost/cmake Matthias Moninger 2023-06-09 16:49:38 +03:00
  • f92212edaf Fix input cursor blinking too fast (#20366) Matthias Moninger 2023-06-09 10:24:32 +03:00
  • aec9cd7306 Merge pull request #20362 from ZehMatt/peep-pickup-fix Matthias Moninger 2023-06-08 02:01:59 +03:00
  • 65fa73a4fb Fix peep pickup being frame rate dependent ζeh Matt 2023-06-08 01:45:45 +03:00
  • e02bce7010 Merge pull request #20350 from mrmbernardi/tile_inspector_animations Matthias Moninger 2023-06-07 01:37:35 +03:00
  • 9c5c1eb858 Fix #20349: Tile inspector creates map animations Michael Bernardi 2023-06-05 20:37:16 +02:00
  • 4a471a3a3e Merge pull request #20329 from lukehobbs/improve-error-message Matthias Moninger 2023-06-04 17:08:10 +03:00
  • 4fcf4ac7e5 Fix formatting Luke Hobbs 2023-06-03 09:38:40 -04:00
  • a17ac8a92b Use ErrorTitle + ErrorMessage instead of newline Luke Hobbs 2023-06-03 09:36:05 -04:00
  • 27eec48c16 Fix formatting Luke Hobbs 2023-06-02 22:55:45 -04:00
  • c1f75a0906 Add plugin name to CustomAction and ScriptEngine Luke Hobbs 2023-06-02 22:04:05 -04:00
  • 90b65cd890 Merge pull request #20267 from ZehMatt/improve-ridelist Matthias Moninger 2023-06-02 22:53:21 +03:00
  • 669f389637 Merge pull request #20322 from ZehMatt/fix-gameactions Matthias Moninger 2023-06-02 00:13:19 +03:00
  • c4c3743a6b Fix formatting ζeh Matt 2023-06-01 01:25:07 +03:00
  • cba6238ede Queue game actions when issued from UI ζeh Matt 2023-06-01 01:20:31 +03:00
  • 0f00ad2dd2 Signal that we are inside the update phase in the right function ζeh Matt 2023-06-01 01:17:02 +03:00
  • 68485e20d0 Revert #20286 ζeh Matt 2023-05-31 18:21:33 +03:00
  • e6bee21682 Merge pull request #20303 from Gymnasiast/fix/20083 Matthias Moninger 2023-05-31 17:16:07 +03:00
  • 162cda9ca1 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2023-05-30 04:02:12 +00:00