log src/vehicle_gui.cpp @ 12484:4cdaa2d25b01 draft

age author description
Wed, 22 Jul 2009 22:44:56 +0000 rubidium (svn r16921) -Codechange: make it more clear what strings are related to road vehicles; only ROAD isn't always enough. Also unify the way of writing it. draft
Wed, 22 Jul 2009 20:17:07 +0000 rubidium (svn r16920) -Codechange: shuffle some strings around to simplify looking up vehicle type specific strings for a specific message draft
Wed, 22 Jul 2009 19:12:20 +0000 rubidium (svn r16919) -Codechange: unify some more StringID w.r.t. their naming draft
Wed, 22 Jul 2009 11:35:35 +0000 rubidium (svn r16914) -Codechange: split Station and BaseStation into different files draft
Wed, 22 Jul 2009 10:18:19 +0000 rubidium (svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h draft
Wed, 22 Jul 2009 08:59:57 +0000 rubidium (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. draft
Tue, 21 Jul 2009 17:14:05 +0000 rubidium (svn r16901) -Fix [FS#3046] (rpbs): when marking trains stuck don't reset the unload counter/stuck when the vehicle is unloading. It'll be automatically reset once the vehicle wants to leave the station draft
Tue, 21 Jul 2009 16:30:01 +0000 rubidium (svn r16900) -Codechange: prepare the waypoint window for buoys draft
Mon, 20 Jul 2009 11:21:57 +0000 rubidium (svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically draft
Mon, 20 Jul 2009 11:12:59 +0000 rubidium (svn r16885) -Codechange: reduce (string) duplication with vehicle lists draft
Sun, 19 Jul 2009 16:57:04 +0000 rubidium (svn r16881) -Codechange: fix some naming inconsistencies w.r.t. strings used in the vehicle list GUIs. draft
Thu, 16 Jul 2009 19:00:13 +0000 smatz (svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get() draft
Thu, 16 Jul 2009 16:22:23 +0000 alberth (svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field. draft
Mon, 13 Jul 2009 19:30:37 +0000 frosch (svn r16817) -Codechange: Scroll depots horizontally in pixels instead of 1/8 vehicle length. draft
Mon, 13 Jul 2009 16:37:27 +0000 smatz (svn r16814) -Codechange: make IsNormalAircraft() member of Aircraft draft
Sun, 12 Jul 2009 16:00:11 +0000 frosch (svn r16799) -Codechange: When drawing articulated road vehicles in the vehicle details window, draw as many parts as the window fits instead of always up to a vehicle length of 80/8. draft
Fri, 10 Jul 2009 18:30:02 +0000 rubidium (svn r16785) -Codechange: make ships going to buoys use OT_GOTO_WAYPOINT too draft
Wed, 08 Jul 2009 22:11:55 +0000 rubidium (svn r16772) -Fix [FS#3019]: don't use the same error message for turning around road vehicles and flipping parts of trains in the depot draft
Tue, 07 Jul 2009 09:19:27 +0000 rubidium (svn r16757) -Fix [FS#3018]: in the refit window the "Select cargo type to carry" line always showed the ship refit tooltip draft
Thu, 02 Jul 2009 09:06:15 +0000 rubidium (svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart functions draft
Thu, 02 Jul 2009 08:59:27 +0000 rubidium (svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedPart member of RoadVehicle. draft
Wed, 01 Jul 2009 23:57:20 +0000 smatz (svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainWagon(), IsMultiheaded(), EngineHasArticPart() and IsRearDualheaded() members of Train draft
Sat, 27 Jun 2009 21:06:58 +0000 frosch (svn r16678) -Codechange: Turn CargoArray into a class, so one does not have to deal with sizeof() wrt. typedef-ed arrays. draft
Sat, 27 Jun 2009 18:26:50 +0000 frosch (svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instances to more meaningful names. draft
Wed, 24 Jun 2009 21:33:11 +0000 yexo (svn r16647) -Codechange: remove newgrf.h include from newgrf_engine.h to prevent unnecessary inclusion newgrf.h anyway draft
Wed, 24 Jun 2009 19:26:41 +0000 smatz (svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile() draft
Wed, 24 Jun 2009 17:39:54 +0000 smatz (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() draft
Sat, 06 Jun 2009 16:54:22 +0000 smatz (svn r16527) -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check draft
Mon, 01 Jun 2009 08:35:35 +0000 frosch (svn r16490) -Fix: Do not draw train details over the scrollbar. draft
Sun, 31 May 2009 14:04:19 +0000 frosch (svn r16483) -Codechange: Enumerate tabs in train details window. draft
Tue, 26 May 2009 21:59:49 +0000 yexo (svn r16439) -Change: Make the default vehicle servicing settings company-based settings, so in a multiplayer game everyone can change them. draft
Tue, 26 May 2009 15:46:24 +0000 rubidium (svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be reached like break after returns or break after functions that never return (i.e. NOT_REACHED) draft
Sun, 24 May 2009 21:09:00 +0000 rubidium (svn r16422) -Codechange: use const_cast for removing const and warn when const is (accidentally?) removed using C-style casts. draft
Sun, 24 May 2009 20:29:04 +0000 rubidium (svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it. draft
Sat, 23 May 2009 09:10:56 +0000 rubidium (svn r16394) -Codechange: move (NewGRF) cache variables into a separate struct so (some vehicle related) NewGRF cache 'desyncs' can be tested easier. draft
Fri, 22 May 2009 22:55:41 +0000 rubidium (svn r16393) -Codechange: move VehicleRail to Train. draft
Fri, 22 May 2009 22:33:05 +0000 rubidium (svn r16392) -Codechange: move some variables (the ones that aren't caches) from VehicleRail to Train draft
Fri, 22 May 2009 22:22:46 +0000 rubidium (svn r16391) -Codechange: use Train instead of Vehicle where appropriate. draft
Fri, 22 May 2009 20:22:20 +0000 rubidium (svn r16390) -Codechange: move u.road to RoadVehicle. draft
Fri, 22 May 2009 19:47:26 +0000 frosch (svn r16386) -Codechange: Move ShowAdditionalText() to build_vehicle_gui and make it static. draft
Sun, 17 May 2009 01:00:56 +0000 smatz (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index) draft
Sat, 16 May 2009 23:34:14 +0000 smatz (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) draft
Wed, 06 May 2009 15:06:57 +0000 rubidium (svn r16242) -Codechange: rework pausing draft
Sun, 03 May 2009 13:13:41 +0000 alberth (svn r16216) -Codechange: Added nested widgets to vehicle view window. draft
Sun, 03 May 2009 13:12:13 +0000 alberth (svn r16215) -Codechange: Added tooltip to resizebox of vehicle view window. draft
Sun, 26 Apr 2009 14:52:56 +0000 rubidium (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. draft
Sun, 26 Apr 2009 10:48:30 +0000 rubidium (svn r16157) -Fix: wrong truncation of refit cost/graph x labels because they were multiline strings being drawn using DrawString instead of DrawStringMultiLine. draft
Tue, 21 Apr 2009 23:40:56 +0000 rubidium (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. draft
Tue, 21 Apr 2009 16:57:26 +0000 rubidium (svn r16111) -Cleanup: remove some duplicate/unused strings draft
Mon, 20 Apr 2009 21:29:41 +0000 rubidium (svn r16102) -Codechange: unify the vehicle info strings; reduce the number of duplicate strings and unifies the GUIs quite a bit draft
Mon, 13 Apr 2009 17:19:43 +0000 glx (svn r16054) -Fix: non advanced vehicle list didn't handle company switching correctly draft
Mon, 13 Apr 2009 14:09:56 +0000 alberth (svn r16053) -Codechange: Added nested widgets to vehicle refit and vehicle details windows. draft
Mon, 13 Apr 2009 14:04:10 +0000 alberth (svn r16052) -Codechange: Applying VehicleRefitWidgets in RefitWindow, fixed widget number comment in _vehicle_refit_widgets draft
Mon, 13 Apr 2009 08:40:40 +0000 alberth (svn r16051) -Codechange: Adding widget numbers enum for vehicle refit window. draft
Sun, 29 Mar 2009 09:49:11 +0000 alberth (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback draft
Sun, 22 Mar 2009 21:56:40 +0000 peter1138 (svn r15821) -Fix (r15813): Wrong widget selection prevented drop down label showing in vehicle list windows. Instead of drawing the label ourselves we can set the dropdown's data property to the string to draw. draft
Sun, 22 Mar 2009 21:16:57 +0000 alberth (svn r15820) -Codechange: Some windows using nested widgets draft
Sun, 22 Mar 2009 14:55:49 +0000 rubidium (svn r15813) -Codechange: remove the last remnants of the old text drawing API. draft
Sun, 22 Mar 2009 11:06:25 +0000 rubidium (svn r15807) -Codechange: let the build vehicle gui helper function pass around left and right instead of only left and assuming infinite width. draft
Sun, 22 Mar 2009 10:37:51 +0000 rubidium (svn r15806) -Codechange: pass both left and right to the vehicle details drawing functions instead of only the left. draft