peter1138 [Mon, 03 Mar 2008 19:15:53 +0000] rev 9160
(svn r12329) -Fix [FS#1819]: Disallow building level crossings over one-way roads as this allowed competitors to remove the one-way state.
belugas [Mon, 03 Mar 2008 18:20:42 +0000] rev 9159
(svn r12328) -Fix(r3447): Wrong Y pillar specified for girder with arch bridge. Spotted and fixed by a lot of people ;)
smatz [Sun, 02 Mar 2008 00:25:54 +0000] rev 9158
(svn r12324) -Fix (r6789): vehicles could be sorted in a wrong order when a vehicle name changed - cached name was not invalidated
smatz [Sat, 01 Mar 2008 23:53:58 +0000] rev 9157
(svn r12323) -Fix [FS#1821](r6789): vehicle sorting by name was broken, it was comparing two the same strings (when caching was not used)
glx [Fri, 29 Feb 2008 22:55:57 +0000] rev 9156
(svn r12322) -Fix (r9874): endian issue when saving/loading group owner
glx [Fri, 29 Feb 2008 22:01:47 +0000] rev 9155
(svn r12321) -Change: update readme about where openttd looks for files (based on dih work)
peter1138 [Fri, 29 Feb 2008 15:20:02 +0000] rev 9154
(svn r12320) -Fix [FS#1817]: Wrong transparency options could be saved after toggling all.
peter1138 [Fri, 29 Feb 2008 13:57:50 +0000] rev 9153
(svn r12319) -Cleanup: Comment fixes (Roujin)
peter1138 [Fri, 29 Feb 2008 08:48:01 +0000] rev 9152
(svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings.
peter1138 [Fri, 29 Feb 2008 08:40:49 +0000] rev 9151
(svn r12316) -Codechange: Support loading full range of 0xD0xx NewGRF strings which
includes 0xD000 to 0xD3FF (yes, 0xD0xx makes a lot of sense, really...)
and handle 0xD400 to 0xD7FF strings which map to 0xD000 to 0xD3FF
(obviously).