Feature: Filter engine build menu by name and NewGRF extra text (#10519)

This commit is contained in:
Tyler Trahan
2023-05-01 13:02:16 -04:00
committed by GitHub
parent 908be59699
commit aa8830f57a
2 changed files with 107 additions and 15 deletions

View File

@@ -16,6 +16,7 @@ enum BuildVehicleWidgets {
WID_BV_SORT_ASCENDING_DESCENDING, ///< Sort direction.
WID_BV_SORT_DROPDOWN, ///< Criteria of sorting dropdown.
WID_BV_CARGO_FILTER_DROPDOWN, ///< Cargo filter dropdown.
WID_BV_FILTER, ///< Filter by name.
WID_BV_SHOW_HIDDEN_ENGINES, ///< Toggle whether to display the hidden vehicles.
WID_BV_LIST, ///< List of vehicles.
WID_BV_SCROLLBAR, ///< Scrollbar of list.