summaryrefslogtreecommitdiff
path: root/src/build_vehicle_gui.cpp
AgeCommit message (Expand)Author
2009-03-21(svn r15778) -Fix [FS#2749] (r15666): when sorting on cost don't sort on the ...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-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
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-27(svn r15592) -Fix: Refit-info in purchase list did only check the first artic...frosch
2009-02-21(svn r15541) -Revert (r15399): 'v->cargo_type' is also used in other places, ...frosch
2009-02-19(svn r15521) -Codechange: add helper function to get the display tractive eff...rubidium
2009-02-09(svn r15427) -Codechange: give w->caption_color a more sensible name as it ho...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
2009-01-23(svn r15236) -Codechange: Rename realistic_acceleration patch option to train...peter1138
2009-01-10(svn r14953) -Fix (r14952): the "available aircraft" list caused a crashrubidium
2009-01-10(svn r14952) -Codechange: unify the "can vehicle go to station" testsrubidium
2009-01-03(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depot...smatz
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-12-16(svn r14683) -Change: only say a engine/vehicle is refittable when it can be ...rubidium
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-15(svn r14334) -Feature: ability to reset name to default/automatic value (for ...smatz
2008-09-15(svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt...smatz
2008-09-03(svn r14239) -Fix [FS#2267]: The engine-purchase-list-sorter doubled running-...frosch
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-08-13(svn r14063) -Codechange: replace some "magic" constants with enumified const...rubidium
2008-07-31(svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, b...belugas
2008-07-22(svn r13784) -Codechange: Truncate vehicle names in purchase list to width of...peter1138
2008-07-20(svn r13760) -Codechange: With multiple NewGRF engine sets, engine IDs may no...peter1138
2008-07-13(svn r13696) -Fix[GUI]: The Build button of the vehicle list is now hidden, i...belugas
2008-07-12(svn r13694) -Change: make it more explicit that you've opened the available ...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-28(svn r13314) -Codechange: Switch EngineList from std::vector to GUIListpeter1138
2008-05-28(svn r13306) -Fix (r8362): Pass engine list by pointer instead of making a co...peter1138
2008-05-27(svn r13287) -Codechange: move engine list gui code away from engine.cpp (and...peter1138
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-19(svn r13190) -Cleanup: remove unused variablesmatz
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-17(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so wi...rubidium
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...rubidium
2008-05-13(svn r13074) -Fix: For multiheaded engines, halve power and running cost when...peter1138
2008-05-13(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer...rubidium
2008-05-13(svn r13068) -Codechange: make a class of the BuildVehicleWindow.rubidium
2008-05-10(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t...rubidium
2008-05-08(svn r13019) -Fix [FS#1997]: silence some more MSVC x64 warnings (michi_cc)glx
2008-05-08(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...rubidium
2008-05-07(svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ wra...smatz