summaryrefslogtreecommitdiff
path: root/vehicle.c
AgeCommit message (Expand)Author
2006-01-08(svn r3390) -Fix: [autoreplace] fixed issue where autoreplace failed to attac...bjarni
2006-01-05(svn r3367) Unify the 4 distinct CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SER...tron
2006-01-05(svn r3365) Staticise 36 functionstron
2006-01-04(svn r3362) Fix issue with loading old (TTD) savegames:peter1138
2006-01-04(svn r3361) - Clone Vehicle: Disallow cloning of crashed rail vehicles after ...peter1138
2005-12-29(svn r3353) Simplify the automatic length adjustment algorithm for replacing ...tron
2005-12-28(svn r3352) - NewGRF: Move initialization of vehicle random_bits to DC_EXEC b...peter1138
2005-12-24(svn r3339) Remove unnecessary includestron
2005-12-14(svn r3298) Remove unused and write-only variablestron
2005-12-14(svn r3297) Staticisetron
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