Mon, 22 Jan 2007 16:48:36 +0000(svn r8353) -Cleanup: added IsPlayerBuildableVehicleType() to autoreplace code (duplicated code removal)
bjarni [Mon, 22 Jan 2007 16:48:36 +0000] rev 6045
(svn r8353) -Cleanup: added IsPlayerBuildableVehicleType() to autoreplace code (duplicated code removal)

Mon, 22 Jan 2007 16:26:45 +0000(svn r8350) -Codechange: [Graphs] Use DrawStringCentered instead of a hardcoded offset to make the string appear centred.
maedhros [Mon, 22 Jan 2007 16:26:45 +0000] rev 6044
(svn r8350) -Codechange: [Graphs] Use DrawStringCentered instead of a hardcoded offset to make the string appear centred.

Mon, 22 Jan 2007 16:16:52 +0000(svn r8349) -Codechange: replaced CMD_REFIT_VEH() and similar defines with real static inline functions
bjarni [Mon, 22 Jan 2007 16:16:52 +0000] rev 6043
(svn r8349) -Codechange: replaced CMD_REFIT_VEH() and similar defines with real static inline functions

Mon, 22 Jan 2007 15:46:57 +0000(svn r8347) -Codechange: [Graphs] Make some more variables local to the loops they're used in, and remove some assumptions about the size of an array.
maedhros [Mon, 22 Jan 2007 15:46:57 +0000] rev 6042
(svn r8347) -Codechange: [Graphs] Make some more variables local to the loops they're used in, and remove some assumptions about the size of an array.

Mon, 22 Jan 2007 14:08:14 +0000(svn r8343) -Cleanup: [build vehicle windows] added a few comments and removed two switch-cases, that we can do without
bjarni [Mon, 22 Jan 2007 14:08:14 +0000] rev 6041
(svn r8343) -Cleanup: [build vehicle windows] added a few comments and removed two switch-cases, that we can do without

Mon, 22 Jan 2007 10:27:14 +0000(svn r8341) -Codechange (r8336): added assert to VehTypeToIndex() to ensure valid vehicle types in the argument
bjarni [Mon, 22 Jan 2007 10:27:14 +0000] rev 6040
(svn r8341) -Codechange (r8336): added assert to VehTypeToIndex() to ensure valid vehicle types in the argument

Mon, 22 Jan 2007 08:38:18 +0000(svn r8340) -Cleanup (r8338): removed now unused header includes from roadveh_gui.cpp
bjarni [Mon, 22 Jan 2007 08:38:18 +0000] rev 6039
(svn r8340) -Cleanup (r8338): removed now unused header includes from roadveh_gui.cpp

Mon, 22 Jan 2007 02:59:50 +0000(svn r8339) -Fix(r8331): MSVC seems to be a little more strict (or less intelligent) then other compilers when it comes to operator precedence.
belugas [Mon, 22 Jan 2007 02:59:50 +0000] rev 6038
(svn r8339) -Fix(r8331): MSVC seems to be a little more strict (or less intelligent) then other compilers when it comes to operator precedence.
A copy of code from train_gui.cpp to build_vehicle_gui.cpp was not exactly the same.
The earlier version did not require parenthesis to specify correct operator precedence.

Mon, 22 Jan 2007 02:09:51 +0000(svn r8338) -Codechange: merged road vehicle build window into the other ones
bjarni [Mon, 22 Jan 2007 02:09:51 +0000] rev 6037
(svn r8338) -Codechange: merged road vehicle build window into the other ones
Note: now all build vehicle windows are merged into build_vehicle_gui.cpp

Mon, 22 Jan 2007 01:35:53 +0000(svn r8337) -Cleanup: removed some more switch-cases in build_vehicle_gui.cpp and added arrays + VehTypeToIndex() instead
bjarni [Mon, 22 Jan 2007 01:35:53 +0000] rev 6036
(svn r8337) -Cleanup: removed some more switch-cases in build_vehicle_gui.cpp and added arrays + VehTypeToIndex() instead