Mon, 21 Aug 2006 14:59:58 +0000(svn r6038) -Codechange: move mousewheel code to event WE_MOUSEWHEEL instead of a general function that handles that
truelight [Mon, 21 Aug 2006 14:59:58 +0000] rev 4337
(svn r6038) -Codechange: move mousewheel code to event WE_MOUSEWHEEL instead of a general function that handles that
-Codechange: use always 'e' for WindowsEvent, neverr 'we'

Mon, 21 Aug 2006 14:59:23 +0000(svn r6037) -Fix: never allow scrolling the map in the main menu (scroll-settings weren't reset if switched to mainmenu)
truelight [Mon, 21 Aug 2006 14:59:23 +0000] rev 4336
(svn r6037) -Fix: never allow scrolling the map in the main menu (scroll-settings weren't reset if switched to mainmenu)

Mon, 21 Aug 2006 14:34:59 +0000(svn r6036) -Codechange: do not handle SCROLL in a central function, but let windows handle them theirself. Added WE_SCROLL for this.
truelight [Mon, 21 Aug 2006 14:34:59 +0000] rev 4335
(svn r6036) -Codechange: do not handle SCROLL in a central function, but let windows handle them theirself. Added WE_SCROLL for this.

Mon, 21 Aug 2006 13:04:13 +0000(svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software
Darkvater [Mon, 21 Aug 2006 13:04:13 +0000] rev 4334
(svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software

Mon, 21 Aug 2006 09:22:44 +0000(svn r6032) -Fix: when a farm is gone, remove the fields when it is full grown and should be harvest (not before that)
truelight [Mon, 21 Aug 2006 09:22:44 +0000] rev 4333
(svn r6032) -Fix: when a farm is gone, remove the fields when it is full grown and should be harvest (not before that)

Sun, 20 Aug 2006 21:53:56 +0000(svn r6023) WebTranslator2 update to 2006-08-20 23:53:33
miham [Sun, 20 Aug 2006 21:53:56 +0000] rev 4332
(svn r6023) WebTranslator2 update to 2006-08-20 23:53:33
german - 1 fixed by Neonox (1)
polish - 2 fixed, 2 changed by meush (4)
portuguese - 2 fixed by izhirahider (2)

Sun, 20 Aug 2006 20:21:00 +0000(svn r6013) -Fix: some newgrf properties returned the date in the new format where the newgrf's expect the original format. Thanks to michi_cc for finding these and providing the initial patch.
rubidium [Sun, 20 Aug 2006 20:21:00 +0000] rev 4331
(svn r6013) -Fix: some newgrf properties returned the date in the new format where the newgrf's expect the original format. Thanks to michi_cc for finding these and providing the initial patch.

Sun, 20 Aug 2006 19:31:58 +0000(svn r6005) -Cleanup: introduce IndustryID and use it
rubidium [Sun, 20 Aug 2006 19:31:58 +0000] rev 4330
(svn r6005) -Cleanup: introduce IndustryID and use it
-Cleanup: use TownID and StationID for two instances of uint16

Sun, 20 Aug 2006 19:05:28 +0000(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.
rubidium [Sun, 20 Aug 2006 19:05:28 +0000] rev 4329
(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.

Sun, 20 Aug 2006 18:44:26 +0000(svn r6001) -Feature: when removing a farm, his farmland is removed too (over time) (based on peter1138's patch, FS#82)
truelight [Sun, 20 Aug 2006 18:44:26 +0000] rev 4328
(svn r6001) -Feature: when removing a farm, his farmland is removed too (over time) (based on peter1138's patch, FS#82)
To make this to work, in older games farmland is removed on load, and replanted