summaryrefslogtreecommitdiff
path: root/src/engine_gui.cpp
AgeCommit message (Expand)Author
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-07-29(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).terkhen
2010-07-02(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLin...alberth
2010-03-06(svn r19347) -Add: Vehicle GUI now shows power, weight and tractive effort fo...terkhen
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param...frosch
2010-01-30(svn r18963) -Codechange: Give AccelerationModel a generical name.terkhen
2010-01-21(svn r18872) -Codechange: introduce PaletteID and use itrubidium
2010-01-15(svn r18818) -Fix [FS#3526] (r18766): some train acceleration type conversion...rubidium
2010-01-07(svn r18752) -Codechange: unduplify some coderubidium
2009-11-28(svn r18330) -Cleanup: remove some unneeded includesrubidium
2009-11-28(svn r18324) -Codechange: there's no need for a default size when the window ...rubidium
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam...rubidium
2009-11-24(svn r18280) -Codechange: remove widget indices that are not needed for custo...rubidium
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize an...rubidium
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWi...alberth
2009-11-22(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.alberth
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...rubidium
2009-11-16(svn r18121) -Codechange: pass the maximum left/right location to the Draw*En...rubidium
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-08(svn r18019) -Codechange: make the 'engine preview' window nestedrubidium
2009-10-31(svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail cons...frosch
2009-10-27(svn r17891) -Feature [FS#1619]: Show maximum tractive effort in the 'exclusi...rubidium
2009-10-06(svn r17728) -Cleanup: Remove some more unneeded/unused parameters.frosch
2009-10-06(svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a...frosch
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-19(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...rubidium
2009-09-13(svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDsrubidium
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