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
/
train_cmd.cpp
Age
Commit message (
Expand
)
Author
2007-11-25
(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp caus...
skidd13
2007-11-20
(svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename t...
skidd13
2007-11-20
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...
skidd13
2007-11-19
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ...
skidd13
2007-11-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-11-19
(svn r11476) -Codechange: rename the function myabs to abs to get rid of an u...
skidd13
2007-11-19
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...
skidd13
2007-11-15
(svn r11431) -Codechange: [NewGRF] Add support for changing rail vehicle user...
glx
2007-11-04
(svn r11383) -Codechange: fixed all the mess around KillFirstBit (tnx to Rubi...
truelight
2007-10-28
(svn r11352) -Codechange: cache callback 2D result (vehicle color mapping) in...
glx
2007-10-21
(svn r11333) -Fix: Train engines still had a value of 0.
maedhros
2007-10-21
(svn r11332) -Fix: vehicles getting a value of 0 on construction.
rubidium
2007-10-08
(svn r11230) -Fix [FS#1228]: one could construct trains out of crashed wagons...
rubidium
2007-10-08
(svn r11229) -Fix [FS#1307]: one could sell vehicles that were crashed in a d...
rubidium
2007-09-26
(svn r11173) -Codechange: rename some callback enums so they are more uniform.
rubidium
2007-09-21
(svn r11134) -Fix [FS#1238]: vehicles got removed twice from the group list w...
rubidium
2007-09-17
(svn r11122) -Fix [FS#1234]: crash when building a NewGRF vehicle when the ar...
rubidium
2007-09-16
(svn r11120) -Codechange: remove the arbitrary limit of 10 articulated parts ...
rubidium
2007-09-10
(svn r11086) -Fix/Revert (r11053, r10984): "fixing" r11053 made the accelerat...
rubidium
2007-09-09
(svn r11072) -Fix [FS#1045]: when a vehicle had a service order, the goto-dep...
rubidium
2007-09-08
(svn r11059) -Fix [FS#1182]: inconsistency between Rail<->ElRail conversions ...
rubidium
2007-09-05
(svn r11048) -Fix [FS#1206]: several cases where (re)moving eninges on a trai...
rubidium
2007-09-05
(svn r11045) -Codechange: added a function to tell if a vehicle is the rear p...
bjarni
2007-08-31
(svn r11017) -Codechange: unify determining whether a vehicle needs/can be se...
rubidium
2007-08-30
(svn r11011) -Fix [FS#1129]: GetFirstVehicleInChain did change the game state...
rubidium
2007-08-30
(svn r11004) -Codechange: some reworks of the saveload mechanism to be able t...
rubidium
2007-08-30
(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicl...
rubidium
2007-08-29
(svn r10999) -Codechange: unify the way the running cost of a vehicle is dete...
rubidium
2007-08-29
(svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.
rubidium
2007-08-26
(svn r10984) -Codechange: unify the way one can get the current speed in the ...
rubidium
2007-08-26
(svn r10983) -Codechange: use vehstatus & VS_CRASHED instead of some other "m...
rubidium
2007-08-07
(svn r10823) -Fix r8610 [FS#1097]: the autoreplace window vehicle count didn'...
bjarni
2007-08-03
(svn r10770) -Codechange: use the pool item class as super class for the vehi...
rubidium
2007-07-30
(svn r10734) -Fix [FS#1030]: Revert r10513) and add special cases for collisi...
peter1138
2007-07-26
(svn r10697) -Codechange: give a more sensible names to some of the unkX vari...
rubidium
2007-07-16
(svn r10587) -Codechange: move the string/dparam related stuff from variables...
rubidium
2007-07-09
(svn r10493) -Codechange: update some callback ID enums to reflect their chan...
rubidium
2007-07-08
(svn r10474) -Fix [FS#995]: wrong group count after train crash.
rubidium
2007-07-01
(svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a T...
rubidium
2007-07-01
(svn r10408) -Codechange: make GetImage a class method of Vehicle instead of ...
rubidium
2007-06-28
(svn r10381) -Fix [FS#951]: skipping an order made train reverse immediatelly...
rubidium
2007-06-27
(svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take acco...
peter1138
2007-06-26
(svn r10344) -Fix (r10317): confusion between TRACK_n and TRACK_BIT_n stopped...
peter1138
2007-06-25
(svn r10335) -Fix (r10331): Increment the current order index *after* using i...
maedhros
2007-06-25
(svn r10317) -Fix [FS#786]: acceleration not calculated properly when a train...
rubidium
2007-06-22
(svn r10288) -Fix [FS#202]: also age engines that aren't front-engines (based...
truelight
2007-06-22
(svn r10287) -Fix (r10266): some surprises from that (almost always) complain...
rubidium
2007-06-22
(svn r10266) -Codechange: keep track of the origin, time of travel and accumu...
rubidium
2007-06-21
(svn r10258) -Codechange: as we are now using int64 all over the place, it's ...
rubidium
2007-06-21
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to pla...
rubidium
[next]