Thu, 15 May 2008 14:41:56 +0000(svn r13104) -Codechange: make ResetObjectToPlace safe to be called recursively via the OnPlaceObjectAbort callback and use this knowledge to simplify closing some windows.
rubidium [Thu, 15 May 2008 14:41:56 +0000] rev 10560
(svn r13104) -Codechange: make ResetObjectToPlace safe to be called recursively via the OnPlaceObjectAbort callback and use this knowledge to simplify closing some windows.

Thu, 15 May 2008 14:12:22 +0000(svn r13103) -Codechange: make a class of the PlayerCompanyWindow.
rubidium [Thu, 15 May 2008 14:12:22 +0000] rev 10559
(svn r13103) -Codechange: make a class of the PlayerCompanyWindow.

Thu, 15 May 2008 13:47:55 +0000(svn r13102) -Codechange: make a class of the NewsWindow.
rubidium [Thu, 15 May 2008 13:47:55 +0000] rev 10558
(svn r13102) -Codechange: make a class of the NewsWindow.

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.