Commit Graph

  • fb316a746a macos support (use perl for readlink -f) adam-bloom 2021-01-02 20:32:30 -07:00
  • f3ed018818 Add unused-const-variable warning Michał Janiszewski 2021-02-28 22:43:10 +01:00
  • 6249635fb8 Guard potentially unused const with proper defines Michał Janiszewski 2021-02-28 23:09:50 +01:00
  • 81fe5ad2cd Remove unused const: MusicStyleNames Adam 2021-02-28 14:57:23 -07:00
  • 21777210bc Merge pull request #14189 from Gymnasiast/refactor/draw-text Michael Steenbeek 2021-02-28 22:40:54 +01:00
  • a0523339d3 Apply review request Gymnasiast 2021-02-28 21:24:17 +01:00
  • 083d22adf2 Fix #14195: Binding (NumPad) Enter to send message closes the chat Ted John 2021-02-28 14:08:16 +00:00
  • 789b04b4aa Fix #14194: Pressing WASD in text box moves main viewport, too Ted John 2021-02-28 13:57:32 +00:00
  • 17a29dfe87 Fix #14190: Game crash likely related to plug-in hotkeys Ted John 2021-02-28 01:13:43 +00:00
  • d6971fa79e Fix rebase errors Gymnasiast 2021-02-28 00:35:38 +01:00
  • 7fd049c22e Remove last remnants of gCurrentFontSpriteBase Gymnasiast 2021-02-28 00:22:24 +01:00
  • c40701d997 Make gfx_draw_string() take a TextPaint argument Gymnasiast 2021-02-27 18:35:32 +01:00
  • 503273793a Remove gCurrentFontSpriteBase from some functions Gymnasiast 2021-02-27 18:15:44 +01:00
  • 826f6c7442 Reduce usage of gCurrentFontSpriteBase Gymnasiast 2021-02-27 17:43:23 +01:00
  • 3e536e2711 Change gfx_draw_string_*_wrapped() to DrawTextWrapped() Gymnasiast 2021-02-27 17:17:17 +01:00
  • e2ebc9d43b Replace gfx_draw_string_left() with DrawTextBasic() Gymnasiast 2021-02-27 16:49:13 +01:00
  • d5f79b7972 Replace gfx_draw_string_centred() with DrawTextBasic() Gymnasiast 2021-02-27 15:23:50 +01:00
  • a4747b9c8c Fix initial value of SpriteBase Gymnasiast 2021-02-27 14:42:04 +01:00
  • 4d9c278ebc Unify calls to DrawTextBasic Gymnasiast 2021-02-27 14:32:13 +01:00
  • 13e7ec6e8e Allow passing TextPaint to DrawTextBasic() Gymnasiast 2021-02-27 13:10:00 +01:00
  • ac1e9abb56 Create constructors for TextPaint Gymnasiast 2021-02-27 13:04:52 +01:00
  • c296c35f39 Use colour_t for colours enum Gymnasiast 2021-02-27 12:49:14 +01:00
  • 2477933c51 Turn font sprite base into a strong enum Gymnasiast 2021-02-27 12:40:20 +01:00
  • 582037bbf3 Create enum class for text underline Gymnasiast 2021-02-26 21:11:26 +01:00
  • 314faa69ca Save user shortcuts after removing a binding Ted John 2021-02-27 15:51:26 +00:00
  • 1ee72ffd21 Fix #14184: Right and down arrow swapped Ted John 2021-02-27 15:51:05 +00:00
  • ce11d1eb2f Add missing property trackLocation to openrct2.d.ts Ted John 2021-02-27 02:44:00 +00:00
  • 31a30c0307 Fix lint errors in openrct2.d.ts Ted John 2021-02-27 02:20:47 +00:00
  • 49b677780f Merge pull request #14171 from IntelOrca/plugin/custom-widget Ted John 2021-02-27 01:31:00 +00:00
  • 08f07e6135 Reduce usage of gCurrentFontSpriteBase (#14178) Michael Steenbeek 2021-02-26 15:39:20 +01:00
  • 9397feaa44 Merge pull request #14134 from duncanspumpkin/reorg_entityexport Michael Steenbeek 2021-02-26 13:08:56 +01:00
  • 28c680f97f Merge pull request #14163 from Gymnasiast/refactor/get-rtd Michael Steenbeek 2021-02-26 10:46:38 +01:00
  • 48f513f73f Apply review request; fix Testpaint Gymnasiast 2021-02-26 10:19:03 +01:00
  • 44d0e77afb Make all access to RTD table use the bounds checking function Gymnasiast 2021-02-26 10:01:00 +01:00
  • 62f8796677 Replace more flag checking Gymnasiast 2021-02-26 09:51:17 +01:00
  • f118b2ede4 Replace ride_type_has_flag() with retrieving RTD Gymnasiast 2021-02-26 09:49:09 +01:00
  • 03d6771cce Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-02-26 04:05:52 +00:00
  • e000f06442 Remove holdable flag from spinner widget Ted John 2021-02-25 22:30:35 +00:00
  • b1ab20ec27 Replace loose flag checking with helper function Gymnasiast 2021-02-25 22:55:06 +01:00
  • f7650fdfbc Fix CI failure Ted John 2021-02-25 18:47:54 +00:00
  • 6340b1248c Merge pull request #14146 from janisozaur/reduce-includes Michał Janiszewski 2021-02-25 16:51:43 +01:00
  • ac6e4fc0d6 Move SPRITE_INDEX_NULL, MAX_SPRITES to their new homes Michał Janiszewski 2021-02-24 23:34:34 +01:00
  • 67b61478cf Reduce inclusion of EntityList.h Michał Janiszewski 2021-02-23 10:49:41 +01:00
  • 6baff43f52 Reduce inclusion of Sprite.h Michał Janiszewski 2021-02-23 09:30:16 +01:00
  • 24f0407740 Add missing include in Windows. cpp Michał Janiszewski 2021-02-23 00:55:05 +01:00
  • 003e5a0136 Change include guards Michał Janiszewski 2021-02-23 00:30:45 +01:00
  • 8ee49ab615 Reduce inclusion of world/Sprite.h Michał Janiszewski 2021-02-23 00:28:57 +01:00
  • bfdf6874ac Reduce inclusion of Vehicle.h Michał Janiszewski 2021-02-22 22:13:06 +01:00
  • 2733447387 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-02-25 04:05:56 +00:00
  • c7d9eba9db Increment plugin API version Ted John 2021-02-24 22:56:29 +00:00
  • a98d9aaf41 Update changelog Ted John 2021-02-24 22:56:17 +00:00
  • d64bd60278 Fix CI errors Ted John 2021-02-24 22:54:53 +00:00
  • c2183989a5 Allow spinners to be clicked and held Ted John 2021-02-04 00:25:34 +00:00
  • c1b0df5de6 Improve graphics plugin API Ted John 2021-02-02 23:48:46 +00:00
  • 081c1895ce Add box and well APIs Ted John 2021-02-02 18:50:53 +00:00
  • 93f17f1175 Add custom widget logic and network stats API Ted John 2021-01-31 23:23:22 +00:00
  • 82b1a5eb6d Convert CustomWindow into a class Ted John 2021-01-31 14:07:21 +00:00
  • faf7f5706f Merge pull request #14158 from IntelOrca/fix/14149-shortcuts-save Ted John 2021-02-24 22:19:30 +00:00
  • 668ea01548 Update src/openrct2-ui/windows/ShortcutKeys.cpp Ted John 2021-02-24 16:57:19 +00:00
  • d63e3b1d9f Replace RideTypeDescriptors[ride->type] with GetRideTypeDescriptor() Gymnasiast 2021-02-24 14:02:58 +01:00
  • 56399e7188 Use the RTD instead of ride_type_has_flag() Gymnasiast 2021-02-24 13:53:01 +01:00
  • 429f6fb845 Always return an RTD Gymnasiast 2021-02-24 13:28:39 +01:00
  • d2fdf0917b Remove static casts and use union duncanspumpkin 2021-02-24 08:08:59 +00:00
  • 11da10971f Reorg again to reduce casts duncanspumpkin 2021-02-24 08:00:38 +00:00
  • 99e72dde3f Change StringIds to more generic TELK 2021-02-24 16:50:40 +09:00
  • 9da6ba01bb Rename variables duncanspumpkin 2021-02-24 07:50:37 +00:00
  • 9e4553c5b6 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-02-24 04:04:59 +00:00
  • 5ba3fdf452 Fix #14161: ShortcutDesc.bindings does not work Ted John 2021-02-23 22:19:46 +00:00
  • 52dffb83c2 Fix #14160: Game crashs when registering shortcuts Ted John 2021-02-23 22:18:00 +00:00
  • f32fe2b7e4 Fix #14145: Crash in RCT2TrackTypeToOpenRCT2() Michael Steenbeek 2021-02-23 23:15:19 +01:00
  • aa11a1ee96 Fix RCT1 shop import (#14157) Michael Steenbeek 2021-02-23 23:13:26 +01:00
  • aedd93ef33 Add remove button to clear a shortcut Ted John 2021-02-23 21:34:32 +00:00
  • 817edff4bd Fix #14149: Numpad shortcut keys are not loaded correctly Ted John 2021-02-23 20:35:24 +00:00
  • ea5cf16924 Feature: Make ride construction shortcuts work for footpath too TELK 2021-02-23 16:11:53 +09:00
  • 18e86907db Update URLs to HTTPS (#14147) TotalCaesar659 2021-02-23 02:52:43 +03:00
  • 57c950958b Feature: Add option for taking transparent screenshots Cory Sanin 2021-02-22 15:48:51 -06:00
  • 8e414a9d97 Merge pull request #14121 from ZehMatt/refactor/tileinspector Michael Steenbeek 2021-02-22 11:07:46 +01:00
  • 440c0f447f Fix #14140: Some shortcut keys are not working Ted John 2021-02-21 20:44:53 +00:00
  • 48e4a24fee Update naming duncanspumpkin 2021-02-21 18:06:49 +00:00
  • dabeb036a6 Apply review suggestions Matt 2021-02-21 19:13:58 +02:00
  • c9ca066e94 Merge pull request #14024 from ZehMatt/refactor/coords-peep-destination ζeh Matt 2021-02-21 15:33:52 +02:00
  • 0cdbc99984 Merge pull request #13848 from IntelOrca/refactor/shortcut-engine Michael Steenbeek 2021-02-21 14:01:39 +01:00
  • b9173642ba Rework how entity export works to allow for easier changes in future duncanspumpkin 2021-02-21 12:39:52 +00:00
  • b080bfe1d4 Only affect the tile inspector state if the position matches Matt 2021-02-21 14:38:15 +02:00
  • 2b26e423e4 Remove AsGuest and AsStaff duplicated functions Duncan 2021-02-21 12:23:31 +00:00
  • 3f8386e122 Merge pull request #14128 from ZehMatt/refactor/vehicle-veloctiy ζeh Matt 2021-02-21 10:20:36 +02:00
  • 5b42fa0dbb Simplify velocity acceleration Matt 2021-02-20 17:59:18 +02:00
  • d3cae77230 Merge pull request #14129 from ZehMatt/refactor/UpdateSwingingCar ζeh Matt 2021-02-21 09:58:15 +02:00
  • 571bf0dab1 Apply review suggestions Matt 2021-02-20 13:49:50 +02:00
  • 62baee3adb Allow passing of destination tolerance via SetDestination Matt 2021-02-10 21:18:27 +02:00
  • 965041b437 Remove direct access to DirectionX and DirectionY Matt 2021-02-10 20:47:11 +02:00
  • 2bb5bb9988 Add getter and setter for destination in Peep Matt 2021-02-10 19:27:31 +02:00
  • ed4d8b4552 Add getter and setter for location in SpriteBase Matt 2021-02-10 19:23:45 +02:00
  • a2ebec8676 Add multiply and divide to coordinate components Matt 2021-02-09 14:25:46 +02:00
  • a232749b2f Refactor UpdateSwingingCar function Matt 2021-02-20 19:36:46 +02:00
  • 12ffca22a7 Merge Localisation/master into OpenRCT2/develop OpenRCT2 git bot 2021-02-21 04:05:36 +00:00
  • e28c23f10f Fix regression in CreateSocket (#14131) Ted John 2021-02-21 03:58:34 +00:00
  • ed29c0a37b Replace std::printf with Console::* Ted John 2021-02-18 18:05:53 +00:00
  • 2e0841e6f4 Update changelog Ted John 2021-02-18 18:00:15 +00:00
  • e383b6f6f7 Move zoom and rotation to view tab Ted John 2021-02-18 18:00:08 +00:00