rubidium [Sun, 14 Oct 2007 19:48:48 +0000] rev 7725
(svn r11260) -Codechange: replace a magic number by a less magic enumified constant. Patch by ammler.
rubidium [Sun, 14 Oct 2007 19:46:00 +0000] rev 7724
(svn r11259) -Fix [FS#1331]: the wrong song was played in the first intro game of a single OTTD session.
rubidium [Sun, 14 Oct 2007 19:13:38 +0000] rev 7723
(svn r11258) -Fix [FS#1325]: if a Load Amount callback returns 0, it means (according to TTDP's source code, not "the" specs) that it should take the "default" one.
glx [Sun, 14 Oct 2007 14:50:07 +0000] rev 7722
(svn r11257) -Fix (r11145): wrong endian used when preparing text ref stack
belugas [Sun, 14 Oct 2007 00:26:24 +0000] rev 7721
(svn r11256) -Codechange: Make opening a new toolbar not overlapping its parent one, by locating it under the parent, and aligned with the left side of it.
FS#1310, by BigBB
glx [Sat, 13 Oct 2007 16:56:29 +0000] rev 7720
(svn r11255) -Fix [FS#1332]: industry counter was not updated on TTD savegame loading
maedhros [Sat, 13 Oct 2007 12:04:07 +0000] rev 7719
(svn r11254) -Fix: Link with -lpthread on FreeBSD.
glx [Sat, 13 Oct 2007 02:49:05 +0000] rev 7718
(svn r11253) -Fix (r9411): industries can still use cargo they define, even if these cargo are disabled by a grf loaded later
glx [Sat, 13 Oct 2007 02:23:11 +0000] rev 7717
(svn r11252) -Revert r11239, Fix r9620: cargo translation was not done correctly
belugas [Sat, 13 Oct 2007 00:49:13 +0000] rev 7716
(svn r11251) -Fix[FS#1318]: Newindustries must not rely on the old check placement functions. It is the the job of callbacks. Therefor, upon substitution, disable the said check.
Warning, plenty of industries are going to be generated ;)