summaryrefslogtreecommitdiff
path: root/src/newgrf_engine.cpp
AgeCommit message (Expand)Author
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-17(svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains ...frosch
2009-07-16(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()smatz
2009-07-01(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW...smatz
2009-07-01(svn r16718) -Codechange: make IsFreeWagon() member of Trainsmatz
2009-06-24(svn r16647) -Codechange: remove newgrf.h include from newgrf_engine.h to pre...yexo
2009-06-24(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()smatz
2009-06-23(svn r16634) -Codechange: use Company::IsHumanID() instead of IsHumanCompany()smatz
2009-06-21(svn r16615) -Fix (r16613): 0x10 != 2yexo
2009-06-21(svn r16613) -Fix [NewGRF]: some of the var action 2 80+ variables contained ...yexo
2009-06-06(svn r16527) -Codechange: use static member functions instead of simple casts...smatz
2009-05-31(svn r16480) -Fix (r15617): Invalidate newgrf variable caches of more vehicle...frosch
2009-05-31(svn r16478) -Fix (r15378): Determining most common (sub-)cargo-type was brok...frosch
2009-05-24(svn r16422) -Codechange: use const_cast for removing const and warn when con...rubidium
2009-05-24(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...rubidium
2009-05-23(svn r16402) -Codechange: make Resolve a function of SpriteGrouprubidium
2009-05-23(svn r16396) -Codechange: split NewGRF spritegroup into multiple subclasses i...rubidium
2009-05-23(svn r16394) -Codechange: move (NewGRF) cache variables into a separate struc...rubidium
2009-05-22(svn r16393) -Codechange: move VehicleRail to Train.rubidium
2009-05-22(svn r16392) -Codechange: move some variables (the ones that aren't caches) f...rubidium
2009-05-22(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.rubidium
2009-05-22(svn r16390) -Codechange: move u.road to RoadVehicle.rubidium
2009-05-22(svn r16388) -Codechange: move u.air to Aircraftrubidium
2009-05-22(svn r16387) -Codechange: use Aircraft instead of Vehicle where appropriaterubidium
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-10(svn r16269) -Codechange: use gcc's ability to check parameters sent to print...smatz
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