truebrain [Wed, 23 Apr 2008 12:05:32 +0000] rev 10308
(svn r12849) [NoAI] -Fix: when .hpp.sq doesn't exists, don't run diff (tnx to Yexo)
peter1138 [Wed, 23 Apr 2008 12:03:47 +0000] rev 10307
(svn r12848) -Cleanup/Codechange: Use correct variable types, don't prefix with _ for non-globals, and use implicit enum numbering.
peter1138 [Wed, 23 Apr 2008 11:57:58 +0000] rev 10306
(svn r12847) -Cleanup: Identing and variable scope
richk [Wed, 23 Apr 2008 03:14:27 +0000] rev 10305
(svn r12846) [NewGRF_ports] -Change: Added clearer support for seaplanes.
Seaplane is now defined on bits 2 & 3 of Prop 0x17 of Action0Planes.
Seaplanes can only be built at airports they can use. Some seaplanes have dual land/sea capability; this is supported.
Updated seaplaneport.grf to reflect new functionality.
rubidium [Wed, 23 Apr 2008 00:16:21 +0000] rev 10304
(svn r12845) -Change: use YAPF for fairly old savegames from before YAPF was introduced.
rubidium [Wed, 23 Apr 2008 00:14:49 +0000] rev 10303
(svn r12844) -Fix: the industry tick trigger should only be triggered once every 256 ticks, not every tick... Also bail out of the triggers a little earlier if you know they are not going to happen anyway.
bjarni [Tue, 22 Apr 2008 23:16:36 +0000] rev 10302
(svn r12843) -Feature [FS#1945]: The autoreplace window is now resizable in both directions
The code to open this window is also unified for all vehicle types
glx [Tue, 22 Apr 2008 21:18:55 +0000] rev 10301
(svn r12842) -Codechange [FS#1604]: scale message history by map size
rubidium [Tue, 22 Apr 2008 19:42:52 +0000] rev 10300
(svn r12841) [NoAI] -Add: function to test whether an industry is built on water/has a heliport/dock.
glx [Tue, 22 Apr 2008 19:23:19 +0000] rev 10299
(svn r12840) [NoAI] -Fix (r12838): incorrect comment