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_type.h
Age
Commit message (
Expand
)
Author
2011-11-01
(svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to dra...
frosch
2011-10-03
(svn r22980) -Add: GroupStatistics for DEFAULT_GROUP.
frosch
2011-05-01
(svn r22405) -Document: some more "random-ish" tidbits
rubidium
2011-04-17
(svn r22343) -Change: Remove pixel limiter for query strings.
terkhen
2011-03-05
(svn r22205) -Codechange: replace magic number with constant
rubidium
2011-01-14
(svn r21797) -Fix/Change: unify the size (in characters) of the string inputs...
rubidium
2010-12-05
(svn r21416) -Codechange: limit vehicle name by amount of characters, not bytes
rubidium
2010-11-05
(svn r21088) -Doc: Additions/corrections of doxygen comments.
alberth
2010-09-08
(svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehic...
rubidium
2010-08-19
(svn r20574) -Codechange: a little over 1 million vehicles should be enough f...
rubidium
2010-05-13
(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...
rubidium
2010-04-17
(svn r19654) -Codechange: Use Extract<> in more places.
frosch
2010-03-23
(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT an...
smatz
2010-01-30
(svn r18963) -Codechange: Give AccelerationModel a generical name.
terkhen
2009-12-01
(svn r18362) -Cleanup: remove OPF for RVs and NTP to clean up lots of code an...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-07-26
(svn r16960) -Doc: Added some viewport and vehicle type doxygen strings.
alberth
2009-06-06
(svn r16527) -Codechange: use static member functions instead of simple casts...
smatz
2009-05-26
(svn r16428) -Codechange: use the less bloated SimpleTinyEnumT instead of Tin...
rubidium
2009-05-22
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
rubidium
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-01-23
(svn r15236) -Codechange: Rename realistic_acceleration patch option to train...
peter1138
2008-08-13
(svn r14063) -Codechange: replace some "magic" constants with enumified const...
rubidium
2008-05-28
(svn r13307) -Codechange: Separate VehicleList and its two functions so only ...
peter1138
2008-05-25
(svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simp...
peter1138
2008-04-20
(svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp
rubidium
2008-04-20
(svn r12803) -Cleanup: rename SpecialVehicle to EffectVehicle to have a unifo...
rubidium
2008-04-11
(svn r12658) -Codechange: unify a vast portion of the CmdSend<VehicleType>ToD...
rubidium
2008-02-13
(svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yo...
smatz
2007-12-27
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...
rubidium
2007-12-19
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
rubidium