bjarni [Sun, 21 Jan 2007 23:24:25 +0000] rev 6033
(svn r8334) -Fix (r8331): build window buttons now both resize as intended
bjarni [Sun, 21 Jan 2007 23:13:46 +0000] rev 6032
(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
This should save CPU time in the (maybe unlikely) event that the list is invalidated more than once between two redraws
bjarni [Sun, 21 Jan 2007 22:57:52 +0000] rev 6031
(svn r8332) -Codechange: moved DrawAircraftImage() and CcBuildAircraft() from build_vehicle_gui.cpp to aircraft_gui.cpp
bjarni [Sun, 21 Jan 2007 22:50:43 +0000] rev 6030
(svn r8331) -Feature: the train and aircraft build windows are now resizable in horizontal direction as well
-Codechange: merged train and aircraft build window code
maedhros [Sun, 21 Jan 2007 20:54:29 +0000] rev 6029
(svn r8330) -Codechange: Remove num_x and num_dataset from DrawGraph.
maedhros [Sun, 21 Jan 2007 20:34:28 +0000] rev 6028
(svn r8329) -Codechange: Remove the the horribly abused j and k variables completely, and make i local to each loop it's used in.
maedhros [Sun, 21 Jan 2007 20:14:35 +0000] rev 6027
(svn r8328) -Codechange: Remove some magic numbers in the graph drawing code.
bjarni [Sun, 21 Jan 2007 20:08:00 +0000] rev 6026
(svn r8327) -Codechange: though overloading, IsPlayerBuildableVehicleType() now works with the type given as a byte as well as a vehicle pointer
truelight [Sun, 21 Jan 2007 19:40:38 +0000] rev 6025
(svn r8326) -Fix r8304: forgot to update projects/generate to keep in mind the new WINCE tag in sources.list
-Fix: MSVC doesn't order files itself, so put win32.cpp in the right place ourself
-Update: update the MSVC projects files for r8324 (MiHaMiX)
miham [Sun, 21 Jan 2007 19:31:29 +0000] rev 6024
(svn r8324) [Translations] -Change: Declared simplified_chinese as officially available language (number of missing strings is far less than 100)