summaryrefslogtreecommitdiff
path: root/vehicle.h
AgeCommit message (Expand)Author
2005-11-29(svn r3248) - Codechange: Change interface of CanRefitTo() to supply the engi...peter1138
2005-11-18(svn r3218) -Feature: Multiheaded train engines will now stay in the same trainbjarni
2005-11-16(svn r3208) Don't explicitly pass the engine type to look for to GetRearEngin...tron
2005-11-16(svn r3200) Remove the unused function GfxScalePalette() and the unused struc...tron
2005-11-16(svn r3193) Staticise the vehicle position hashtron
2005-11-14(svn r3181) -Bracingtron
2005-11-13(svn r3176) Use proper types, not some variants of inttron
2005-11-13(svn r3172) static, consttron
2005-11-07(svn r3155) -Feature: [autoreplace] autoreplace can now remove cars from too ...bjarni
2005-11-05(svn r3139) -NewGRF, Feature: support for articulated rail vehicles. This is ...peter1138
2005-11-05(svn r3138) -Fix: [clone vehicles] fixed assert when it was possible to alloc...bjarni
2005-11-04(svn r3136) -Fix: [autoreplace] all cargo in engines that consists of more th...bjarni
2005-11-04(svn r3132) -NewGRF: support positioning of rail vehicle visual effects.peter1138
2005-11-03(svn r3124) Alter train loading/unloading time to use the actual length of th...peter1138
2005-11-01(svn r3116) -Fix: [autoreplace] fixed issue where autorenewing/autoreplacing ...bjarni
2005-10-31(svn r3111) -Fix: [autoreplace] [ 1341783 ] Assertion failure in vehicle.c li...bjarni
2005-10-29(svn r3101) -Codechange: added _new_vehicle_idbjarni
2005-10-28(svn r3098) static, const, uint -> TileIndex, indentation, bracing, unused re...tron
2005-10-24(svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplacebjarni
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-10-18(svn r3058) The default AI may not build dual headed trains under certain cir...tron
2005-10-16(svn r3052) Fix last commit *grml*tron
2005-10-16(svn r3051) Remove the unused function RemoteSubsidyAdd()tron
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
2005-08-06(svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to se...bjarni
2005-07-24(svn r2701) Insert Id tags into all source filestron
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-07-21(svn r2663) Include variables.h only in these files which need it, not global...tron
2005-07-20(svn r2657) -Codechange: The available railtypes per player are now a bitmask...celestar
2005-07-17(svn r2626) static, const, misc.tron
2005-07-17(svn r2625) - Fix: [pbs] Store the end of a train's reserved path explicitly...hackykid
2005-07-04(svn r2516) - Feature: [pbs] Implement path-based-signalling. This allows mu...hackykid
2005-06-24(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"tron
2005-06-17(svn r2450) * Codechange: Replaced all uses of the arrays in tile.h with call...matthijs
2005-06-06(svn r2428) - Feature: [newgrf] Implement shorter train vehicles (Therax), a...hackykid
2005-06-06(svn r2414) - Feature: [newgrf] Implement powered wagons, and the callback t...hackykid
2005-06-05(svn r2411) - Codechange: Have trains cache stuff like consist power/weight/...hackykid
2005-05-14(svn r2308) - Fix: enforce server-only and/or offline commands by giving them...Darkvater
2005-05-14(svn r2306) - CodeChange: Check the last commands; refits. This needed an ext...Darkvater
2005-05-12(svn r2300) - CodeChange: check the last number of commands, now only the ref...Darkvater
2005-05-11(svn r2294) - CodeChange: check the service interval settings when changing o...Darkvater
2005-05-11(svn r2290) - CodeChange: protect the next batch of commands. This brings us ...Darkvater
2005-05-06(svn r2274) - Codechange: some comments, parentheses and EngineID typedef for...Darkvater
2005-05-05(svn r2269) - CodeChange: no else after return; exchange some magic 0xffff wi...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-03-30(svn r2109) -Fix: use FindVehicleOnTileZ(tile, 0) over FindVehicleBetween(til...truelight
2005-03-29(svn r2105) -Codechange: Added a cache for the first vehicle of a chain to in...celestar
2005-03-27(svn r2091) Small cleanup: uint -> TileIndex, const, don't call FindLandscape...tron