src/autoreplace_gui.cpp
Mon, 31 Mar 2008 00:17:39 +0000 rubidium (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h.
Fri, 28 Mar 2008 16:34:50 +0000 rubidium (svn r12469) -Codechange: split type related stuff from group.h (and openttd.h) to group_type.h.
Mon, 04 Feb 2008 11:28:12 +0000 peter1138 (svn r12054) -Cleanup: Use VehicleType instead of byte for vehicle types...
Sat, 26 Jan 2008 21:02:35 +0000 peter1138 (svn r11989) -Fix: Resize autoreplace window to fit purchase information text if it is too large.
Fri, 18 Jan 2008 18:18:39 +0000 peter1138 (svn r11918) -Codechange: Draw engine lists at widget positions instead of fixed pixel positions
Thu, 17 Jan 2008 21:57:20 +0000 peter1138 (svn r11912) -Codechange: use dropdown widget for autoreplace, station builder and (second?) vehicle list windows
Thu, 17 Jan 2008 21:44:52 +0000 peter1138 (svn r11911) -Codechange: use enum for autoreplace window widgets
Thu, 17 Jan 2008 17:35:59 +0000 frosch (svn r11899) -Cleanup: Remove ShowReplaceVehicleWindow() as it is basically a duplicate of ShowReplaceGroupVehicleWindow().
Mon, 14 Jan 2008 16:10:58 +0000 peter1138 (svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed.
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Sat, 12 Jan 2008 14:10:35 +0000 rubidium (svn r11818) -Codechange: split player.h into smaller pieces.
Wed, 09 Jan 2008 09:45:45 +0000 rubidium (svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
Mon, 07 Jan 2008 09:19:53 +0000 rubidium (svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location.
Tue, 01 Jan 2008 17:01:06 +0000 peter1138 (svn r11737) -Fix: Reinstate NewGRF-specified engine list order in autoreplace window.
Thu, 27 Dec 2007 13:35:39 +0000 rubidium (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
Fri, 21 Dec 2007 21:50:46 +0000 rubidium (svn r11677) -Codechange: move price and command related types/functions to their respective places.
Fri, 21 Dec 2007 19:49:27 +0000 rubidium (svn r11675) -Codechange: split the string types from the string functions.
Wed, 19 Dec 2007 19:44:29 +0000 rubidium (svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
Tue, 18 Dec 2007 20:58:12 +0000 rubidium (svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places.
Sun, 16 Dec 2007 10:54:08 +0000 rubidium (svn r11643) -Codechange: conform with the coding style for the WP macro uses.
Sun, 02 Dec 2007 14:29:48 +0000 rubidium (svn r11555) -Codechange: use the new members introduced in r11551.
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
Sun, 04 Nov 2007 00:08:57 +0000 belugas (svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
Mon, 27 Aug 2007 21:33:26 +0000 rubidium (svn r10992) -Fix [FS#1132]: huge amount of vehicles in the "ungrouped" group. Patch by frosch.
Fri, 27 Jul 2007 12:49:04 +0000 rubidium (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
Mon, 16 Jul 2007 09:16:58 +0000 rubidium (svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
Sat, 14 Jul 2007 23:10:27 +0000 rubidium (svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matthias Wolf.
Wed, 27 Jun 2007 20:40:20 +0000 peter1138 (svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take account of vehicle group (Matthias Wolf)
Mon, 25 Jun 2007 14:46:32 +0000 peter1138 (svn r10324) -Codechange: reference engine names by index
Fri, 25 May 2007 11:01:44 +0000 rubidium (svn r9919) -Codechange: prepare some more places for more road types.
Sat, 19 May 2007 09:40:18 +0000 rubidium (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
Fri, 18 May 2007 17:31:41 +0000 rubidium (svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness.
Fri, 30 Mar 2007 21:58:38 +0000 glx (svn r9528) -Fix r8610: don't try to modify non-existent widgets (many thanks to Bruce Perence, the libefence developer)
Mon, 10 Mar 2008 15:26:39 +0000 richk (svn r12351) [NewGRF_ports] -Sync: with trunk r12051:12350. NewGRF_ports
Sun, 03 Feb 2008 20:34:26 +0000 rubidium (svn r12053) [NewGRF_ports] -Sync: with trunk r11949:12050. NewGRF_ports
Tue, 22 Jan 2008 21:00:30 +0000 rubidium (svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949. NewGRF_ports
Mon, 03 Dec 2007 23:39:38 +0000 rubidium (svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565. 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
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
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).
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Fri, 23 Feb 2007 01:48:53 +0000 belugas (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
Sun, 15 Apr 2007 17:04:44 +0000 KUDr (svn r9639) [cpp_gui] -Sync with trunk (r9476:9633) cpp_gui
Sun, 11 Mar 2007 16:31:18 +0000 bjarni (svn r9119) [cpp_gui] -Sync with trunk (r9003:9100) cpp_gui
Wed, 28 Feb 2007 00:33:40 +0000 bjarni (svn r8938) [cpp_gui] -Sync with trunk (r8772..r8900) cpp_gui
Sun, 18 Feb 2007 14:17:28 +0000 KUDr (svn r8801) [cpp_gui] -Codechange: few changes towards OO GUI: 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 11:09:58 +0000 bjarni (svn r8702) [cpp_gui] -Codechange: changed the 3 window functions in widget.cpp 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 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 07:14:09 +0000 tron (svn r8385) -Fix
Tue, 23 Jan 2007 13:26:12 +0000 bjarni (svn r8371) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a file of it's own
Tue, 23 Jan 2007 00:04:17 +0000 bjarni (svn r8363) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a file of it's own