OpenTTD/src/widgets
Patric Stout 05612d60ae Remove: "language" field from server/client
The original idea was that people could find a server they could
talk in their native language on. This isn't really used in that
way. There are several reasons for removing this:

- the client also sends his "language" to the server, but nothing
  is doing anything with this.
- flags are a bad way to represent languages, and over the years
  we had several (rightfully) complaints about this.
- most servers have their language set to "All", and prefix the
  servername with the language it is about. This is a much more
  efficient way to do the same.

All in all, this feature should go back to the drawing board.
Maybe it could work in another form, but this form is not it.
2021-04-20 17:24:38 +02:00
..
ai_widget.h
airport_widget.h
autoreplace_widget.h
bootstrap_widget.h Fix: if bootstrap failed, it could end with an empty screen instead of error 2021-03-14 11:04:14 +01:00
bridge_widget.h
build_vehicle_widget.h
cheat_widget.h Change: remove warning in cheat window and reduce it to a note (#8538) 2021-01-09 15:14:59 +01:00
CMakeLists.txt Codechange: Move volume control slider logic to separate functions 2021-04-09 12:18:52 +02:00
company_widget.h Change: move "give money" from client-list to company window 2021-01-05 21:56:24 +01:00
console_widget.h
date_widget.h
depot_widget.h
dock_widget.h
dropdown_func.h
dropdown_type.h Codechange: remove special strings for language and resolutions (#8824) 2021-03-09 10:58:33 +01:00
dropdown_widget.h
dropdown.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
engine_widget.h
error_widget.h
fios_widget.h
framerate_widget.h
genworld_widget.h Add: allow setting the highest mountain for heightmaps 2021-03-26 12:22:32 +01:00
goal_widget.h Add: Buttons to open global goals from company goals and vice versa 2021-03-08 18:18:47 +00:00
graph_widget.h
group_widget.h
highscore_widget.h
industry_widget.h Feature: Remove all industries button in scenario editor (#8550) 2021-02-10 16:35:50 +01:00
intro_widget.h
link_graph_legend_widget.h
main_widget.h
misc_widget.h Add: a go-to-location button to the LandInfo window. 2021-01-11 22:15:58 +01:00
music_widget.h
network_chat_widget.h
network_content_widget.h
network_widget.h Remove: "language" field from server/client 2021-04-20 17:24:38 +02:00
newgrf_debug_widget.h
newgrf_widget.h
news_widget.h
object_widget.h Feature: Object class selection string filtering (#8603) 2021-02-19 10:26:54 +01:00
order_widget.h
osk_widget.h
rail_widget.h Feature: allow filtering on name in rail station window (#8706) 2021-03-13 10:00:36 +01:00
road_widget.h
screenshot_widget.h
settings_widget.h Feature: allow a toggle to enable/disable vsync 2021-04-11 14:26:00 +02:00
sign_widget.h Add: another go-to-location button to the sign window. 2021-01-11 22:15:58 +01:00
slider_func.h Codechange: Move volume control slider logic to separate functions 2021-04-09 12:18:52 +02:00
slider.cpp Codechange: Move volume control slider logic to separate functions 2021-04-09 12:18:52 +02:00
smallmap_widget.h
station_widget.h
statusbar_widget.h
story_widget.h
subsidy_widget.h
terraform_widget.h
timetable_widget.h
toolbar_widget.h
town_widget.h
transparency_widget.h
tree_widget.h Feature: Plant clumps of trees in editor by dragging on the landscape 2020-12-27 01:03:27 +01:00
vehicle_widget.h Change: Relocate vehicle rename and location buttons. 2021-01-11 22:15:58 +01:00
viewport_widget.h
waypoint_widget.h