Commit Graph

  • 18c55ba241 Replace cout debug by LOG_INFO Tulio Leao 2024-02-25 17:40:58 -03:00
  • b531cfa38e Do not try patch if scenarioPath is empty Tulio Leao 2024-02-25 17:28:48 -03:00
  • 1ebaac86be Add tests to iterate on all .parkpatch files Tulio Leao 2024-02-25 17:28:16 -03:00
  • 046ded718c Add .parkpatch files for .sea scenarios Tulio Leao 2024-02-25 16:23:19 -03:00
  • f50c8cce4b Rename json files to .parkpatch using scenario hash Tulio Leao 2024-02-25 11:56:48 -03:00
  • 8c56982613 Unify function to get string from hex Tulio Leao 2024-02-25 09:42:25 -03:00
  • 7024ac2f6c Extract common method to fetch coordinates Tulio Leao 2024-01-21 09:40:15 -03:00
  • 337fbf88ed Remove manual CoordsXY conversion on FixLandOwnershipTilesWithOwnership Tulio Leao 2024-01-21 08:21:00 -03:00
  • fe69dbb2ea Use vector over initializer_list on FixLandOwnershipTilesWithOwnership Tulio Leao 2024-01-21 08:19:40 -03:00
  • 194a63c7dc Remove unused FixLandOwnershipTiles Tulio Leao 2024-01-21 08:13:02 -03:00
  • 5ce61bfb95 Move merry-go-round fix to patch Tulio Leao 2024-01-20 18:45:10 -03:00
  • 9df2349c12 Add ApplyRideFixes to ScenarioPatcher Tulio Leao 2024-01-20 18:44:50 -03:00
  • 1e7ec8abd5 Remove unused variable on ApplyLandOwnershipFixes Tulio Leao 2024-01-20 15:36:05 -03:00
  • d39408a9d9 Add TODO on s4importer code Tulio Leao 2024-01-20 15:31:09 -03:00
  • 8297e7182b Move JSON keys to std::string for cross-platform support Tulio Leao 2024-01-20 15:24:08 -03:00
  • 43adebe815 Move Ayers Rock patch to json Tulio Leao 2024-01-20 15:11:19 -03:00
  • acdeb89974 Add TrackTypeFixes to ScenarioPatcher Tulio Leao 2024-01-20 15:11:05 -03:00
  • 2ac35756b2 Convert S6 scenarios water fixes to patches Tulio Leao 2024-01-20 12:25:48 -03:00
  • c43a84e255 Add FixWater capability to ScenarioPatcher Tulio Leao 2024-01-20 12:25:17 -03:00
  • cfc89c8d6c Add investigation TODO to s4 and s6 importers Tulio Leao 2024-01-15 22:23:26 -03:00
  • 8784b85cbc Convert S4 scenarios to JSON patches Tulio Leao 2024-01-15 22:21:45 -03:00
  • 6fc08be454 Convert S6 scenarios to JSON patches Tulio Leao 2024-01-13 14:26:29 -03:00
  • e7ee0ba63a Implement ScenarioPatcher with FixLandOwnership capabilities Tulio Leao 2024-01-12 19:15:55 -03:00
  • 6278732f12 Merge pull request #22592 from AaronVanGeffen/cheats-window Aaron van Geffen 2024-08-19 23:33:34 +02:00
  • 7c1d3c42b3 Remove windows.h include and win32 specific defines, not needed ζeh Matt 2024-08-20 00:27:00 +03:00
  • 2c0bfd01ac Refactor SawyerChunkReader to use MemoryStream, better performance ζeh Matt 2024-08-20 00:26:03 +03:00
  • 5b177db551 Remove the decode functions from SawyerChunkReader.h, re-order in cpp ζeh Matt 2024-08-19 23:50:21 +03:00
  • ed987fbd5e Amend changelog Aaron van Geffen 2024-08-19 22:35:22 +02:00
  • 1bfd3febe6 Rework guest cheats tab layout and strings Aaron van Geffen 2024-08-19 22:20:40 +02:00
  • 3138730d33 Move 'Allow building while paused' cheat to park cheats Aaron van Geffen 2024-08-19 21:19:22 +02:00
  • 4e0d00f71b Reorganise park cheats to account for moved widgets Aaron van Geffen 2024-08-19 20:50:28 +02:00
  • 493bee46e7 Move staff cheats to their own tab as well Aaron van Geffen 2024-08-19 20:40:04 +02:00
  • 76ccc1b54e Move nature/weather cheats to their own tab Aaron van Geffen 2024-08-19 19:28:12 +02:00
  • a944c1a15c Move date cheats to their own tab Aaron van Geffen 2024-08-19 18:38:08 +02:00
  • e8cff5d75f Remove unused ScreenshotDumpPNG32bpp function (#22590) Aaron van Geffen 2024-08-19 18:35:53 +02:00
  • 14e247caad Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-08-19 04:01:54 +00:00
  • e8f3d690df Fix Y axis label tick marks on park and finance graphs. (#22580) mrmbernardi 2024-08-18 22:24:29 +10:00
  • d5a3cb4103 Pass support type to track drawers at runtime (#22570) Michael Steenbeek 2024-08-18 12:18:33 +02:00
  • a090d68933 Reorder Map window tool widgets (#22541) Aaron van Geffen 2024-08-18 11:20:27 +02:00
  • c6b6870da1 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-08-18 04:01:48 +00:00
  • a1d479d723 Merge pull request #22585 from Gymnasiast/fix/invisible-colour-in-randomise Matt 2024-08-17 21:09:38 +03:00
  • 71b9cfb12c Keep ‘i’ and ‘colour’ variables inside the loop Gymnasiast 2024-08-17 19:06:09 +02:00
  • 9bda9a50d5 Fix: ‘Randomise all’ sometimes picks invalid colours Gymnasiast 2024-08-17 18:01:04 +02:00
  • ba95f4bd02 Map window: fix technical/practical terminology (#22232) Michael Steenbeek 2024-08-17 17:58:00 +02:00
  • cbaf01658a Add option to randomise train or vehicle colours (#22206) Arnold Zhou 2024-08-17 21:55:32 +10:00
  • 5f37ba6615 Rename footpath height related constants Aaron van Geffen 2024-08-16 23:18:33 +02:00
  • 4bdbd787a9 Fix lighting effects not toggling correctly (#22582) Aaron van Geffen 2024-08-16 22:37:21 +02:00
  • 87505c2e4d Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-08-16 04:02:03 +00:00
  • d72e535117 Fix #22457: Potential crash opening the scenario select window Matt 2024-08-15 19:31:27 +03:00
  • b4c7cb50af Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-08-15 04:02:14 +00:00
  • 2a99b2f1f9 Rework modifier key state into strong enum class (#22558) Aaron van Geffen 2024-08-14 16:36:05 +02:00
  • 0c97e44be0 Move GetInputManager and GetShortcutManager declarations (#22565) Aaron van Geffen 2024-08-14 15:15:44 +02:00
  • 6e444ea170 Split off MouseInput.h from Input.h (#22564) Aaron van Geffen 2024-08-14 15:14:16 +02:00
  • 47800cddcf Change RTD flags to a strong enum Michael Steenbeek 2024-08-13 22:20:25 +02:00
  • da8a049b81 Remove unused graph strings mrmbernardi 2024-08-14 02:18:38 +10:00
  • 6790700811 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-08-13 04:02:02 +00:00
  • 06501b0e9a Fix #22316: Always recreate the window when changing drawing engine Matt 2024-08-13 00:49:58 +03:00
  • e2fc4f5c83 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2024-08-12 04:02:03 +00:00
  • 4744c7416d Refactor object and network constants to kCamelCase Harry Hopkinson 2024-08-11 21:21:24 +01:00
  • 8ebacc1821 Close #19003: Change _currentTrackCurve to a struct Michael Steenbeek 2024-08-11 21:35:29 +02:00
  • 9daaa38f2a Fix invalidation for land ownership checkboxes (#22543) Aaron van Geffen 2024-08-11 21:30:30 +02:00
  • aa7eb18d78 Rename ScrollBar struct to ScrollArea and rename its properties (#22539) Aaron van Geffen 2024-08-11 16:21:53 +02:00
  • 00be5b0d63 Merge pull request #22538 from Gymnasiast/refactor/track-data Michael Steenbeek 2024-08-11 16:20:00 +02:00
  • a436801d64 Remove TrackDrawerDescriptor::SupportsTrackGroup() Gymnasiast 2024-08-11 15:18:41 +02:00
  • 803f683f58 Update PreviewTrack field names Gymnasiast 2024-08-11 15:15:45 +02:00
  • d93233f9fd Update TrackCoordinates field names Gymnasiast 2024-08-11 15:06:19 +02:00
  • 00c42431da Update PitchAndRoll field names Gymnasiast 2024-08-11 15:02:33 +02:00
  • 0ea9c5a2c2 Update TrackDefinition field names Gymnasiast 2024-08-11 14:52:25 +02:00
  • 9ed2e87f49 Replace tabs with spaces in TrackData.cpp Gymnasiast 2024-08-11 14:10:48 +02:00
  • 7a403e0537 Add cheat to make guests ignore prices Harry Hopkinson 2024-08-11 12:27:32 +01:00
  • 668233fd07 Update scripting.md to update details and fix inconsistencies Basssiiie 2024-08-11 13:10:10 +02:00
  • 5910c63e3b Clean up WindowRideConstructionUpdateStateGetTrackElement() Michael Steenbeek 2024-08-11 13:09:46 +02:00
  • 41724ffce0 Remove duplicate explanation [ci skip] update-scripting-md Michael Steenbeek 2024-08-11 13:09:42 +02:00
  • cfbf5dd142 Add licence specification [ci skip] Michael Steenbeek 2024-08-11 13:08:25 +02:00
  • d5485878f7 Remove unnecessary includes from TileInspector.cpp (#22535) Aaron van Geffen 2024-08-11 13:00:46 +02:00
  • f0c73cb9ef Specify track style icon and tooltip in RTD Michael Steenbeek 2024-08-11 12:42:11 +02:00
  • 1e8ac29bd2 Merge pull request #22490 from AaronVanGeffen/rework-landrights Aaron van Geffen 2024-08-11 12:26:29 +02:00
  • 76e037297e Clarify local plugin load in multiplayer, change "to" to "for" Bas 2024-08-07 22:35:14 +02:00
  • 08c0864409 Add small note about desyncs to FAQ Bas 2024-08-07 20:59:50 +02:00
  • 753d58d12b Rewrite of game actions sections Bas 2024-08-07 20:56:46 +02:00
  • 5ab1a9af10 Renamed plug-in to plugin, clarified plugin types vs. single/multiplayer Bas 2024-08-06 21:27:44 +02:00
  • 441e7816f9 LandRights: integrate Map window's land ownership tool Aaron van Geffen 2024-08-05 19:01:18 +02:00
  • 4fb673d0b9 LandSetRightsAction: calculate cost based on buying/selling rights Aaron van Geffen 2024-08-05 17:35:00 +02:00
  • 087af9889b LandRights: introduce extensible SwitchToMode function Aaron van Geffen 2024-08-05 13:55:57 +02:00
  • d2ba91f0aa Apply feedback from Gymnasiast Bas 2024-08-03 12:59:46 +02:00
  • 7755dcb8a7 Update scripting.md to fix various inconsistencies Bas 2024-08-03 12:21:33 +02:00
  • 482071a5ba LandRights: deduplicate OnToolDown, OnToolDrag Aaron van Geffen 2024-08-02 14:37:10 +02:00
  • dae5b00f05 Close #22509: Refactor SPR_NONE to ImageIndex (#22517) Greg 2024-08-11 05:58:28 -04:00
  • c7159aa81e Variable padding for finance graph Y axis labels (#22498) mrmbernardi 2024-08-11 19:35:00 +10:00
  • e2551821f3 Close #20942: Add button to remove park fences lewyche 2024-08-11 05:31:57 -04:00
  • 924f7ec6c3 Fix scenery window scrollbar disappearing Aaron van Geffen 2024-08-11 10:56:39 +02:00
  • bbba91de78 Actually toggle vsync instead of re-initialising the entire thing again Matt 2024-08-11 10:54:40 +03:00
  • 07f54c22bd Create named enum for track group (#22523) Michael Steenbeek 2024-08-11 09:26:19 +02:00
  • af2544a50f Merge pull request #22491 from AaronVanGeffen/hide-scroll Aaron van Geffen 2024-08-09 20:03:25 +02:00
  • bc055f4031 Replace SCROLLBAR_SIZE macro with kScrollBarWidth constant Aaron van Geffen 2024-08-07 14:45:38 +02:00
  • cbf739cf55 Map window: don't add padding for invisible scrollbars Aaron van Geffen 2024-08-07 14:08:11 +02:00
  • 44e8c0dc68 Ride window: remove logic to hide scrollbars manually Aaron van Geffen 2024-08-07 13:53:59 +02:00
  • 97c14f27ed Hide scrollbars when there is nothing to scroll Aaron van Geffen 2024-08-05 20:07:28 +02:00
  • 6255ebe1e1 Merge pull request #22504 from Gymnasiast/refactor/support-tables Michael Steenbeek 2024-08-09 19:28:58 +02:00
  • 2e9db4bc9b Use new support calls in APVC Gymnasiast 2024-08-07 00:23:27 +02:00