log src/depot_gui.cpp @ 19968:0dba7f49118c draft

age author description
Tue, 08 Jan 2013 22:46:42 +0000 planetmaker (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) draft
Wed, 26 Dec 2012 12:24:03 +0000 frosch (svn r24854) -Fix (r24839): Only consider vehicles available in the climate for purchase/depot cell size. draft
Sun, 23 Dec 2012 01:00:25 +0000 michi_cc (svn r24839) -Feature [FS#5271]: [NewGRF] Support oversized purchase list sprites. (Based on patch by Eddi) draft
Sun, 09 Dec 2012 16:54:02 +0000 frosch (svn r24808) -Feature(ette) [FS#4458]: When share-cloning vehicles don't open the vehicle window of the new vehicle. The only reasonable thing to do with the new vehicle is to start it, which can also be done via the depot GUI. draft
Sat, 08 Dec 2012 17:18:51 +0000 frosch (svn r24801) -Codechange: Add functions to set integral DParams to suitable values for size computations. draft
Sun, 11 Nov 2012 16:10:43 +0000 frosch (svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default. draft
Sat, 23 Jun 2012 14:31:58 +0000 frosch (svn r24351) -Fix: Short vehicles were not properly positioned at the cursor when dragging for RTL languages. draft
Tue, 03 Jan 2012 21:32:51 +0000 rubidium (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files draft
Fri, 16 Dec 2011 16:57:56 +0000 rubidium (svn r23539) -Codechange: prevent conflict between widget naming of (vehicle) depots and vehicle details draft
Fri, 16 Dec 2011 16:27:45 +0000 truebrain (svn r23531) -Codechange: document and rename widgets to be consistent and understandable draft
Thu, 15 Dec 2011 22:22:55 +0000 truebrain (svn r23528) -Codechange: move widget enums to widgets/NNN_type.h draft
Thu, 15 Dec 2011 21:56:00 +0000 rubidium (svn r23526) -Codechange: unify cargos vs cargoes draft
Sat, 10 Dec 2011 19:20:30 +0000 rubidium (svn r23484) -Fix [FS#4770]: in case you already have orders, ignore the vehicles when adding an extra order draft
Thu, 24 Nov 2011 12:38:48 +0000 peter1138 (svn r23316) -Feature: Add ability to zoom in to 2x and 4x level. draft
Tue, 01 Nov 2011 16:51:47 +0000 frosch (svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to draw different sprites on the map and in various GUIs. draft
Sun, 17 Apr 2011 18:42:17 +0000 terkhen (svn r22343) -Change: Remove pixel limiter for query strings. draft
Sat, 09 Apr 2011 20:27:34 +0000 frosch (svn r22305) -Add: One digit for the fractional part of train lengths in the depot view. draft
Sun, 13 Mar 2011 21:34:21 +0000 frosch (svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope. draft
Sun, 13 Mar 2011 21:31:29 +0000 frosch (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData(). draft
Fri, 04 Feb 2011 15:40:35 +0000 rubidium (svn r21960) -Change: show the length of vehicles in tiles, instead of half tiles in the depot draft
Sat, 29 Jan 2011 17:30:25 +0000 terkhen (svn r21924) -Codechange: Unify some parts of the articulated vehicle code. draft
Sat, 22 Jan 2011 14:52:20 +0000 rubidium (svn r21890) -Cleanup: remove some unneeded includes draft
Sat, 15 Jan 2011 15:36:58 +0000 terkhen (svn r21803) -Cleanup: Remove unnecessary semicolons. draft
Tue, 14 Dec 2010 21:33:53 +0000 terkhen (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. draft
Tue, 14 Dec 2010 21:26:03 +0000 terkhen (svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class. draft
Sun, 12 Dec 2010 14:14:26 +0000 rubidium (svn r21477) -Fix [FS#4300]: tooltips were removed when their related window got closed draft
Sun, 05 Dec 2010 22:24:04 +0000 rubidium (svn r21409) -Codechange: limit depot name by amount of characters, not bytes draft
Thu, 18 Nov 2010 17:49:42 +0000 terkhen (svn r21241) -Fix: Display dragged vehicles in the correct orientation while using RTL languages. draft
Sat, 13 Nov 2010 09:56:25 +0000 rubidium (svn r21157) -Codechange: remove information about the text direction out of the language "list" draft
Sat, 30 Oct 2010 17:51:07 +0000 alberth (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) draft
Sun, 12 Sep 2010 16:54:39 +0000 yexo (svn r20788) -Fix (r20733)[FS#4119]: start/stop all vehicles from non-train depots was broken draft
Wed, 08 Sep 2010 21:14:41 +0000 rubidium (svn r20770) -Codechange: move some bits around in CmdMassStartStop's parameters draft
Mon, 06 Sep 2010 14:14:09 +0000 smatz (svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone and vehicle to clone orders from directly from vehicle lists and depot window draft
Thu, 26 Aug 2010 22:01:16 +0000 rubidium (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers draft
Thu, 19 Aug 2010 20:45:29 +0000 rubidium (svn r20573) -Codechange: free/reserve some bits in the sell vehicle command to increase the vehicle pool limit draft
Thu, 19 Aug 2010 20:42:00 +0000 rubidium (svn r20572) -Codechange: free/reserve some bits in the wagon move command to increase the vehicle pool limit draft
Wed, 18 Aug 2010 20:48:38 +0000 rubidium (svn r20547) -Change: the way order backups are performed. Now restoring an order doesn't require up to 765 commands. draft
Wed, 18 Aug 2010 18:52:16 +0000 rubidium (svn r20545) -Codechange: make sure an OrderBackup gets cleared when the depot it belongs to gets removed, the depot window gets closed or when another vehicle gets sold in a depot draft
Wed, 18 Aug 2010 15:15:59 +0000 rubidium (svn r20539) -Codechange: make order backups more self-contained. draft
Wed, 18 Aug 2010 00:03:08 +0000 rubidium (svn r20533) -Codechange: shuffle a bit with the bits in the sell command draft
Thu, 12 Aug 2010 11:46:20 +0000 frosch (svn r20465) -Codechange: Use NWID_SELECTION to hide horizontal scrollbar and 'sell chain' button for non-train depot windows. draft
Thu, 12 Aug 2010 11:21:30 +0000 frosch (svn r20464) -Codechange/Fix: Do not use a scrollbar to store the number of columns for non-train depot windows. draft
Thu, 12 Aug 2010 09:16:43 +0000 frosch (svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR. draft
Thu, 12 Aug 2010 08:37:01 +0000 frosch (svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll and vscroll2. draft
Thu, 12 Aug 2010 06:44:45 +0000 frosch (svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate scrollbar explicitly using a NWidgetPart via SetScrollbar(). draft
Sun, 01 Aug 2010 19:44:49 +0000 frosch (svn r20286) -Codechange: Unify end of doxygen comments. draft
Sun, 01 Aug 2010 19:22:34 +0000 frosch (svn r20283) -Codechange: Unify start of doygen comments. draft
Sun, 01 Aug 2010 18:53:30 +0000 rubidium (svn r20281) -Codechange: unify case scope closure + break coding style draft
Wed, 14 Jul 2010 17:36:27 +0000 rubidium (svn r20145) -Codechange: keep original RMB->tooltip behaviour when hovering is disabled and there is no handled right click event for the widget, i.e. if a widget would handle the right click you won't see the tooltip anymore by right clicking; by enabling hovering you would get access to that tooltip again. draft
Sun, 11 Jul 2010 11:00:09 +0000 terkhen (svn r20121) -Add: OnHover method for windows. draft
Sun, 11 Jul 2010 10:58:55 +0000 terkhen (svn r20120) -Feature [FS#3913]: Tooltips are shown by hovering the mouse over a widget instead of by right clicking on it. draft
Sun, 23 May 2010 15:02:26 +0000 alberth (svn r19888) -Add [FS#3705]: Add highlighting of drag destination in depot gui (sbr). draft
Wed, 12 May 2010 20:50:10 +0000 rubidium (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr draft
Wed, 12 May 2010 18:19:36 +0000 rubidium (svn r19796) -Codechange: introduce and use a {DEPOT} string command draft
Sat, 24 Apr 2010 20:55:51 +0000 smatz (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it draft
Sat, 24 Apr 2010 14:29:30 +0000 smatz (svn r19710) -Codechange: deduplicate GUI code for starting/stopping vehicles draft
Sun, 18 Apr 2010 14:56:05 +0000 frosch (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. draft
Sat, 30 Jan 2010 18:34:48 +0000 frosch (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). draft
Fri, 15 Jan 2010 16:41:15 +0000 rubidium (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header draft
Mon, 11 Jan 2010 18:46:09 +0000 rubidium (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. draft