Age | Commit message (Expand) | Author |
2021-01-08 | Codechange: Remove min/max functions in favour of STL variants (#8502) | Charles Pigott |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt |
2019-05-01 | Feature: Add NotRoadTypes (NRT) | peter1138 |
2019-04-10 | Codechange: Use null pointer literal instead of the NULL macro | Henry Wilson |
2019-03-24 | Codechange: Use override specifer for overriding member declarations | Henry Wilson |
2014-09-21 | (svn r26888) -Codechange: use ints for some z-levels of vehicles (ic111) | rubidium |
2014-07-22 | (svn r26702) -Fix [FS#6067]: integer overflows in acceleration code causing e... | rubidium |
2012-09-21 | (svn r24540) -Codechange: Remove the not-so-useful HALF_TILE_SIZE constant. | alberth |
2012-07-07 | (svn r24384) -Fix [FS#5188-ish]: Make IsInDepot() functions behave consistent... | frosch |
2012-01-03 | (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed | rubidium |
2012-01-02 | (svn r23714) -Codechange: don't mix Viewport with non-viewport code | truebrain |
2011-12-20 | (svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o... | truebrain |
2011-12-19 | (svn r23595) -Codechange: add comma after last enum to get a more uniform cod... | rubidium |
2011-12-16 | (svn r23540) -Codechange: unify and document vehicle widgets | rubidium |
2011-11-04 | (svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z re... | rubidium |
2011-11-04 | (svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions... | rubidium |
2011-05-18 | (svn r22473) -Codechange: Automatic orders are better called implicit orders ... | planetmaker |
2011-04-16 | (svn r22328) -Add: a flag to GroundVehicles to disable insertion and removal ... | frosch |
2011-03-05 | (svn r22205) -Codechange: replace magic number with constant | rubidium |
2011-02-05 | (svn r21989) -Fix (r21954): Vehicle status bar glitches on speed changes. | frosch |
2011-02-04 | (svn r21954) -Cleanup: remove setting to not show the vehicle speed in the ve... | rubidium |
2011-01-29 | (svn r21922) -Codechange: Unify articulated vehicle checking functions. | terkhen |
2011-01-29 | (svn r21921) -Codechange: Move GroundVehicleSubtypeFlags as they will be need... | terkhen |
2011-01-26 | (svn r21916) -Fix [FS#4442]: the minimum speed needed for (realistic) acceler... | rubidium |
2011-01-26 | (svn r21914) -Codechange: move the algorithmic part of Train::UpdateSpeed to ... | rubidium |
2011-01-26 | (svn r21911) -Codechange: move tcache.last_speed to gcache.last_speed and mak... | rubidium |
2011-01-21 | (svn r21883) -Codechange: make UpdateZPosition() faster by not calling GetSlo... | smatz |
2011-01-21 | (svn r21882) -Codechange: make use of the fact that vehicle's Z position can ... | smatz |
2011-01-21 | (svn r21879) -Codechange: reset vehicle's GOINGUP/DOWN bits when it crashes | smatz |
2011-01-21 | (svn r21878) -Codechange: move parts of UpdateInclination() to separate funct... | smatz |
2011-01-21 | (svn r21877) -Codechange: move definition of HALF_TILE_SIZE to tile_type.h | smatz |
2011-01-21 | (svn r21876) -Codechange: typedef SpecializedVehicleBase and GroundVehicleBas... | smatz |
2011-01-19 | (svn r21862) -Codechange: Unify subtype handling between road vehicles and tr... | terkhen |
2011-01-19 | (svn r21859) -Codechange: Move train subtype flags to GroundVehicle. | terkhen |
2011-01-16 | (svn r21824) -Codechange: don't call GetSlopeZ() when the ground vehicle is o... | smatz |
2010-12-14 | (svn r21521) -Codechange: Unify some cached values that were present in both ... | terkhen |
2010-12-14 | (svn r21520) -Document: Complete the comments of GroundVehicleCache. | terkhen |
2010-12-14 | (svn r21518) -Codechange: Rename AccelerationCache to GroundVehicleCache. | terkhen |
2010-11-07 | (svn r21106) -Change: Tuned realistic acceleration to be a bit more realistic... | michi_cc |
2010-11-06 | (svn r21092) -Codechange: Merge max speed functions. | terkhen |
2010-08-02 | (svn r20302) -Add: Method for getting the air drag of a ground vehicle. | terkhen |
2010-08-02 | (svn r20299) -Add: Make trains and road vehicles use a different area value t... | terkhen |
2010-03-06 | (svn r19356) -Fix: Whitespace. | frosch |
2010-03-06 | (svn r19342) -Codechange: Move inclination update functions to GroundVehicle. | terkhen |
2010-03-06 | (svn r19341) -Codechange: Move GOINGUP/GOINGDOWN flags to GroundVehicle. | terkhen |
2010-03-06 | (svn r19340) -Documentation: Add a list of required functions to GroundVehicle. | terkhen |
2010-03-06 | (svn r19339) -Codechange: Move acceleration functions to GroundVehicle. | terkhen |
2010-03-06 | (svn r19338) -Codechange: Move the acceleration cache to GroundVehicle. | terkhen |
2010-03-06 | (svn r19337) -Codechange: Create the GroundVehicle class. | terkhen |