log src/depot_gui.cpp @ 13628:2123810ad874 draft

age author description
Tue, 17 Nov 2009 19:16:48 +0000 rubidium (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets draft
Tue, 17 Nov 2009 16:03:51 +0000 rubidium (svn r18145) -Codechange: pass the 'proper' left and right values to DrawVehicleInDepot draft
Mon, 16 Nov 2009 22:25:01 +0000 rubidium (svn r18133) -Codechange: pass the 'maximum' left/right positions to Draw*Image draft
Mon, 16 Nov 2009 20:58:38 +0000 rubidium (svn r18128) -Codechange: rename GetVehicleListHeight to GetVehicleHeight as it has nothing to do with the height of the vehicle lists. draft
Mon, 16 Nov 2009 20:34:57 +0000 rubidium (svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation draft
Sun, 15 Nov 2009 10:26:01 +0000 rubidium (svn r18086) -Codechange: remove 'widget' from WindowDesc draft
Sat, 24 Oct 2009 14:53:55 +0000 rubidium (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. draft
Tue, 20 Oct 2009 21:41:44 +0000 alberth (svn r17833) -Codechange: Depot gui should use relative widget coordinates for clicking. draft
Tue, 20 Oct 2009 21:25:25 +0000 frosch (svn r17830) -Fix [FS#3276]: Some windows already need their window_number when setting up smallest size (e.g. for DParams). So assign it earlier in Window::InitializeData instead of dealing with each window separately. draft
Sat, 17 Oct 2009 14:29:10 +0000 rubidium (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows draft
Sun, 11 Oct 2009 08:23:30 +0000 alberth (svn r17760) -Revert (r17648): _local_company is less constant than you'd expect. draft
Sun, 27 Sep 2009 08:49:42 +0000 alberth (svn r17653) -Fix (r17649): Widgets at the bottom button bar of the depot window should adapt to differences in height. draft
Sun, 27 Sep 2009 08:28:49 +0000 alberth (svn r17652) -Codechange: Merging/renaming the depot block-size functions. draft
Sat, 26 Sep 2009 19:26:08 +0000 alberth (svn r17650) -Codechange: Checking a condition once is enough. draft
Sat, 26 Sep 2009 19:21:20 +0000 alberth (svn r17649) -Codechange: Depot gui uses pure nested widgets. draft
Sat, 26 Sep 2009 18:47:41 +0000 alberth (svn r17648) -Codechange: Move type initialization and widget disabling to the constructor. draft
Sat, 26 Sep 2009 18:15:35 +0000 alberth (svn r17647) -Codechange: Moving widget array access to outside the function. draft
Sat, 26 Sep 2009 16:06:54 +0000 alberth (svn r17643) -Codechange: Code style for variables in depot gui. draft
Wed, 23 Sep 2009 20:48:30 +0000 alberth (svn r17626) -Codechange: Use Dimension structs instead of array of length 2 for storing horizontal/vertical information. draft
Wed, 23 Sep 2009 19:57:56 +0000 alberth (svn r17624) -Codechange: Swap entries in _resize_cap[][] so the code does what the docs say. draft
Sun, 20 Sep 2009 23:11:01 +0000 smatz (svn r17596) -Codechange: constify some tables draft
Sat, 19 Sep 2009 15:17:47 +0000 rubidium (svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary draft
Sun, 13 Sep 2009 19:15:59 +0000 frosch (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability. draft
Mon, 07 Sep 2009 08:59:43 +0000 rubidium (svn r17446) -Codechange: rename BUILD with BUY for strings that are about building (in the future buying) vehicles. draft
Wed, 02 Sep 2009 07:36:39 +0000 rubidium (svn r17369) -Codechange: make the depot, group and industry GUIs use the scrollbar wrappers draft
Wed, 02 Sep 2009 07:22:09 +0000 rubidium (svn r17368) -Codechange: remove pointless passing of 'this' as parameter draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Thu, 20 Aug 2009 10:23:39 +0000 rubidium (svn r17228) -Codechange: some coding style fixes draft
Sat, 15 Aug 2009 20:59:49 +0000 alberth (svn r17194) -Fix (r17175): Depot sell buttons did not raise again. draft
Sat, 15 Aug 2009 11:47:11 +0000 frosch (svn r17185) -Codechange: Tweak depot gui and vehicle lists, so text overlaps less with vehicle images. draft
Wed, 05 Aug 2009 17:59:21 +0000 rubidium (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives draft
Wed, 22 Jul 2009 23:39:35 +0000 rubidium (svn r16922) -Codechange: unduplicate some vehicle CMD_*s and move the setting of the error message to a single place draft
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
Mon, 20 Jul 2009 19:58:33 +0000 frosch (svn r16894) -Codechange: Add [Specialised]Vehicle::Last(). draft
Sun, 19 Jul 2009 19:17:41 +0000 frosch (svn r16884) -Codechange: Add Train::GetFirstEnginePart() and use it. draft
Sat, 18 Jul 2009 17:38:18 +0000 frosch (svn r16874) -Change: Give the number behind free wagon chains in depots the same meaning as for trains. draft
Fri, 17 Jul 2009 22:00:13 +0000 frosch (svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains in depot) and variable 1E/9E bit 3 (wagon width in depot) into grf-local variables. 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 22:07:07 +0000 smatz (svn r16820) -Codechange: remove unused parameter in HandleCloneVehClick() 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
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
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
Thu, 02 Jul 2009 09:06:15 +0000 rubidium (svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart functions 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
Wed, 01 Jul 2009 22:22:01 +0000 smatz (svn r16717) -Codechange: make IsFrontEngine() member 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 19:26:41 +0000 smatz (svn r16646) -Codechange: rename GetDepotByTile() to Depot::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
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 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 20:22:20 +0000 rubidium (svn r16390) -Codechange: move u.road to RoadVehicle. draft
Sat, 16 May 2009 23:34:14 +0000 smatz (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) draft
Wed, 13 May 2009 16:52:51 +0000 rubidium (svn r16296) -Codechange: silence some ICC warnings draft
Sun, 26 Apr 2009 14:52:56 +0000 rubidium (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. 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