Tue, 14 Nov 2006 11:01:59 +0000(svn r7145) Remove extra semicolons
tron [Tue, 14 Nov 2006 11:01:59 +0000] rev 5081
(svn r7145) Remove extra semicolons

Tue, 14 Nov 2006 01:08:20 +0000(svn r7144) -Cleanup r7102: remove STR_CONFIG_PATCHES_PROGRESS_UPDATE_INTERVAL in lang files
glx [Tue, 14 Nov 2006 01:08:20 +0000] rev 5080
(svn r7144) -Cleanup r7102: remove STR_CONFIG_PATCHES_PROGRESS_UPDATE_INTERVAL in lang files

Tue, 14 Nov 2006 00:27:28 +0000(svn r7143) -CodeChange: remove redondancy in saveload dialogs
glx [Tue, 14 Nov 2006 00:27:28 +0000] rev 5079
(svn r7143) -CodeChange: remove redondancy in saveload dialogs

Tue, 14 Nov 2006 00:02:02 +0000(svn r7142) -Fix: disable clone button in vehicle view for not owned vehicles (was already done for trains)
glx [Tue, 14 Nov 2006 00:02:02 +0000] rev 5078
(svn r7142) -Fix: disable clone button in vehicle view for not owned vehicles (was already done for trains)

Mon, 13 Nov 2006 20:33:51 +0000(svn r7138) -Fix: [vehicle list windows] fixed a rare crash where having some (not all) vehicle list windows open for a player, that goes bankrupt would crash the game
bjarni [Mon, 13 Nov 2006 20:33:51 +0000] rev 5077
(svn r7138) -Fix: [vehicle list windows] fixed a rare crash where having some (not all) vehicle list windows open for a player, that goes bankrupt would crash the game
-Codechange: closing all windows for a player will now loop all windows and close those, which got the player as caption instead of having a list of windows to close

Mon, 13 Nov 2006 19:35:31 +0000(svn r7137) -Codechange: [win32] Use windows function in main loop to check if we have pressed ALT
Darkvater [Mon, 13 Nov 2006 19:35:31 +0000] rev 5076
(svn r7137) -Codechange: [win32] Use windows function in main loop to check if we have pressed ALT
(for ALT+TAB) instead of magic global _pressed_key from input-loop. (KUDr)

Sun, 12 Nov 2006 01:28:45 +0000(svn r7134) - Fix (r7133) Still can't build oil refinery in the desert climate (this time i tested it)
KUDr [Sun, 12 Nov 2006 01:28:45 +0000] rev 5075
(svn r7134) - Fix (r7133) Still can't build oil refinery in the desert climate (this time i tested it)

Sun, 12 Nov 2006 01:14:44 +0000(svn r7133) - Fix: Can't build oil refinery in other climates than temperate.
KUDr [Sun, 12 Nov 2006 01:14:44 +0000] rev 5074
(svn r7133) - Fix: Can't build oil refinery in other climates than temperate.

Sat, 11 Nov 2006 23:08:07 +0000(svn r7131) -Fix (r7126) which fixes (r2817) the activating of a function call that was
Darkvater [Sat, 11 Nov 2006 23:08:07 +0000] rev 5073
(svn r7131) -Fix (r7126) which fixes (r2817) the activating of a function call that was
1. never executed before that and even if it would, it
2. could never be executed because if it did OpenTTD would crash

Sat, 11 Nov 2006 10:12:00 +0000(svn r7130) -Codechange: Handle the positioning of windows through the desc->left/top settings with
Darkvater [Sat, 11 Nov 2006 10:12:00 +0000] rev 5072
(svn r7130) -Codechange: Handle the positioning of windows through the desc->left/top settings with
some special values (WDP_) instead of checking window-class. This also fixes FS#172
now that we can position windows arbitrarily and are not restricted to window-classes.