summaryrefslogtreecommitdiff
path: root/src/direction_func.h
AgeCommit message (Collapse)Author
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2015-10-30(svn r27422) -Fix [FS#6341]: Aircraft picked the wrong airport entry point, ↵frosch
if airports were rotated by 180 degree. (marcole)
2013-11-25(svn r26105) -Codechange: add a lot of assertions to track/road functions ↵rubidium
that might eventually lead to become indices into tables
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by ↵planetmaker
Eagle_rainbow)
2011-11-21(svn r23290) -Fix [FS#2379,FS#3569]: Change the centre of train vehicles to ↵michi_cc
depend on the vehicle length instead of being fixed at 4/8th of the original vehicle length to make sure shortened vehicles don't block tiles they shouldn't block.
2011-04-01(svn r22284) -Codechange [FS#4564]: cast values to uint before computing ↵smatz
modulus in direction_func.h, so compiler can generate superior code (adf88)
2010-12-22(svn r21593) -Codechange: endif comment correcttions.alberth
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2008-04-24(svn r12870) -Codechange: remove some magic numbers from u.ship.state handlingsmatz
2007-12-18(svn r11661) -Codechange: some header reworks in order to try to reduce the ↵rubidium
compile time of OpenTTD by reduce the amount of circular-ish dependencies.