src/autoreplace_gui.cpp
Tue, 30 Sep 2008 20:51:04 +0000 rubidium (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
Tue, 30 Sep 2008 20:39:50 +0000 rubidium (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
Sun, 24 Aug 2008 21:31:24 +0000 peter1138 (svn r14157) -Codechange: Add and use string properties for rail types instead of relying on consecutive string IDs.
Sun, 10 Aug 2008 15:02:21 +0000 frosch (svn r14037) -Fix (r8610): The autoreplace gui showed vehicle types for replacement which CmdSetAutoReplace() did not accept.
Thu, 31 Jul 2008 02:36:01 +0000 belugas (svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, build_vehicle, cheat, depot and dock guis.
Sun, 27 Jul 2008 15:17:16 +0000 frosch (svn r13850) -Fix [FS#2146]: Fix resp. implement refitting of articulated vehicles during autoreplace.
Sat, 26 Jul 2008 17:55:49 +0000 frosch (svn r13840) -Fix: Some glitches in the autoreplace GUI.
Tue, 22 Jul 2008 16:13:42 +0000 peter1138 (svn r13784) -Codechange: Truncate vehicle names in purchase list to width of window.
Sun, 20 Jul 2008 21:21:51 +0000 peter1138 (svn r13760) -Codechange: With multiple NewGRF engine sets, engine IDs may not be allocated in the order expected by GRF authors, so sort by 'list position' instead of engine ID for all vehicle types.
Wed, 28 May 2008 17:29:27 +0000 peter1138 (svn r13314) -Codechange: Switch EngineList from std::vector to GUIList
Wed, 28 May 2008 17:08:45 +0000 peter1138 (svn r13313) -Fix-ish (r13306): List was copied in another place the autoreplace gui...
Wed, 28 May 2008 10:29:48 +0000 peter1138 (svn r13306) -Fix (r8362): Pass engine list by pointer instead of making a copy of it.
Tue, 27 May 2008 12:24:23 +0000 peter1138 (svn r13287) -Codechange: move engine list gui code away from engine.cpp (and its headers) to engine_gui.cpp
Mon, 19 May 2008 09:48:47 +0000 rubidium (svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Sat, 17 May 2008 13:01:30 +0000 rubidium (svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp.
Sat, 17 May 2008 12:48:06 +0000 rubidium (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
Tue, 13 May 2008 21:16:23 +0000 rubidium (svn r13076) -Fix [FS#2012]: the wrong autoreplace window would be shown if the vehicle isn't a train.
Tue, 13 May 2008 14:43:33 +0000 rubidium (svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore.
Sun, 11 May 2008 11:41:18 +0000 rubidium (svn r13041) -Fix: calling a virtual function on a not fully constructed object is bound to cause errors.
Sat, 10 May 2008 23:44:15 +0000 rubidium (svn r13037) -Codechange: make a class of the ReplaceVehicle window.
Sat, 10 May 2008 22:43:33 +0000 rubidium (svn r13035) -Codechange: remove two needless global-ish variables.
Thu, 08 May 2008 20:05:32 +0000 glx (svn r13019) -Fix [FS#1997]: silence some more MSVC x64 warnings (michi_cc)
Thu, 08 May 2008 11:50:34 +0000 rubidium (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
Wed, 07 May 2008 18:31:29 +0000 smatz (svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ wrapper for CBlobT
Tue, 06 May 2008 22:08:18 +0000 rubidium (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Tue, 29 Apr 2008 21:31:29 +0000 peter1138 (svn r12924) -Feature: Introducing the so called 'engine pool' which primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
Tue, 29 Apr 2008 07:11:54 +0000 peter1138 (svn r12917) -Codechange: standardise variable names called with FOR_ALL_ENGINEIDS_OF_TYPE
Tue, 22 Apr 2008 23:16:36 +0000 bjarni (svn r12843) -Feature [FS#1945]: The autoreplace window is now resizable in both directions
Tue, 22 Apr 2008 14:40:09 +0000 belugas (svn r12837) -Codechange: Alignment of widget array
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