From 1235172cc7392325a0f14c2e5d9ab08fadf9fb8c Mon Sep 17 00:00:00 2001 From: KUDr Date: Thu, 30 Nov 2006 16:03:12 +0000 Subject: (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit: - using one engine list instead of 3 - removed engine filters (loco, wagons, helicopters, etc.) - EngineList code isolated from GUI (moved to helpers.cpp - reusing CBlobT code which does exactly what is needed for EngineList) - removed unnecessary "optimization" (rebuild and sort engine list on each WE_PAINT) --- openttd_vs80.vcproj | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'openttd_vs80.vcproj') diff --git a/openttd_vs80.vcproj b/openttd_vs80.vcproj index 78a5e4614..79f8ec3d0 100644 --- a/openttd_vs80.vcproj +++ b/openttd_vs80.vcproj @@ -580,6 +580,26 @@ RelativePath=".\heightmap.c" > + + + + + + + + -- cgit v1.2.3-54-g00ecf