------------------------------------------------------------------------ r10967 | truelight | 2007-08-23 11:08:59 +0000 (Thu, 23 Aug 2007) | 2 lines -Fix: in case of moving the window on create (because it doesn't fit in the screen), make sure to move the viewport too if we are an extra viewport (spotted by Maedhros) ------------------------------------------------------------------------ r10964 | miham | 2007-08-22 20:57:28 +0000 (Wed, 22 Aug 2007) | 8 lines -Update: WebTranslator2 update to 2007-08-22 22:57:00 croatian - 9 fixed, 13 changed by knovak (22) italian - 10 fixed by lorenzodv (10) japanese - 5 fixed by ickoonite (5) polish - 10 fixed, 1 changed by meush (11) slovak - 77 changed by lengyel (77) spanish - 5 fixed by eusebio (5) ------------------------------------------------------------------------ r10963 | belugas | 2007-08-22 01:16:08 +0000 (Wed, 22 Aug 2007) | 2 lines -Revert(10700): Although the idea was good, it was more prone of errors than usefull. So now, it will be better to jump to the overriden tile when it is been marked as an override ------------------------------------------------------------------------ r10962 | belugas | 2007-08-22 00:59:46 +0000 (Wed, 22 Aug 2007) | 1 line -Codechange: protect yourself against an illicit substitution ------------------------------------------------------------------------ r10961 | belugas | 2007-08-22 00:52:25 +0000 (Wed, 22 Aug 2007) | 2 lines -Codechange: Flag default substitutes of industry/tiles with a value that cannot be legal. This avoids the forest of coal mine error in the futur ------------------------------------------------------------------------ r10955 | belugas | 2007-08-21 00:29:10 +0000 (Tue, 21 Aug 2007) | 1 line -Fix: The substitute prop (0x08) of industry tiles does not behave as prop 0x08 of industry. Therefore, do not disable the old industry with value of 0xFF. Not a bug fix, just a spec compliance correction... ------------------------------------------------------------------------ r10953 | rubidium | 2007-08-20 20:29:22 +0000 (Mon, 20 Aug 2007) | 2 lines -Fix [FS#1139, FS#1143]: stations would not get a rating when there were already two stations with a "more than default" rating as no cargo would be moved to the station to be picked up. ------------------------------------------------------------------------ r10948 | glx | 2007-08-19 21:51:36 +0000 (Sun, 19 Aug 2007) | 1 line -Add: [win32] crash.dmp support for MSVC release builds ------------------------------------------------------------------------ r10946 | glx | 2007-08-19 17:55:24 +0000 (Sun, 19 Aug 2007) | 1 line -Fix (r10932): forgot one occurence ------------------------------------------------------------------------ r10942 | rubidium | 2007-08-19 16:51:15 +0000 (Sun, 19 Aug 2007) | 2 lines -Fix [FS#1133]: make the AI not crash when it has ships as the AI does not support them. ------------------------------------------------------------------------ r10932 | rubidium | 2007-08-19 09:38:30 +0000 (Sun, 19 Aug 2007) | 2 lines -Codechange: replace "text" with "chat" for the chat related function and variables. ------------------------------------------------------------------------ r10931 | rubidium | 2007-08-18 22:56:58 +0000 (Sat, 18 Aug 2007) | 2 lines -Fix [FS#1131]: when a station was destroyed and a vehicle was still loading, changing the current order of the loading vehicle caused a crash. This could happen with removing docks and oil rigs. ------------------------------------------------------------------------ r10927 | miham | 2007-08-17 15:55:19 +0000 (Fri, 17 Aug 2007) | 11 lines -Update: WebTranslator2 update to 2007-08-17 17:54:48 brazilian_portuguese - 10 fixed by tucalipe (10) bulgarian - 1 fixed by thetitan (1) dutch - 99 changed by habell (99) estonian - 10 fixed, 2 changed by kristjans (12) finnish - 3 fixed by kerba (3) german - 10 fixed, 2 changed by Timwi (2), Neonox (10) slovak - 10 fixed by lengyel (10) slovenian - 10 fixed by Necrolyte (10) ukrainian - 10 fixed by mad (10) ------------------------------------------------------------------------ r10926 | belugas | 2007-08-17 00:23:33 +0000 (Fri, 17 Aug 2007) | 2 lines -Feature: [NewGRF] Add support for variable 67(for real this time) and 68 of Variational Action 2 for Industries -Fix: a very few codestyle/comments-typo changes ------------------------------------------------------------------------ r10924 | maedhros | 2007-08-16 18:01:27 +0000 (Thu, 16 Aug 2007) | 4 lines -Fix [FS#1120]: VS_STOPPED is only set for the front part of an articulated road vehicle, so don't check any other parts when testing if the vehicle is stopped inside a depot. ------------------------------------------------------------------------