From bf0652d3fce57024fe56f75d43898a261fea7570 Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 6 Sep 2004 18:15:13 +0000 Subject: (svn r165) -Feature: Option to sort vehicles in vehicle-list window by different criteria. Total independent sort for all types and players. Periodic resort of list every 10 TTD days. Thank you for your graphical inspiration follow and buxo (since none of you provided any code). -Fix: Sorter icon pointing down 'v' sorts in every window lowest value first, '^' highest value first -CodeChange: move Dropdownlist from settings_gui.c to widget.c. More in place there. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 084ff4ee2..6f9aa191f 100644 --- a/Makefile +++ b/Makefile @@ -446,7 +446,7 @@ ttd_SOURCES = \ smallmap_gui.c sound.c spritecache.c station_cmd.c station_gui.c \ strings.c subsidy_gui.c terraform_gui.c texteff.c town_cmd.c \ town_gui.c train_cmd.c train_gui.c tree_cmd.c ttd.c tunnelbridge_cmd.c \ - unmovable_cmd.c vehicle.c viewport.c water_cmd.c widget.c window.c \ + unmovable_cmd.c vehicle.c vehicle_gui.c viewport.c water_cmd.c widget.c window.c \ ifdef WITH_SDL ttd_SOURCES += sdl.c -- cgit v1.2.3-54-g00ecf