Fri, 06 Oct 2006 01:33:27 +0000(svn r6661) Feature: Windows are not restricted to 32 widget items anymore.
belugas [Fri, 06 Oct 2006 01:33:27 +0000] rev 4749
(svn r6661) Feature: Windows are not restricted to 32 widget items anymore.
The functions required to do so are to be found in window.h.
Rather then use the old deprecated disabled_state, hidden_state and click_state uint32 variables,
we now need to use accessors like SetWindowWidgetDisabledState, SetWindowWidgetHiddenState or SetWindowWidgetLoweredState.
This is the final commit for the merge of XTDwidget branch.

Fri, 06 Oct 2006 01:18:12 +0000(svn r6660) -Fix(r6631): Prevent the fast-foward button to toggle up and down when pressing shift.
belugas [Fri, 06 Oct 2006 01:18:12 +0000] rev 4748
(svn r6660) -Fix(r6631): Prevent the fast-foward button to toggle up and down when pressing shift.
The _fastforward and _pause bool are not exactly used as bool.
So, when doing test with them, amek it so that the will appear as such

Thu, 05 Oct 2006 23:38:40 +0000(svn r6659) -Fix r6619: Fix widget state setting of the rail toolbar when using global hotkeys.
glx [Thu, 05 Oct 2006 23:38:40 +0000] rev 4747
(svn r6659) -Fix r6619: Fix widget state setting of the rail toolbar when using global hotkeys.

Thu, 05 Oct 2006 23:24:16 +0000(svn r6658) -CodeChange: cleaned up the PlayerCompanyWindow code
glx [Thu, 05 Oct 2006 23:24:16 +0000] rev 4746
(svn r6658) -CodeChange: cleaned up the PlayerCompanyWindow code

Thu, 05 Oct 2006 23:10:58 +0000(svn r6657) -Change: [depot window] sell all vehicles in depot confirm window now opens on top of depot window instead of in the middle of the screen
bjarni [Thu, 05 Oct 2006 23:10:58 +0000] rev 4745
(svn r6657) -Change: [depot window] sell all vehicles in depot confirm window now opens on top of depot window instead of in the middle of the screen

Thu, 05 Oct 2006 19:00:24 +0000(svn r6656) -Fix r6631: keep gender button lowered when clicking on 'New Face'
glx [Thu, 05 Oct 2006 19:00:24 +0000] rev 4744
(svn r6656) -Fix r6631: keep gender button lowered when clicking on 'New Face'

Thu, 05 Oct 2006 18:35:09 +0000(svn r6655) WebTranslator2 update to 2006-10-05 20:34:35
miham [Thu, 05 Oct 2006 18:35:09 +0000] rev 4743
(svn r6655) WebTranslator2 update to 2006-10-05 20:34:35
dutch - 3 fixed, 2 changed by habell (5)
german - 3 fixed, 2 changed by Neonox (5)
italian - 3 fixed by sidew (3)
ukrainian - 17 fixed, 2 changed by znikoz (19)

Thu, 05 Oct 2006 15:07:34 +0000(svn r6654) - Codechange: If no 2cc vehicles are available, hide the secondary colour choice.
peter1138 [Thu, 05 Oct 2006 15:07:34 +0000] rev 4742
(svn r6654) - Codechange: If no 2cc vehicles are available, hide the secondary colour choice.

Thu, 05 Oct 2006 14:04:24 +0000(svn r6653) -Fix r6624: [autoreplace] autoreplace will no longer replace a vehicle if the old type can refit to the cargo types being used in the refit orders and the new one lacks one or more of those refit capabilities
bjarni [Thu, 05 Oct 2006 14:04:24 +0000] rev 4741
(svn r6653) -Fix r6624: [autoreplace] autoreplace will no longer replace a vehicle if the old type can refit to the cargo types being used in the refit orders and the new one lacks one or more of those refit capabilities

Thu, 05 Oct 2006 13:11:17 +0000(svn r6652) -Feature: [depot window] depot lists are now sorted, so vehicle 1 is always first and so on
bjarni [Thu, 05 Oct 2006 13:11:17 +0000] rev 4740
(svn r6652) -Feature: [depot window] depot lists are now sorted, so vehicle 1 is always first and so on
This should not be a big slowdown as it's only called each time the list is generated and will normally be much faster than the list generation itself (only a small % of the total number of vehicles is in the depot)