summaryrefslogtreecommitdiff
path: root/vehicle_gui.c
AgeCommit message (Expand)Author
2005-08-06(svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to se...bjarni
2005-08-05(svn r2812) Move variables, which only vehicle_gui.c needs to know about, theretron
2005-07-27(svn r2724) -Fix: [Autoreplace] made the pulldown menu read GetPlayer(_local_...bjarni
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-21(svn r2664) Remove depedency on player.h from variables.htron
2005-06-07(svn r2432) Use GetEngine() instead of DEREF_ENGINE() or even _engines[]tron
2005-06-07(svn r2429) - Fix: Oops, forgot to increase the size of the autoreplace wind...hackykid
2005-06-05(svn r2413) - Codechange: Rewrite the displaying of purchase details a bit, ...hackykid
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-05-26(svn r2365) - Change: [refitting] Make refitting capacities for trains newgr...hackykid
2005-05-14(svn r2306) - CodeChange: Check the last commands; refits. This needed an ext...Darkvater
2005-05-04(svn r2267) - Codechange: Reverted the typedeffing of VehicleType (r2256), si...matthijs
2005-05-02(svn r2256) - Fix: Trains cannot find a depot when they are in a tunnel. (glx)matthijs
2005-04-13(svn r2192) - Add greater control to the 'message options' window. Now you ca...Darkvater
2005-03-08(svn r1969) - GUI: Replace vehicle dropdown menu now looks a bit more comform...Darkvater
2005-03-08(svn r1966) - Fix: [ 1110437 ] Replace Vehicles GUI gets random clicks. Break...Darkvater
2005-02-13(svn r1867) Include tables/sprites.h only in files which need ittron
2005-02-06(svn r1813) Declare functions implemented in strings.c in their own shiny new...tron
2005-02-05(svn r1803) Move debugging stuff into files of it's owntron
2005-02-04(svn r1798) GetFoo(i)->index is per definition i, so replace the former with ...tron
2005-02-04(svn r1783) -Add: Dynamic vehicles (now up to 64k of vehicles)truelight
2005-01-31(svn r1750) - Feature: [ 1093261 ] Saving vehicle sorting criteria for each v...darkvater
2005-01-27(svn r1695) -Fix: I broke maximum speed sorting for anything but trains with ...Celestar
2005-01-26(svn r1684) - Fix: [autoreplace] made sure that planes only show planes in re...bjarni
2005-01-26(svn r1681) -Feature: New realistic acceleration.celestar
2005-01-26(svn r1680) Feature: Replace train GUI now remembers the railtype selected in...bjarni
2005-01-26(svn r1679) Fix: dropdown menus now returns the index of the string that was ...bjarni
2005-01-24(svn r1635) fix: forgot to set SetVScrollCount properly in autoreplace train ...bjarni
2005-01-23(svn r1629) added a counter to tell how many engines you have of each type to...bjarni
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-19(svn r1568) made an enum of train subtypes to make the code more readablebjarni
2005-01-15(svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.truelight
2005-01-15(svn r1518) -Fix: server issue where some company names were wrongdarkvater
2005-01-10(svn r1460) -Fix: [1099225] Bug Fix - Vehicle Lists not updated at Acqusition...darkvater
2005-01-08(svn r1434) Fix: [ 1098553 ] Crash when all vehicles from a vehicles per stat...dominik
2005-01-06(svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns an...truelight
2005-01-06(svn r1402) Trim trailing whitespacetron
2005-01-06(svn r1399) -Fix: Fixes for compiling with Watcom C/C++ (ie, OS/2 port). (oru...truelight
2005-01-05(svn r1393) fix [ 1096026 ]. Autorenew trains should now hopefully work like ...bjarni
2005-01-04(svn r1379) -Fix: various GUI glitches. Added default sizes to various widget...darkvater
2005-01-03(svn r1351) fixed issue in last commit where it it not update the replace tra...bjarni
2005-01-03(svn r1350) Replace Vehicle GUI: bjarni
2005-01-03(svn r1348) -Feature: resizable windows. Read the comment in window.h to find...truelight
2005-01-02(svn r1326) fixed compiler warnings in vehicle_gui.c and widget.cbjarni
2005-01-02(svn r1324) Fixed problem with autoreplace GUI and msvc6 (thanks bociusz)bjarni
2005-01-02(svn r1323) Adding autoreplace featurebjarni
2004-12-11(svn r1016) Make the cargo sorter not consider the number of wagons of a part...tron
2004-12-10(svn r1009) -Feature: per-station vehicle liststron