summaryrefslogtreecommitdiff
path: root/build_vehicle_gui.c
AgeCommit message (Collapse)Author
2006-10-20(svn r6855) - Codechange: When displaying a "quantity of cargo" string, use ↵peter1138
the {CARGO} command and supply the cargo type and quantity, instead of manually looking up the cargo type's string.
2006-10-10(svn r6729) -Fix r6707: [build aircraft window] solved a crash when using a ↵bjarni
grf set with a buildable helicopter with a lower EngineID than the first buildable plane Also removed a lot of const cast as they mess up the code and didn't help much
2006-10-10(svn r6726) -Codechange: [vehicle build window] cleaned up the name sorter ↵bjarni
(mainly by peter1138) Now both names are checked against the cache (instead of just one of them) and we got rid of some global vars
2006-10-10(svn r6722) -Codechange: [aircraft build window] moved aircraft build window ↵bjarni
to a file of it's own Also made some changes to it so it should be easier to unify all the build vehicle windows