Sun, 08 Jul 2007 17:40:04 +0000(svn r10477) -Codechange: add some callbacks to customise the acceptance of industries.
rubidium [Sun, 08 Jul 2007 17:40:04 +0000] rev 7695
(svn r10477) -Codechange: add some callbacks to customise the acceptance of industries.

Sun, 08 Jul 2007 14:23:15 +0000(svn r10476) -Fix: some newgrf callbacks were already implemented even though the comment said they were not.
rubidium [Sun, 08 Jul 2007 14:23:15 +0000] rev 7694
(svn r10476) -Fix: some newgrf callbacks were already implemented even though the comment said they were not.

Sun, 08 Jul 2007 09:35:39 +0000(svn r10475) -Fix [FS#996]: some wrong comments for a few of the (vehicle) group related actions.
rubidium [Sun, 08 Jul 2007 09:35:39 +0000] rev 7693
(svn r10475) -Fix [FS#996]: some wrong comments for a few of the (vehicle) group related actions.

Sun, 08 Jul 2007 09:29:28 +0000(svn r10474) -Fix [FS#995]: wrong group count after train crash.
rubidium [Sun, 08 Jul 2007 09:29:28 +0000] rev 7692
(svn r10474) -Fix [FS#995]: wrong group count after train crash.

Sun, 08 Jul 2007 00:25:05 +0000(svn r10473) -Codechange: make the industry "window", the one that shows when you click on an industry, more flexible to allow easier integration with newindustries.
rubidium [Sun, 08 Jul 2007 00:25:05 +0000] rev 7691
(svn r10473) -Codechange: make the industry "window", the one that shows when you click on an industry, more flexible to allow easier integration with newindustries.

Sat, 07 Jul 2007 21:14:36 +0000(svn r10472) -Fix (r10741): typos prevented compilation
peter1138 [Sat, 07 Jul 2007 21:14:36 +0000] rev 7690
(svn r10472) -Fix (r10741): typos prevented compilation

Sat, 07 Jul 2007 20:31:23 +0000(svn r10471) -Codechange: implement driver probing priority so that 'preferred' drivers are loaded first
peter1138 [Sat, 07 Jul 2007 20:31:23 +0000] rev 7689
(svn r10471) -Codechange: implement driver probing priority so that 'preferred' drivers are loaded first

Sat, 07 Jul 2007 20:17:01 +0000(svn r10470) -Fix: clamp station build date to 16 bit value for newgrf, preventing overflow and incorrect graphics shown past a certain date.
peter1138 [Sat, 07 Jul 2007 20:17:01 +0000] rev 7688
(svn r10470) -Fix: clamp station build date to 16 bit value for newgrf, preventing overflow and incorrect graphics shown past a certain date.

Sat, 07 Jul 2007 17:36:01 +0000(svn r10466) -Fix: the minimum amount of waiting cargo shouldn't be 65535; that should be the maximum amount of waiting cargo.
rubidium [Sat, 07 Jul 2007 17:36:01 +0000] rev 7687
(svn r10466) -Fix: the minimum amount of waiting cargo shouldn't be 65535; that should be the maximum amount of waiting cargo.

Sat, 07 Jul 2007 17:33:29 +0000(svn r10465) -Fix: first run the WE_CREATE callback and then perform the dirtying of the window, so you won't get glitches if you resize a window in the WE_CREATE callback.
rubidium [Sat, 07 Jul 2007 17:33:29 +0000] rev 7686
(svn r10465) -Fix: first run the WE_CREATE callback and then perform the dirtying of the window, so you won't get glitches if you resize a window in the WE_CREATE callback.