tron [Sun, 25 Feb 2007 09:27:03 +0000] rev 6150
(svn r8893) -Fix
variable scope, const, misc.
rubidium [Sun, 25 Feb 2007 09:06:13 +0000] rev 6149
(svn r8892) -Fix (r8879): swapped the eye colour and eyebrow bits.
peter1138 [Sat, 24 Feb 2007 23:36:40 +0000] rev 6148
(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
peter1138 [Sat, 24 Feb 2007 23:20:21 +0000] rev 6147
(svn r8890) -Codechange: (NewGRF) add cargo translation support to engine var 47
rubidium [Sat, 24 Feb 2007 22:35:42 +0000] rev 6146
(svn r8889) -Fix (r8880): a CursorID is not a SpriteID.
peter1138 [Sat, 24 Feb 2007 22:01:18 +0000] rev 6145
(svn r8888) -Codechange: Replace hardcoded default cargo bitmasks with a list of cargo labels.
KUDr [Sat, 24 Feb 2007 19:43:50 +0000] rev 6144
(svn r8887) -Fix (r8879)[MorphOS]: initialization of mouth_table[] skipped by goto
peter1138 [Sat, 24 Feb 2007 19:36:47 +0000] rev 6143
(svn r8886) -Codechange: (NewGRF) Add (partial) cargo translation table support, applied to action 3s only.
peter1138 [Sat, 24 Feb 2007 19:26:45 +0000] rev 6142
(svn r8885) -Codechange: (NewGRF) If a default cargo type property is out of range then choose the cargo type from its refit list.
tron [Sat, 24 Feb 2007 18:44:30 +0000] rev 6141
(svn r8884) -Fix
Replace SetSpeedLimitOnBridge() by something simpler