glx [Sat, 06 Oct 2007 13:20:27 +0000] rev 7687
(svn r11218) -Codechange: remove unused ENABLE_INSTALL in Makefile.in, and add --disable-unicode in configure help
rubidium [Sat, 06 Oct 2007 13:18:43 +0000] rev 7686
(svn r11217) -Update: the readme as some things weren't quite right anymore.
belugas [Sat, 06 Oct 2007 00:23:30 +0000] rev 7685
(svn r11216) -Codechange: Protect the callback who would access var 45 against a randomness that could eventually cause desynchs. Instead, use a controlled random value.
rubidium [Fri, 05 Oct 2007 22:39:15 +0000] rev 7684
(svn r11215) -Codechange: replace magic constants with less magic symbols. Patch by skidd13.
glx [Fri, 05 Oct 2007 22:13:35 +0000] rev 7683
(svn r11214) -Fix [FS#1296]: planes can't use heliports so refuse these orders
rubidium [Fri, 05 Oct 2007 22:10:15 +0000] rev 7682
(svn r11213) -Fix [FS#1298]: confusing messages when trying to build a bridge.
rubidium [Fri, 05 Oct 2007 21:49:15 +0000] rev 7681
(svn r11212) -Codechange: add support for drawing parts of sprites. Patch by frosch.
rubidium [Fri, 05 Oct 2007 21:31:59 +0000] rev 7680
(svn r11211) -Fix [FS#1302]: NewGRF GUI scrollbar does funny things when being resized.
rubidium [Fri, 05 Oct 2007 19:57:20 +0000] rev 7679
(svn r11210) -Codechange: unify the way that selection sprites are drawn. Patch by frosch.
rubidium [Fri, 05 Oct 2007 19:36:13 +0000] rev 7678
(svn r11209) -Codechange: remove some magic numbers and bit magic with appropriate enums and functions. Patch by frosch.