src/vehicle_gui.h
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.
Wed, 24 Sep 2008 16:40:06 +0000 smatz (svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/modified while the timetable window is open
Sat, 13 Sep 2008 10:04:36 +0000 rubidium (svn r14306) -Codechange: unify the code to draw the vehicle list.
Fri, 12 Sep 2008 21:20:12 +0000 rubidium (svn r14301) -Codechange: give the vehicle list and group list the same relative size and the same absolute height for the vehicle list items.
Thu, 21 Aug 2008 01:42:21 +0000 belugas (svn r14118) -Fix(r14104): typos creeping like bugs
Wed, 20 Aug 2008 01:29:05 +0000 belugas (svn r14104) -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders.
Thu, 19 Jun 2008 19:58:30 +0000 skidd13 (svn r13587) -Codechange: make some globals members of VehicleListBase since they are used as such
Sun, 18 May 2008 16:51:44 +0000 rubidium (svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+InvalidateWindowXXX with InvalidateWindowXXXData.
Sat, 17 May 2008 20:54:18 +0000 rubidium (svn r13146) -Codechange: vehicle_base.h doesn't need to be included in vehicle_gui.h.
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.
Sun, 11 May 2008 15:00:11 +0000 rubidium (svn r13046) -Codechange: make classes of the VehicleListWindow and the VehicleGroupWindow.
Sun, 11 May 2008 14:23:45 +0000 rubidium (svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform.
Sat, 10 May 2008 23:44:15 +0000 rubidium (svn r13037) -Codechange: make a class of the ReplaceVehicle window.
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.
Sun, 27 Apr 2008 18:05:48 +0000 bjarni (svn r12912) -Codechange: overloaded ChangeVehicleViewWindow() so each argument can be either a Vehicle pointer or a VehicleID
Thu, 24 Apr 2008 09:55:20 +0000 smatz (svn r12862) -Codechange: reduce code duplication for VehicleType -> WindowClass lookup
Fri, 28 Mar 2008 18:00:38 +0000 rubidium (svn r12476) -Codechange: split type engine related types from engine.h (and openttd.h) to engine_type.h.
Fri, 28 Mar 2008 16:38:18 +0000 rubidium (svn r12472) -Codechange: remove unneeded declaration of ViewPort and DrawPixelInfo.
Fri, 28 Mar 2008 16:36:32 +0000 rubidium (svn r12470) -Codechange: split order related types from order.h (and openttd.h) to order_type.h.
Fri, 28 Mar 2008 16:33:28 +0000 rubidium (svn r12468) -Codechange: move some type related stuff from station.h (and openttd.h) to station_type.h.
Fri, 18 Jan 2008 13:02:47 +0000 smatz (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants
Mon, 07 Jan 2008 09:19:53 +0000 rubidium (svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location.
Thu, 27 Dec 2007 13:35:39 +0000 rubidium (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
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.
Wed, 29 Aug 2007 20:50:58 +0000 rubidium (svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.
Mon, 11 Jun 2007 14:00:16 +0000 maedhros (svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
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.
Wed, 04 Apr 2007 04:08:47 +0000 belugas (svn r9559) -Documentation: doxygen and comment changes: 'U' and 'V' now. Almost done. Yeah. I know, I've already said that...
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.
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()
Sat, 10 Feb 2007 13:37:32 +0000 bjarni (svn r8661) -Fix: [depot windows] Enlarge the blocks in the depot window if a sprite is too big to fit (ships and aircraft only)
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 13:10:43 +0000 bjarni (svn r8370) -Revert (r8363): the autoreplace GUI move cleared the file history
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
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 00:26:46 +0000 bjarni (svn r8335) -Feature: the build ship window is now also resizable horizontally and contains sorting options
Sun, 21 Jan 2007 22:50:43 +0000 bjarni (svn r8331) -Feature: the train and aircraft build windows are now resizable in horizontal direction as well
Sun, 21 Jan 2007 00:01:47 +0000 bjarni (svn r8293) -Codechange: overloaded ShowVehicleListWindow() so it can open all types of vehicle lists (depending on arguments)
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: