summaryrefslogtreecommitdiff
path: root/vehicle.c
AgeCommit message (Expand)Author
2005-12-05(svn r3261) - Autoreplace: If a replaced vehicle had a custom name, transfer ...peter1138
2005-11-29(svn r3248) - Codechange: Change interface of CanRefitTo() to supply the engi...peter1138
2005-11-26(svn r3239) - Codechange: Introduce and use helper functions for engine repla...peter1138
2005-11-22(svn r3227) -Codechange: [Savegame] removed 'minor' version, and renamed 'maj...truelight
2005-11-19(svn r3223) -Fix: [autoreplace] fixed crash when replacing a train engine wit...bjarni
2005-11-19(svn r3220) -Fix: [autoreplace] Autoreplaced trains now replace their cargo t...bjarni
2005-11-19(svn r3219) -Codechange: removed the now obsolite code in the build train com...bjarni
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 r3193) Staticise the vehicle position hashtron
2005-11-14(svn r3181) -Bracingtron
2005-11-14(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBITtron
2005-11-13(svn r3173) Use the trinary operator and switch to improve readabilitytron
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-11-05(svn r3143) -Codechange: greatly increased speed when allocating vehiclesbjarni
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 r3137) -Fix: [autoreplace] fixed assert that was triggerable when a vehi...bjarni
2005-11-04(svn r3136) -Fix: [autoreplace] all cargo in engines that consists of more th...bjarni
2005-11-03(svn r3129) -Fix: [autoreplace] fixed bug that made the player pay twice for ...bjarni
2005-11-03(svn r3128) -Fix: [autoreplace] fixed bug that made the player pay twice for ...bjarni
2005-11-03(svn r3127) -Fix: [autoreplace] fixed a condition where a vehicle could fail ...bjarni
2005-11-01(svn r3116) -Fix: [autoreplace] fixed issue where autorenewing/autoreplacing ...bjarni
2005-10-31(svn r3112) -Feature: [autoreplace] profit counters are now remembered too (r...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-29(svn r3100) -Codechange [Clone vehicles] Major change to clone vehiclesbjarni
2005-10-27(svn r3093) -Fix: [autoreplace] fixed issue where the money limit message sho...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-07(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte...tron
2005-09-28(svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATI...tron
2005-09-27(svn r2993) Fix: Reset aircraft images differently. Fixes assertion introduce...peter1138
2005-09-26(svn r2991) Reset vehicle images on game load. Allows savegames with NewGRFs ...peter1138
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
2005-09-14(svn r2951) - Fix: [ 1259345 ] Changing engine in netgame opens train window ...Darkvater
2005-09-03(svn r2912) -Fix: [autorenew]: fixed issue where autorenewed vehicles didn't...bjarni
2005-08-08(svn r2845) Remove sprite size caching, it was unusedtron
2005-08-06(svn r2820) -Fix: [autoreplace] fixed issue introduced in 2817 where autorepl...bjarni
2005-08-06(svn r2819) Make variables, which are exclusive for internal use of the save/...tron
2005-08-06(svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to se...bjarni
2005-08-01(svn r2781) Fix some of the issues with variables in .h files.ludde
2005-08-01(svn r2779) -Fix: [clone vehicles] fixed typos, which could lead to crashes w...bjarni
2005-07-31(svn r2764) -Feature: Clone vehiclesbjarni
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-20(svn r2658) -Codechange: Use MAKE_TRANSPARENT to display a transparented spritecelestar
2005-07-20(svn r2650) Convert many explicit shifts+ands to extract bits to invocations ...tron