celestar [Thu, 29 Mar 2007 13:52:34 +0000] rev 6890
(svn r9524) -Fix(FS#640,r8755): Implemented a "dummy" State Machine for stations who got their airport removed while there were still aircraft within the State Machine (and thus caused asserts)
belugas [Wed, 28 Mar 2007 20:41:35 +0000] rev 6889
(svn r9523) -Cleanup: doxygen changes. Time to take care of "R"
rubidium [Wed, 28 Mar 2007 20:12:32 +0000] rev 6888
(svn r9522) -Fix (r9073): the entries in source.list are supposed to be sorted alphabetically.
belugas [Wed, 28 Mar 2007 20:11:00 +0000] rev 6887
(svn r9521) -Fix(9520): Partly revert, accidentally commited an unnecessary change
belugas [Wed, 28 Mar 2007 20:06:28 +0000] rev 6886
(svn r9520) -Codechange: Add the notion of Industry behaviour. It means what an industry can do (plant fields, cut trees, do not change production), what can be done to it (disasters like mine subsidence, jet/chopper attack), when it can be built etc...
glx [Wed, 28 Mar 2007 14:31:52 +0000] rev 6885
(svn r9519) -Fix r7406 (revert r9518): free the malloced variable, not a pointer to that variable. Also free it if there's any error.
rubidium [Wed, 28 Mar 2007 09:27:38 +0000] rev 6884
(svn r9518) -Fix [Windows]: do not free an uninitialized pointer.
richk [Mon, 10 Mar 2008 16:35:38 +0000] rev 6883
(svn r12357) [NewGRF_ports] -Codechange: Use instantiation of new FSMPortMovingData to create a copy of a const.
richk [Mon, 10 Mar 2008 16:29:40 +0000] rev 6882
(svn r12356) [NewGRF_ports] -Codechange: Use enummed widgets since its got them.
richk [Mon, 10 Mar 2008 16:23:19 +0000] rev 6881
(svn r12355) [NewGRF_ports] -Fix: GUI was expanding old airport_gui widget when text was too long.