src/build_vehicle_gui.cpp
Mon, 03 Dec 2007 23:39:38 +0000 rubidium (svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565. NewGRF_ports
Sat, 06 Oct 2007 21:16:00 +0000 rubidium (svn r11219) [NewGRF_ports] -Sync: with trunk r11035:11218. NewGRF_ports
Sun, 02 Sep 2007 11:58:58 +0000 rubidium (svn r11037) [NewGRF_ports] -Sync: with trunk r10844:11035. NewGRF_ports
Fri, 03 Aug 2007 18:10:15 +0000 richk (svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765 NewGRF_ports
Sun, 22 Jul 2007 21:24:42 +0000 richk (svn r10653) [NewGRF_ports] -Sync: with trunk r10602-10651 NewGRF_ports
Mon, 16 Jul 2007 21:22:24 +0000 richk (svn r10595) [NewGRF_ports] -Sync: with trunk r10559-10593 NewGRF_ports
Sat, 14 Jul 2007 19:42:58 +0000 richk (svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports
Sat, 02 Jun 2007 19:59:29 +0000 richk (svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026 NewGRF_ports
Mon, 26 Mar 2007 12:28:44 +0000 maedhros (svn r9476) -Codechange: Make build windows for all vehicle types the same width.
Mon, 26 Mar 2007 11:41:14 +0000 maedhros (svn r9475) -Codechange: Allow the purchase details widget to expand dynamically if there's still not enough room for the text.
Mon, 26 Mar 2007 08:55:45 +0000 maedhros (svn r9474) -Fix (r8378): Expand the details widget in the vehicle build windows again to make room for all the text.
Thu, 08 Mar 2007 16:27:54 +0000 rubidium (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
Tue, 06 Mar 2007 22:11:58 +0000 bjarni (svn r9040) -Codechange: the build window and CmdBuildAircraft() now shares the code to figure out if an aircraft is buildable in the hangar in question
Fri, 02 Mar 2007 12:01:24 +0000 celestar (svn r8973) -Feature/Codechange: Changed the internal unit for aircraft velocities to from 8mph to 1km/h (peter1138), also give aircraft realsitic velocities (so that 1km/h is 1km/h independent of vehicle type) (peter1138). Introduce a flag to reduce aircraft speed in holding patterns to some realistic velocity. Use this flag for the city airport for the time being and make use of the different entry points for this airport type.
Fri, 23 Feb 2007 11:50:43 +0000 belugas (svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
Tue, 20 Feb 2007 22:09:21 +0000 peter1138 (svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.
Tue, 20 Feb 2007 06:39:09 +0000 tron (svn r8822) -Fix
Sat, 17 Feb 2007 18:38:35 +0000 bjarni (svn r8787) -Change r8771: allow fast aircraft in small airports
Sat, 17 Feb 2007 16:07:45 +0000 bjarni (svn r8783) -Fix r8771: aircraft vehicle subtype and aircraft engine subtype aren't the same (even though they both tell if it's a plane or helicopter)
Sat, 17 Feb 2007 12:45:15 +0000 bjarni (svn r8771) -Fix r8343: build aircraft windows will no longer show aircraft that can't use the airport in question
Fri, 16 Feb 2007 09:38:43 +0000 tron (svn r8755) -Fix
Thu, 15 Feb 2007 20:58:45 +0000 bjarni (svn r8749) -Regression r8331: fixed signed/unsigned issue that could create too many lines in build vehicle windows and crash the game
Thu, 15 Feb 2007 20:16:33 +0000 tron (svn r8747) -Fix
Thu, 15 Feb 2007 17:51:39 +0000 bjarni (svn r8746) -Regression r8331: build train window could sort incorrectly by EngineID with certain newGRF sets
Sat, 21 Apr 2007 08:23:57 +0000 KUDr (svn r9708) [cpp_gui] -Sync with trunk (r9633:9707) cpp_gui
Mon, 26 Mar 2007 22:15:38 +0000 KUDr (svn r9486) [cpp_gui] -Sync with trunk (r9100:9476) cpp_gui
Sun, 11 Mar 2007 16:31:18 +0000 bjarni (svn r9119) [cpp_gui] -Sync with trunk (r9003:9100) cpp_gui
Sun, 04 Mar 2007 04:25:36 +0000 KUDr (svn r9004) [cpp_gui] -Sync with trunk (r8900..r9003) cpp_gui
Wed, 28 Feb 2007 00:33:40 +0000 bjarni (svn r8938) [cpp_gui] -Sync with trunk (r8772..r8900) cpp_gui
Tue, 27 Feb 2007 13:26:47 +0000 KUDr (svn r8913) [cpp_gui] -Codechange: use BaseWindow accessors instead of accessing window size/position directly cpp_gui
Sun, 18 Feb 2007 14:17:28 +0000 KUDr (svn r8801) [cpp_gui] -Codechange: few changes towards OO GUI: cpp_gui
Sat, 17 Feb 2007 13:01:45 +0000 KUDr (svn r8773) [cpp_gui] -Sync with trunk (r8768..r8772) - needed r8772 cpp_gui
Sat, 17 Feb 2007 11:12:50 +0000 KUDr (svn r8769) [cpp_gui] -Sync with trunk (r8730..r8768) cpp_gui
Tue, 13 Feb 2007 22:09:37 +0000 KUDr (svn r8713) [cpp_gui] -Codechange: SetWindowWidgetDisabledState turned into Window method cpp_gui
Tue, 13 Feb 2007 19:35:55 +0000 bjarni (svn r8711) [cpp_gui] -Codechange: even more funktion->method conversions cpp_gui
Tue, 13 Feb 2007 11:09:58 +0000 bjarni (svn r8702) [cpp_gui] -Codechange: changed the 3 window functions in widget.cpp into Window methods cpp_gui
Tue, 13 Feb 2007 10:27:18 +0000 bjarni (svn r8699) [cpp_gui] -Cleanup: removed the word Window from some Window method names as just being Winddow methods indicates that it's working on a window cpp_gui
Tue, 13 Feb 2007 09:54:37 +0000 bjarni (svn r8696) [cpp_gui] -Codechange: changed GetMenuItemIndex() and ResizeWindow() into Window methods cpp_gui
Sun, 11 Feb 2007 22:57:24 +0000 KUDr (svn r8683) [cpp_gui] -Codechange: first steps towards OO GUI (together with Bjarni) without changes in the logic cpp_gui
Wed, 07 Feb 2007 19:10:19 +0000 bjarni (svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that VEH_Train is 0, VEH_Road is 1 and so on
Tue, 06 Feb 2007 11:11:12 +0000 bjarni (svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace window
Thu, 01 Feb 2007 15:49:12 +0000 rubidium (svn r8511) -Codechange: make WindowClass an enumerated value.
Tue, 30 Jan 2007 21:10:04 +0000 peter1138 (svn r8464) -Revert (r4322): Change back to converting to mph in the GUI code, as 1 mph == 1.6 km/h is too far out for some people.
Tue, 30 Jan 2007 17:19:58 +0000 bjarni (svn r8460) -Fix (r8455): the build train window put locomotives and wagons in appeantly random order
Tue, 30 Jan 2007 11:53:35 +0000 belugas (svn r8455) -Codechange: Give a more meaningful name (railveh_type)to member flags of RailVehInfo, as well as changing the code to reflect the fact that it was not a flag but rather a one value only variable. Doing so, some evaluations have been simplified.
Wed, 24 Jan 2007 14:32:20 +0000 bjarni (svn r8390) -Codechange (r8384): Rewrote ResizeButtons()
Wed, 24 Jan 2007 07:14:09 +0000 tron (svn r8385) -Fix
Wed, 24 Jan 2007 02:36:55 +0000 bjarni (svn r8384) -Codechange: [GUI] instead of writing a resize button function for each window, a global ResizeButtons() is added
Tue, 23 Jan 2007 21:24:26 +0000 bjarni (svn r8381) -Fix (r8377): [build vehicle window] cleaned up the train refitable detection. It had two variables doing the same thing, but not always set to the same (oops)
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