Age | Commit message (Expand) | Author |
2009-11-28 | (svn r18330) -Cleanup: remove some unneeded includes | rubidium |
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 flags | rubidium |
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 WindowDesc | rubidium |
2009-11-08 | (svn r18019) -Codechange: make the 'engine preview' window nested | rubidium |
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 includes | rubidium |
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 EngineIDs | rubidium |
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 appropriate | rubidium |
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 strings | rubidium |
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 name | glx |
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 multicenter | rubidium |
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 includes | smatz |
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 |