Thu, 15 May 2008 13:47:22 +0000(svn r13101) -Codechange: remove a unused global function.
rubidium [Thu, 15 May 2008 13:47:22 +0000] rev 10557
(svn r13101) -Codechange: remove a unused global function.

Thu, 15 May 2008 13:39:36 +0000(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.
rubidium [Thu, 15 May 2008 13:39:36 +0000] rev 10556
(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.

Thu, 15 May 2008 11:17:56 +0000(svn r13099) -Fix [FS#2014]: when a window had children only one of them would be closed (on a parent closure) instead of all children.
rubidium [Thu, 15 May 2008 11:17:56 +0000] rev 10555
(svn r13099) -Fix [FS#2014]: when a window had children only one of them would be closed (on a parent closure) instead of all children.

Thu, 15 May 2008 08:01:46 +0000(svn r13098) -Fix [FS#2016]: segmentation fault on opening an already opened depot.
rubidium [Thu, 15 May 2008 08:01:46 +0000] rev 10554
(svn r13098) -Fix [FS#2016]: segmentation fault on opening an already opened depot.

Thu, 15 May 2008 00:01:42 +0000(svn r13097) -Codechange: make a class of the GameDifficultyWindow.
glx [Thu, 15 May 2008 00:01:42 +0000] rev 10553
(svn r13097) -Codechange: make a class of the GameDifficultyWindow.

Wed, 14 May 2008 23:02:05 +0000(svn r13096) -Codechange: resize SelectPlayerLiveryWindow dynamically on _loaded_newgrf_feature.has_2CC changes
glx [Wed, 14 May 2008 23:02:05 +0000] rev 10552
(svn r13096) -Codechange: resize SelectPlayerLiveryWindow dynamically on _loaded_newgrf_feature.has_2CC changes

Wed, 14 May 2008 22:52:12 +0000(svn r13095) -Codechange: make a class of the SelectPlayerLiveryWindow.
glx [Wed, 14 May 2008 22:52:12 +0000] rev 10551
(svn r13095) -Codechange: make a class of the SelectPlayerLiveryWindow.

Wed, 14 May 2008 20:28:11 +0000(svn r13094) -Fix: closing the QueryWindow would always send a 'query has been cancelled message' even when it was not cancelled causing joining passworded servers/companies to fail.
rubidium [Wed, 14 May 2008 20:28:11 +0000] rev 10550
(svn r13094) -Fix: closing the QueryWindow would always send a 'query has been cancelled message' even when it was not cancelled causing joining passworded servers/companies to fail.

Wed, 14 May 2008 20:01:06 +0000(svn r13093) -Codechange: make a class of AboutWindow.
glx [Wed, 14 May 2008 20:01:06 +0000] rev 10549
(svn r13093) -Codechange: make a class of AboutWindow.

Wed, 14 May 2008 19:08:09 +0000(svn r13092) -Fix (r13042): don't add a variable in a subclass when the parent class already have it
glx [Wed, 14 May 2008 19:08:09 +0000] rev 10548
(svn r13092) -Fix (r13042): don't add a variable in a subclass when the parent class already have it