------------------------------------------------------------------------ r9734 | maedhros | 2007-04-28 15:06:32 +0000 (Sat, 28 Apr 2007) | 2 lines -Feature: Add an option to automatically pause when starting a new game. ------------------------------------------------------------------------ r9731 | truelight | 2007-04-28 10:41:00 +0000 (Sat, 28 Apr 2007) | 2 lines -Fix [FS#677]: in news history, newlines weren't replaced with spaces, making it look ugly from time to time ------------------------------------------------------------------------ r9730 | maedhros | 2007-04-27 21:35:02 +0000 (Fri, 27 Apr 2007) | 1 line -Feature: [NewGRF] Add support for miscellaneous grf feature bit 1 - paved roads on desert tiles. ------------------------------------------------------------------------ r9729 | rubidium | 2007-04-27 21:29:36 +0000 (Fri, 27 Apr 2007) | 2 lines -Documentation: add some documentation in various places ------------------------------------------------------------------------ r9728 | glx | 2007-04-27 21:27:02 +0000 (Fri, 27 Apr 2007) | 1 line -Fix r9086: [win32] For some keyboard layout the 'console' key is a dead-key. It needs to be pressed twice to have an effect but the console is then opened and closed on the 'same' keypress (2 WM_CHAR events). So skip the first WM_CHAR generated to restore the 'console' key functionality. ------------------------------------------------------------------------ r9727 | peter1138 | 2007-04-27 20:50:49 +0000 (Fri, 27 Apr 2007) | 2 lines -Fix (r8546): Company password field in network player info was inverted. ------------------------------------------------------------------------ r9726 | rubidium | 2007-04-27 20:01:25 +0000 (Fri, 27 Apr 2007) | 2 lines -Fix [FS#738]: crash when destroying bridge with train partially one it. ------------------------------------------------------------------------ r9725 | rubidium | 2007-04-27 19:47:39 +0000 (Fri, 27 Apr 2007) | 2 lines -Fix [FS#743]: plane made a 270 degree turn instead of a 90 degree turn on take off from the southern runway. ------------------------------------------------------------------------ r9724 | miham | 2007-04-27 18:28:44 +0000 (Fri, 27 Apr 2007) | 6 lines -Update: WebTranslator2 update to 2007-04-27 20:28:02 american - 2 fixed by WhiteRabbit (2) brazilian_portuguese - 2 fixed by fukumori (2) russian - 10 changed by HMage (10) ukrainian - 1 changed by mad (1) ------------------------------------------------------------------------ r9722 | belugas | 2007-04-27 02:27:44 +0000 (Fri, 27 Apr 2007) | 2 lines -Documentation: Document some functions of town_cmd.cpp. Loosely based on work from TheJosh More to come. ------------------------------------------------------------------------ r9721 | belugas | 2007-04-26 20:20:12 +0000 (Thu, 26 Apr 2007) | 2 lines -Codechange: -Codechange: Cleanup of industry_cmd (Step-12). Dynamically build the legends (name and color) for industries in the smallmap_gui. All the tiny fonts industry names should be removed from language files soon. ------------------------------------------------------------------------ r9720 | peter1138 | 2007-04-26 17:32:54 +0000 (Thu, 26 Apr 2007) | 2 lines -Codechange: Remove global var and gotos from window autoplacement ------------------------------------------------------------------------ r9719 | rubidium | 2007-04-26 07:41:24 +0000 (Thu, 26 Apr 2007) | 2 lines -Fix: in-game private messages did not work for clients with a Client ID > 255. ------------------------------------------------------------------------ r9718 | peter1138 | 2007-04-26 07:24:19 +0000 (Thu, 26 Apr 2007) | 2 lines -Fix: Don't allow building of rail vehicles whose railtype isn't available yet. This also affects the rail purchase window. ------------------------------------------------------------------------ r9717 | peter1138 | 2007-04-26 06:49:32 +0000 (Thu, 26 Apr 2007) | 2 lines -Codechange: (NewGRF) Skip Action 5 & A sprites in all loading stages except activation. ------------------------------------------------------------------------ r9716 | glx | 2007-04-25 17:40:06 +0000 (Wed, 25 Apr 2007) | 1 line -Add: server_lang in [network] section of openttd.cfg, so dedicated servers can have the little lang flag. ------------------------------------------------------------------------ r9715 | miham | 2007-04-24 19:45:59 +0000 (Tue, 24 Apr 2007) | 7 lines -Update: WebTranslator2 update to 2007-04-24 21:45:15 italian - 2 changed by lorenzodv (2) portuguese - 9 fixed by izhirahider (9) russian - 3 fixed, 328 changed by HMage (331) simplified_chinese - 7 fixed by Fishingsnow (7) traditional_chinese - 1 changed by xbddc (1) ------------------------------------------------------------------------ r9714 | peter1138 | 2007-04-24 19:05:16 +0000 (Tue, 24 Apr 2007) | 2 lines -Fix (r8110): Remove invalid assertion triggered by overly long trains being reversed while loading. ------------------------------------------------------------------------ r9712 | peter1138 | 2007-04-21 20:23:20 +0000 (Sat, 21 Apr 2007) | 2 lines -Codechange: Implement accepted cargo types and cargo acceptance (there is a difference) callbacks for newhouses. ------------------------------------------------------------------------