summaryrefslogtreecommitdiff
path: root/vehicle_gui.c
AgeCommit message (Expand)Author
2006-01-12(svn r3396) - Autoreplace changes:peter1138
2006-01-05(svn r3366) Make an unnecessarily global variable localtron
2006-01-02(svn r3359) - Autoreplace GUI: When starting or stopping a replacement, redra...peter1138
2005-12-29(svn r3353) Simplify the automatic length adjustment algorithm for replacing ...tron
2005-12-14(svn r3298) Remove unused and write-only variablestron
2005-12-13(svn r3292) - Autoreplace: Disallow replacing to an engine type that already ...peter1138
2005-12-13(svn r3291) - Codechange, Autoreplace: Replace int with EngineID and -1 with ...peter1138
2005-12-07(svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th...peter1138
2005-11-26(svn r3239) - Codechange: Introduce and use helper functions for engine repla...peter1138
2005-11-18(svn r3218) -Feature: Multiheaded train engines will now stay in the same trainbjarni
2005-11-14(svn r3181) -Bracingtron
2005-11-13(svn r3172) static, consttron
2005-11-07(svn r3155) -Feature: [autoreplace] autoreplace can now remove cars from too ...bjarni
2005-11-06(svn r3148) -NewGRF, Feature: Add support for cargo refitting specification b...peter1138
2005-10-30(svn r3106) -Autoreplace feature: Continue to show old vehicles in replace wi...peter1138
2005-10-25(svn r3089) Fix possible issue with out-of-bounds array access in replace veh...peter1138
2005-10-24(svn r3082) made ChangeVehicleViewWindow() more readable (added in last commit)bjarni
2005-10-24(svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplacebjarni
2005-10-23(svn r3078) Some more stuff, which piled up:tron
2005-10-18(svn r3059) Use bitfields to encode railtype and climates of engines instead ...tron
2005-10-16(svn r3049) Replace byte/int/uint by RailType where appropriatetron
2005-10-16(svn r3048) Replace 0/1/2 by RAILTYPE_RAIL/MONO/MAGLEV where appropriatetron
2005-10-01(svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, p...tron
2005-09-27(svn r2992) Use PlayerID, StationID and INVALID_STATION instead of int, int a...tron
2005-09-26(svn r2988) static where static is duetron
2005-09-23(svn r2974) -Fix: Drag and drop selection on drop down boxes didn't select co...peter1138
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
2005-08-29(svn r2901) Refix 'replace window' with wrong string-etc. coordinates. Also c...Darkvater
2005-08-20(svn r2880) Fix graphical glitch in replace window (text at wrong coordinates)Darkvater
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