summaryrefslogtreecommitdiff
path: root/src/newgrf_engine.cpp
AgeCommit message (Expand)Author
2009-03-16(svn r15739) -Codechange: Expose GRF ID of engines in var action property 0x25.peter1138
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-04(svn r15617) -Change [FS#2694]: vehicle variables 40-43 weren't cached (thoug...rubidium
2009-02-21(svn r15542) -Feature(ette): Support vehicle vars 0x47 and 0xF2 in purchase l...frosch
2009-02-21(svn r15541) -Revert (r15399): 'v->cargo_type' is also used in other places, ...frosch
2009-02-18(svn r15517) -Fix [FS#2642](r6455): Wagonoverrides and articulated engine par...frosch
2009-02-18(svn r15516) -Fix (r10097): Livery overrides for articulated parts of roadveh...frosch
2009-02-07(svn r15399) -Fix [FS#2617]: For articulated parts v->cargo_type == CT_INVALI...frosch
2009-02-06(svn r15378) -Fix: The subcargo returned by vehicle variable 0x42 should be t...frosch
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-09(svn r14945) -Feature(ette): Support var 0x45 (curvature info) also for road ...frosch
2009-01-03(svn r14801) -Codechange: don't reference Vehicle::num_orders directly but th...rubidium
2008-12-30(svn r14776) -Fix (r14742): ListPositionMap relied on std::map having sorted ...peter1138
2008-12-26(svn r14742) -Codechange: use SmallMap in two cases to reduce compilation tim...smatz
2008-12-15(svn r14678) -Fix [FS#2435]: gradual filling graphics were not chosen accordi...rubidium
2008-12-13(svn r14669) -Codechange: use SmallVector instead of std::list at one placesmatz
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-22(svn r14383) -Fix [FS#2316](r14343): handle invalid 'v->u.air.targetairport' ...smatz
2008-07-30(svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.frosch
2008-07-20(svn r13761) -Codechange: Remove dependency on rail for altering purchase lis...peter1138
2008-07-17(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...rubidium
2008-06-07(svn r13397) -Fix: Do not crash when resolving vehicle sprite groups with zer...frosch
2008-06-04(svn r13377) -Codechange: Let 'long format' build year work in vehicle purcha...peter1138
2008-06-04(svn r13376) -Feature: Add access to current long year and date from Action 7...belugas
2008-06-01(svn r13351) -Codechange: disable warnings about unused variable for builds w...smatz
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-06(svn r12982) -Fix: compiler warning when compiling without assertssmatz
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-29(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...peter1138
2008-04-28(svn r12914) -Fix: Game crash when a spectator/server tried to show an engine...peter1138
2008-04-27(svn r12910) -Fix: Report reverse sprite status (FD/FE) to NewGRF for manuall...peter1138
2008-04-24(svn r12872) -Codechange: Remove obsolete unused engine list order functionpeter1138
2008-04-06(svn r12587) -Codechange: unduplicate some code in the Unpack*Order functions...rubidium
2008-04-05(svn r12584) -Codechange: do not access the order type directly.rubidium
2008-03-31(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...rubidium
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-28(svn r12454) -Fix (r12452): incorrect calculation for 'first vehicle in this ...glx
2008-03-27(svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only.glx
2008-03-03(svn r12331) -Feature: [NewGRF] vehicle variable FE bit 8glx
2008-03-03(svn r12330) -Feature: [NewGRF] vehicle variable FE bit 5 and 6glx
2008-02-28(svn r12314) -Fix (r4896): Include prop 25 data for all train parts, not just...peter1138
2008-02-20(svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the t...smatz
2008-02-18(svn r12180) -Fix: Test purchase list loading/loaded sprites instead of uncon...peter1138
2008-02-13(svn r12134) -Change: count the number of ticks a vehicle was running this da...smatz
2008-01-12(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...peter1138
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11800) -Codechange: move some functions to a more logical location + so...rubidium