OpenRCT2/src/openrct2-ui
Łukasz Pękalski 065da23b3b
Close #12437, refactor: RIDE_MODE_* to strong enums (#12833)
* partial refactor: RIDE_MODE_* to strong enums

* Close #12437, refactor: RIDE_MODE_* to strong enums

* chore: code formatting

* refactor: RideMode, change enum names to CamelCase

and resolve casting order.

* chore: refactor due to code formatting

* Close #12437, refactor: RIDE_MODE_* to strong enums

Resolved comments

* chore: Formatting correction.

* Use EnumsToFlags constexpr

* refactor: resolved comments

added newline at the end of file

* refactor: Change case stack to default in Switch

Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
2020-09-28 14:09:59 +01:00
..
audio Rename rain to weather where appropriate 2020-09-14 21:57:54 +02:00
drawing Add snow as a weather type 2020-09-14 21:58:00 +02:00
input Remove unused declarations 2020-09-16 20:23:34 +03:00
interface Remove Formatter::Common where not required (#12972) 2020-09-27 21:09:08 -03:00
scripting Remove Formatter::Common where not required (#12972) 2020-09-27 21:09:08 -03:00
title Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
windows Close #12437, refactor: RIDE_MODE_* to strong enums (#12833) 2020-09-28 14:09:59 +01:00
CMakeLists.txt Update project build files 2020-09-16 20:18:54 +01:00
CursorData.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
CursorRepository.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
CursorRepository.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
SDLException.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
TextComposition.cpp Explicitly pass formatter arguments to ShowError and family 2020-09-17 22:14:36 +03:00
TextComposition.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Ui.cpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Ui.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
UiContext.Android.cpp Add OpenURL method, with implementation for Linux and Windows 2020-07-26 22:09:29 +02:00
UiContext.Linux.cpp Add OpenURL method, with implementation for Linux and Windows 2020-07-26 22:09:29 +02:00
UiContext.Win32.cpp Include missing headers 2020-08-05 16:29:29 +02:00
UiContext.cpp Don't use empty resolutions (#12980) 2020-09-20 23:13:10 -03:00
UiContext.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
UiContext.macOS.mm Merge pull request #12491 from janisozaur/openurl 2020-08-01 15:42:31 +02:00
WindowManager.cpp Explicitly pass formatter arguments to ShowError and family 2020-09-17 22:14:36 +03:00
WindowManager.h Remove the use of INTERFACE macro and macro its self 2020-08-05 16:30:44 +02:00
libopenrct2ui.vcxproj Rename TitleScenarioSelect to ScenarioSelect (#12822) 2020-08-30 20:22:20 +02:00