summaryrefslogtreecommitdiff
path: root/src/engine_gui.cpp
AgeCommit message (Expand)Author
2009-09-02(svn r17397) -Codechange: Add new vehicle news window.alberth
2009-08-30(svn r17328) -Codechange: Get the vehicle technical data as string rather tha...alberth
2009-08-30(svn r17327) -Codechange: Allow external use of GetEngineCategoryName().alberth
2009-08-30(svn r17325) -Codechange: Un-duplicate engine drawing routines.alberth
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-08-04(svn r17062) -Change: unify the naming of some 125 stringsrubidium
2009-06-27(svn r16679) -Codechange: Let GetCapacityOfArticulatedParts() return a CargoA...frosch
2009-05-27(svn r16449) -Fix [FS#2924]: vehicle recolouring wasn't done for engine previ...rubidium
2009-05-24(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles...frosch
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-04-26(svn r16156) -Codechange: make the parameters of DrawStringMultiline the same...rubidium
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-20(svn r16105) -Codechange: use {CARGO} instead hardcoded cargo nameglx
2009-04-20(svn r16102) -Codechange: unify the vehicle info strings; reduce the number o...rubidium
2009-03-28(svn r15878) -Codechange: New widgets for the engine preview window.alberth
2009-03-22(svn r15803) -Codechange: use the new text drawing API for multicenterrubidium
2009-03-22(svn r15800) -Codechange: make the engine gui use the new multiline API.rubidium
2009-03-21(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.rubidium
2009-03-21(svn r15786) -Codechange: enumify the engine preview widgets (and use them)rubidium
2009-03-18(svn r15763) -Codechange/Fix: Add Engine::GetDisplayDefaultCapacity() and use...frosch
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-13(svn r15705) -Fix: Do not show passenger-/mail-capacity if the aircraft carri...frosch
2009-03-10(svn r15666) -Fix [FS#2689]: sorting of engines in the purchase list didn't u...rubidium
2009-02-21(svn r15541) -Revert (r15399): 'v->cargo_type' is also used in other places, ...frosch
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-04(svn r15338) -Fix [FS#2598]: close all construction related windows whenever ...rubidium
2009-02-01(svn r15306) -Codechange: Deduplicate code by adding Engine::GetDisplayMaxSpe...frosch
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-25(svn r15263) -Codechange: added Engine::GetCost() to remove some code duplica...glx
2009-01-24(svn r15261) -Add: added Engine::GetRunningCost() to remove some code duplica...glx
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-08-24(svn r14157) -Codechange: Add and use string properties for rail types instea...peter1138
2008-08-15(svn r14078) -Codechange: Rename *VehicleInfo::base_cost to cost_factor, indi...peter1138
2008-07-30(svn r13879) -Codechange: Replace numbers with Colours enum on engine, indust...belugas
2008-07-26(svn r13844) -Fix (r13074, r13591): Power, running cost and capacity of multi...frosch
2008-06-28(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' ...frosch
2008-06-20(svn r13591) -Codechange: Support CB36 in the vehicle offer window.peter1138
2008-05-28(svn r13315) -Fix (r13314): Assert if no engines or wagons availablepeter1138
2008-05-28(svn r13314) -Codechange: Switch EngineList from std::vector to GUIListpeter1138
2008-05-27(svn r13287) -Codechange: move engine list gui code away from engine.cpp (and...peter1138
2008-05-23(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() f...peter1138
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-18(svn r13170) -Codechange: make classes of the EnginePreview and BuyCompany wi...rubidium
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...rubidium
2008-05-15(svn r13102) -Codechange: make a class of the NewsWindow.rubidium
2008-05-13(svn r13065) -Codechange: remove the need for the news string callbacks. Patc...rubidium
2008-05-08(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...rubidium
2008-05-06(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium