src/build_vehicle_gui.cpp
Tue, 23 Jan 2007 20:55:04 +0000 bjarni (svn r8379) -Cleanup: [build vehicle window] removed overloading with DrawVehiclePurchaseInfo() and renamed them into type specific names
Tue, 23 Jan 2007 20:23:13 +0000 bjarni (svn r8378) -Fix (r8331): [build vehicle window] extended the widget with the details with one line since some newgrf trains needs it
Tue, 23 Jan 2007 20:01:04 +0000 bjarni (svn r8377) -Fix (r8331): [build vehicle window] train cargo capacity now only add "(refitable)" if the engine in question is refitable
Tue, 23 Jan 2007 01:00:56 +0000 bjarni (svn r8364) -Codechange (r8362): added an assert to catch conditions where a request wants to draw more vehicles than the list contains
Mon, 22 Jan 2007 23:23:30 +0000 bjarni (svn r8362) -Codechange: [vehicle build window] moved the engine drawing loop to a function of it's own
Mon, 22 Jan 2007 14:08:14 +0000 bjarni (svn r8343) -Cleanup: [build vehicle windows] added a few comments and removed two switch-cases, that we can do without
Mon, 22 Jan 2007 02:59:50 +0000 belugas (svn r8339) -Fix(r8331): MSVC seems to be a little more strict (or less intelligent) then other compilers when it comes to operator precedence.
Mon, 22 Jan 2007 02:09:51 +0000 bjarni (svn r8338) -Codechange: merged road vehicle build window into the other ones
Mon, 22 Jan 2007 01:35:53 +0000 bjarni (svn r8337) -Cleanup: removed some more switch-cases in build_vehicle_gui.cpp and added arrays + VehTypeToIndex() instead
Mon, 22 Jan 2007 01:13:10 +0000 bjarni (svn r8336) -Codechange: added function to translate vehicle types to 0,1,2... for use for index to arrays
Mon, 22 Jan 2007 00:26:46 +0000 bjarni (svn r8335) -Feature: the build ship window is now also resizable horizontally and contains sorting options
Sun, 21 Jan 2007 23:24:25 +0000 bjarni (svn r8334) -Fix (r8331): build window buttons now both resize as intended
Sun, 21 Jan 2007 23:13:46 +0000 bjarni (svn r8333) -Codechange: when invalidating a build window list, set a flag instead of rebuilding the list and then rebuild it the next time it's redrawn
Sun, 21 Jan 2007 22:57:52 +0000 bjarni (svn r8332) -Codechange: moved DrawAircraftImage() and CcBuildAircraft() from build_vehicle_gui.cpp to aircraft_gui.cpp
Sun, 21 Jan 2007 22:50:43 +0000 bjarni (svn r8331) -Feature: the train and aircraft build windows are now resizable in horizontal direction as well
Sun, 14 Jan 2007 19:57:49 +0000 peter1138 (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
Mon, 15 Jan 2007 20:14:06 +0000 celestar (svn r8149) [cbh] - Sync with -r8038:8038 from trunk (the cpp merge) custombridgeheads
Thu, 11 Jan 2007 13:41:16 +0000 celestar (svn r8060) [cbh] - Renamed all .c files to .cpp to get the cpp conversion merged custombridgeheads