Sat, 28 Mar 2009 13:35:07 +0000 |
alberth |
(svn r15878) -Codechange: New widgets for the engine preview window.
draft
|
Sun, 22 Mar 2009 09:34:06 +0000 |
rubidium |
(svn r15803) -Codechange: use the new text drawing API for multicenter
draft
|
Sun, 22 Mar 2009 00:15:00 +0000 |
rubidium |
(svn r15800) -Codechange: make the engine gui use the new multiline API.
draft
|
Sat, 21 Mar 2009 22:00:00 +0000 |
rubidium |
(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.
draft
|
Sat, 21 Mar 2009 20:39:37 +0000 |
rubidium |
(svn r15786) -Codechange: enumify the engine preview widgets (and use them)
draft
|
Wed, 18 Mar 2009 19:32:13 +0000 |
frosch |
(svn r15763) -Codechange/Fix: Add Engine::GetDisplayDefaultCapacity() and use it everywhere, so CB 36 is also used everywhere.
draft
|
Sun, 15 Mar 2009 15:12:06 +0000 |
rubidium |
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
draft
|
Fri, 13 Mar 2009 23:49:12 +0000 |
frosch |
(svn r15705) -Fix: Do not show passenger-/mail-capacity if the aircraft carries only cargo.
draft
|
Tue, 10 Mar 2009 21:17:00 +0000 |
rubidium |
(svn r15666) -Fix [FS#2689]: sorting of engines in the purchase list didn't use the same numbers as the GUI showed, e.g. articulated parts weren't taken into accound when ordering by capacity.
draft
|
Sat, 21 Feb 2009 12:52:41 +0000 |
frosch |
(svn r15541) -Revert (r15399): 'v->cargo_type' is also used in other places, which cannot accept CT_INVALID.
draft
|
Mon, 09 Feb 2009 02:57:15 +0000 |
rubidium |
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
draft
|
Wed, 04 Feb 2009 16:59:41 +0000 |
rubidium |
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
draft
|
Sun, 01 Feb 2009 16:10:06 +0000 |
frosch |
(svn r15306) -Codechange: Deduplicate code by adding Engine::GetDisplayMaxSpeed(), GetPower() and GetDisplayWeight(). (and using them)
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Sun, 25 Jan 2009 00:57:03 +0000 |
glx |
(svn r15263) -Codechange: added Engine::GetCost() to remove some code duplication.
draft
|
Sat, 24 Jan 2009 20:14:15 +0000 |
glx |
(svn r15261) -Add: added Engine::GetRunningCost() to remove some code duplication. Also stops AIs decrementing vehicle counter of first company
draft
|
Sun, 28 Dec 2008 14:37:19 +0000 |
rubidium |
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
draft
|
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.
draft
|
Fri, 15 Aug 2008 17:54:43 +0000 |
peter1138 |
(svn r14078) -Codechange: Rename *VehicleInfo::base_cost to cost_factor, indicating what it actually is.
draft
|
Wed, 30 Jul 2008 16:13:58 +0000 |
belugas |
(svn r13879) -Codechange: Replace numbers with Colours enum on engine, industries and group gui
draft
|
Sat, 26 Jul 2008 22:00:59 +0000 |
frosch |
(svn r13844) -Fix (r13074, r13591): Power, running cost and capacity of multiheaded engines were (too often) doubled in newspaper resp. offer window.
draft
|
Sat, 28 Jun 2008 15:44:24 +0000 |
frosch |
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.
draft
|
Fri, 20 Jun 2008 07:23:00 +0000 |
peter1138 |
(svn r13591) -Codechange: Support CB36 in the vehicle offer window.
draft
|
Wed, 28 May 2008 20:06:00 +0000 |
peter1138 |
(svn r13315) -Fix (r13314): Assert if no engines or wagons available
draft
|
Wed, 28 May 2008 17:29:27 +0000 |
peter1138 |
(svn r13314) -Codechange: Switch EngineList from std::vector to GUIList
draft
|
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
draft
|
Fri, 23 May 2008 23:02:13 +0000 |
peter1138 |
(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
draft
|
Mon, 19 May 2008 09:48:47 +0000 |
rubidium |
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
draft
|
Sun, 18 May 2008 20:49:22 +0000 |
rubidium |
(svn r13170) -Codechange: make classes of the EnginePreview and BuyCompany windows.
draft
|
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.
draft
|