Age | Commit message (Expand) | Author |
2009-12-04 | (svn r18402) -Codechange: unify/centralise the code for crashing vehicles | rubidium |
2009-12-02 | (svn r18385) -Cleanup: remove the now unneeded multistop slot management code | rubidium |
2009-11-05 | (svn r17974) -Fix (r17926)[FS#3300]: C != T | frosch |
2009-11-01 | (svn r17930) -Fix (r17926): Aircraft were not carrying mail anymore, when CB1... | frosch |
2009-10-31 | (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string bef... | alberth |
2009-10-31 | (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail cons... | frosch |
2009-10-28 | (svn r17899) -Codechange: Deduplicate code for refitting vehicles. | frosch |
2009-10-28 | (svn r17897) -Fix [FS#3255]: CB15 and CB36 (capacity) were not always called ... | frosch |
2009-10-06 | (svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a... | frosch |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-10-02 | (svn r17682) -Codechange: remove erroneous space before some commas | rubidium |
2009-09-20 | (svn r17594) -Fix: Vehicle image was not always updated when needed. | frosch |
2009-09-15 | (svn r17552) -Codechange: rename load_unload_time_rem to something more gener... | rubidium |
2009-09-14 | (svn r17534) -Codechange: unify the naming of callback masks/flags | rubidium |
2009-09-13 | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for... | frosch |
2009-09-01 | (svn r17363) -Fix [FS#3163] (r16717): feed autoreplace the front of vehicles,... | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-17 | (svn r17209) -Codechange: Move cargo_type from (Rail|Road|Ship)VehicleInfo to... | frosch |
2009-08-06 | (svn r17091) -Fix (r17089)(r17090): regression test was right | smatz |
2009-08-06 | (svn r17089) -Codechange: move RunVehicleDayProc() to vehicle.cpp | smatz |
2009-08-06 | (svn r17085) -Codechange: unify the place where vehicle's cargo ages | smatz |
2009-08-06 | (svn r17084) -Codechange: _age_cargo_skip_counter is common to all vehicle types | smatz |
2009-08-04 | (svn r17062) -Change: unify the naming of some 125 strings | rubidium |
2009-07-22 | (svn r16920) -Codechange: shuffle some strings around to simplify looking up ... | rubidium |
2009-07-22 | (svn r16919) -Codechange: unify some more StringID w.r.t. their naming | rubidium |
2009-07-22 | (svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/ | rubidium |
2009-07-20 | (svn r16894) -Codechange: Add [Specialised]Vehicle::Last(). | frosch |
2009-07-16 | (svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get() | smatz |
2009-07-13 | (svn r16814) -Codechange: make IsNormalAircraft() member of Aircraft | smatz |
2009-07-13 | (svn r16813) -Codechange: make IsEngineCountable() member of Vehicle | smatz |
2009-07-13 | (svn r16801) -Fix [FS#3022]: cargo payments weren't destroyed when a vehicle ... | rubidium |
2009-07-02 | (svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedP... | rubidium |
2009-07-01 | (svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW... | smatz |
2009-07-01 | (svn r16717) -Codechange: make IsFrontEngine() member of Train | smatz |
2009-06-29 | (svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for ... | rubidium |
2009-06-24 | (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() | smatz |
2009-06-09 | (svn r16544) -Codechange: use double-linked list for vehicle position caches ... | smatz |
2009-06-06 | (svn r16527) -Codechange: use static member functions instead of simple casts... | smatz |
2009-06-06 | (svn r16525) -Codechange: Notify small ufos on deletion of road vehicles, so ... | frosch |
2009-06-01 | (svn r16491) -Codechange: Added parentheses around bitwise operators for code... | alberth |
2009-05-31 | (svn r16477) -Fix [FS#2936] (r12650): loading indicator when 'unload' in and ... | rubidium |
2009-05-30 | (svn r16472) -Codechange: set vehicle type in SpecializedVehicle constructor ... | smatz |
2009-05-27 | (svn r16451) -Fix (r16449): crash when a spectator (or dedicated server) rece... | smatz |
2009-05-26 | (svn r16439) -Change: Make the default vehicle servicing settings company-bas... | yexo |
2009-05-26 | (svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be r... | rubidium |
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-24 | (svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles... | frosch |
2009-05-24 | (svn r16414) -Change: Make it harder to ignore/close important error messages... | frosch |
2009-05-23 | (svn r16397) -Codechange: move GetVehicleOrder/GetLastVehicleOrder into Vehicle | rubidium |