build_vehicle_gui.c
Thu, 07 Dec 2006 14:03:55 +0000 Darkvater (svn r7418) -Codechange/Feature: Put back the 'New Vehicles' button in the vehicle list window. As
Thu, 07 Dec 2006 13:00:41 +0000 Darkvater (svn r7415) -Codechange: Don't use typedef enum for simple widget enumerators when we will never use
Sun, 03 Dec 2006 15:48:21 +0000 peter1138 (svn r7330) -Fix (r7304): Data invalidation doesn't always happen as the local
Fri, 01 Dec 2006 00:28:15 +0000 Darkvater (svn r7316) -Codechange: Make train-build-gui and aircraft-build-gui (unified) look more alike.
Fri, 01 Dec 2006 00:26:42 +0000 Darkvater (svn r7315) -Fix: Have the first engine in the list be selected once again when the window is opened
Fri, 01 Dec 2006 00:14:10 +0000 Darkvater (svn r7314) -Cleanup: const, whitespace, coding style and variable usage.
Fri, 01 Dec 2006 00:09:13 +0000 Darkvater (svn r7313) -Codechange: Calling invalidate data on a window will surely warrant a redraw, so call
Thu, 30 Nov 2006 21:33:09 +0000 KUDr (svn r7308) -Codechange: call GenerateBuildList() only when needed instead of on each redraw (peter1138)
Thu, 30 Nov 2006 19:37:16 +0000 KUDr (svn r7306) -Codechange: constness (Darkvater)
Thu, 30 Nov 2006 18:47:57 +0000 peter1138 (svn r7305) -Codestyle: Indentation fixes
Thu, 30 Nov 2006 16:03:12 +0000 KUDr (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
Fri, 10 Nov 2006 19:24:14 +0000 Darkvater (svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc positioning WDP_AUTO = -1)
Mon, 23 Oct 2006 21:39:15 +0000 peter1138 (svn r6912) - Feature: Show a list of cargo types that a vehicle is refittable to in the purchase information window. (mart3p)
Mon, 23 Oct 2006 21:25:30 +0000 peter1138 (svn r6911) - Codechange: Add extra space to all purchase windows (and the replace window) to allow room for more text. (mart3p)
Mon, 23 Oct 2006 18:45:43 +0000 peter1138 (svn r6910) - Codechange: Supply width of area when drawing purchase info instead of using hardcoded values. (mart3p)
Sat, 21 Oct 2006 23:31:34 +0000 Darkvater (svn r6884) -Codechange: Add strict bounds checking in string formatting system.
Fri, 20 Oct 2006 11:53:29 +0000 peter1138 (svn r6855) - Codechange: When displaying a "quantity of cargo" string, use the {CARGO} command and supply the cargo type and quantity, instead of manually looking up the cargo type's string.
Tue, 10 Oct 2006 20:11:48 +0000 bjarni (svn r6729) -Fix r6707: [build aircraft window] solved a crash when using a grf set with a buildable helicopter with a lower EngineID than the first buildable plane
Tue, 10 Oct 2006 15:46:03 +0000 bjarni (svn r6726) -Codechange: [vehicle build window] cleaned up the name sorter (mainly by peter1138)
Tue, 10 Oct 2006 15:02:38 +0000 bjarni (svn r6722) -Codechange: [aircraft build window] moved aircraft build window to a file of it's own