smatz [Thu, 06 Dec 2007 20:48:15 +0000] rev 8022
(svn r11582) -Fix: tiles were not marked dirty in some cases when removing a lock
rubidium [Thu, 06 Dec 2007 20:36:46 +0000] rev 8021
(svn r11581) -Codechange: add some missing cargo classes and some documentation.
skidd13 [Thu, 06 Dec 2007 18:29:31 +0000] rev 8020
(svn r11580) -Feature: Memorise the resizing of the build bridge selection window during runtime
belugas [Thu, 06 Dec 2007 15:58:39 +0000] rev 8019
(svn r11579) -Revert(r11578): some cases of key propagation are not handled correctly.
A better solution will be deviced, but not now. Let's not cause a ton of bug reports
belugas [Thu, 06 Dec 2007 02:31:47 +0000] rev 8018
(svn r11578) -Codechange: Introduce the window default flag WDF_TEXTENTRY which specifies that the window holding it is actually one that enables an edit box.
Use this flag when dispatching a key event instead of using some hard coded window IDs.
This should ease a little bit the creation of new edit aware windows.
smatz [Wed, 05 Dec 2007 19:13:42 +0000] rev 8017
(svn r11577) -Fix: invalidate 'list trains/roadvehs/ships/planes' widgets when station part is added/removed
smatz [Wed, 05 Dec 2007 17:08:10 +0000] rev 8016
(svn r11576) -Codechange: enumerize and comment station GUI
smatz [Wed, 05 Dec 2007 16:55:33 +0000] rev 8015
(svn r11575) -Fix [FS#1502]: widget numbers of StationViewWindow were incorrect at some places
smatz [Wed, 05 Dec 2007 00:16:20 +0000] rev 8014
(svn r11574) -Fix: flood train stations when there are no trains on border tiles too (when non-uniform stations are OFF)
rubidium [Tue, 04 Dec 2007 22:50:07 +0000] rev 8013
(svn r11573) -Codechange: pause games that miss GRFs by default and throw some warnings and disclaimers when you want to unpause it.