Age | Commit message (Expand) | Author |
2021-01-05 | Codechange: create MutableSpriteCache to remove the need to cast Vehicle to a... | Matt Kimber |
2020-04-06 | Fix #8064: Incorrect display of refit capacity | glx |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt |
2019-04-10 | Codechange: Use null pointer literal instead of the NULL macro | Henry Wilson |
2019-03-24 | Change: Show additional cost and refitted capacity in build vehicle window. | peter1138 |
2018-05-21 | Change: Add CargoTypes type for cargo masks. (#6790) | PeterN |
2016-10-16 | (svn r27666) -Codechange: Pass vehicle sprites around using a struct VehicleS... | frosch |
2016-05-22 | (svn r27580) -Fix [FS#6395]: Set date of last service on construction also fo... | frosch |
2014-09-20 | (svn r26863) -Codechange: move a number of Vehicle* functions into the Vehicl... | rubidium |
2014-09-18 | (svn r26849) -Fix[FS#6113]: Better display of refit information in articulate... | alberth |
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ... | rubidium |
2013-05-19 | (svn r25259) -Codechange: track capacities and usage of links | rubidium |
2013-01-08 | (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl... | planetmaker |
2012-03-14 | (svn r24029) -Change: [NoAI] make AIEngine::IsArticulated return true if the ... | yexo |
2012-02-19 | (svn r23965) -Fix [FS#5070]: Refittability should never depend on the current... | frosch |
2012-01-03 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | rubidium |
2012-01-02 | (svn r23713) -Codechange: split VehicleMove() into two functions, to minimali... | truebrain |
2011-12-15 | (svn r23526) -Codechange: unify cargos vs cargoes | rubidium |
2011-11-08 | (svn r23137) -Change: [NewGRF v8] New result format for callback 16. | frosch |
2011-11-01 | (svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and V... | frosch |
2011-11-01 | (svn r23074) -Codechange: Add Vehicle::GetEngine() to simplify code. | frosch |
2011-05-02 | (svn r22413) -Document: even more stuff | rubidium |
2011-03-05 | (svn r22205) -Codechange: replace magic number with constant | rubidium |
2011-02-10 | (svn r22048) -Fix (r4495): company 0 does not always exist, so put temporary ... | glx |
2011-01-29 | (svn r21924) -Codechange: Unify some parts of the articulated vehicle code. | terkhen |
2011-01-19 | (svn r21858) -Codechange: Give more similar names to ArticulatedPart functions. | terkhen |
2010-12-14 | (svn r21521) -Codechange: Unify some cached values that were present in both ... | terkhen |
2010-12-14 | (svn r21517) -Codechange: Add IsGroundVehicle function to the Engine class. | terkhen |
2010-11-09 | (svn r21123) -Codechange: Remove max_speed from the Vehicle class. | terkhen |
2010-08-26 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some... | rubidium |
2010-08-01 | (svn r20281) -Codechange: unify case scope closure + break coding style | rubidium |
2010-02-14 | (svn r19132) -Codechange: No need to end a line with ;;. | alberth |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2009-12-20 | (svn r18566) -Codechange: When both the union and intersection of refit masks... | frosch |
2009-10-31 | (svn r17911) -Codechange: bool * is a pointer, not a bool | peter1138 |
2009-10-30 | (svn r17907) -Codechange: Deduplicate result interpretation of articulated ve... | frosch |
2009-10-06 | (svn r17728) -Cleanup: Remove some more unneeded/unused parameters. | frosch |
2009-10-06 | (svn r17726) -Cleanup: Remove some unneeded/unused parameters. | frosch |
2009-10-04 | (svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into EngineIn... | frosch |
2009-10-03 | (svn r17684) -Fix: tcache.first_engine and rcache.first_engine need to be set... | frosch |
2009-09-14 | (svn r17534) -Codechange: unify the naming of callback masks/flags | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-07-02 | (svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNe... | smatz |
2009-07-02 | (svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart f... | rubidium |
2009-07-02 | (svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedP... | rubidium |
2009-07-02 | (svn r16720) -Codechange: make Set/ClearFrontEngine(), Set/ClearArticulatedPa... | smatz |
2009-07-01 | (svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW... | smatz |
2009-06-27 | (svn r16679) -Codechange: Let GetCapacityOfArticulatedParts() return a CargoA... | frosch |
2009-06-06 | (svn r16527) -Codechange: use static member functions instead of simple casts... | smatz |
2009-05-26 | (svn r16426) -Fix [FS#2921] (r16390): articulated parts got the wrong image a... | rubidium |