index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vehicle.cpp
Age
Commit message (
Expand
)
Author
2010-03-05
(svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost.
alberth
2010-02-28
(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info
yexo
2010-02-28
(svn r19291) -Codechange: Rename HasVehicleOnTunnelBridge() to TunnelBridgeIs...
alberth
2010-02-28
(svn r19289) -Codechange: Move _error_message assignment from check routine t...
alberth
2010-02-28
(svn r19288) -Codechange: Move EnsureNoVehicleOnGround() and HasVehicleOnTunn...
alberth
2010-02-27
(svn r19282) -Doc: Add some doxygen doc markup.
alberth
2010-02-24
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
smatz
2010-02-22
(svn r19218) -Feature: [NewGRF] Add CB36 support for aircraft properties 0F a...
frosch
2010-02-01
(svn r18978) -Fix [FS#3584](r14753): possible invalid memory access when merg...
smatz
2010-01-21
(svn r18872) -Codechange: introduce PaletteID and use it
rubidium
2010-01-18
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper...
rubidium
2010-01-15
(svn r18812) -Codechange: make some functions in train.h functions of Train.
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2010-01-09
(svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait...
rubidium
2009-12-27
(svn r18642) -Fix [FS#3432]: when a company goes bankrupt and has vehicles on...
rubidium
2009-12-20
(svn r18571) -Fix (r18551): Vehicles not carrying any cargo (e.g. engines) we...
frosch
2009-12-20
(svn r18568) -Codechange: Bail out early.
frosch
2009-12-19
(svn r18551) -Fix [FS#1762]: When autoreplace is the only allowed reason to s...
frosch
2009-12-19
(svn r18549) -Fix: first do the time-since-last-service check and only then d...
rubidium
2009-12-19
(svn r18536) -Fix [FS#3386]: MSVC warning. Patch by pavel1269
rubidium
2009-12-13
(svn r18479) -Fix (r6532): Direction is accounted for long before motion coun...
peter1138
2009-12-12
(svn r18468) -Codechange: make sure one never makes self-loops using Vehicle:...
rubidium
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
[next]