------------------------------------------------------------------------ r9756 | rubidium | 2007-04-29 22:51:12 +0000 (Sun, 29 Apr 2007) | 2 lines -Fix [FS#755]: LeaveStation wasn't always called when a station was left. ------------------------------------------------------------------------ r9755 | rubidium | 2007-04-29 22:33:51 +0000 (Sun, 29 Apr 2007) | 2 lines -Codechange: refactor some more of the begin loading stuff. ------------------------------------------------------------------------ r9754 | rubidium | 2007-04-29 21:24:08 +0000 (Sun, 29 Apr 2007) | 2 lines -Codechange: make classes for all vehicle types, so we can make nicer/better maintainable code, i.e. virtual methods instead of switches. ------------------------------------------------------------------------ r9753 | bjarni | 2007-04-29 20:16:58 +0000 (Sun, 29 Apr 2007) | 3 lines -Fix [FS#732]: trains are lost after autorenewal/autoreplace v->dest_tile is now copied when replacing the front engine ------------------------------------------------------------------------ r9752 | rubidium | 2007-04-29 18:21:24 +0000 (Sun, 29 Apr 2007) | 2 lines -Codechange: remove some duplication related to BeginLoading. ------------------------------------------------------------------------ r9746 | KUDr | 2007-04-29 10:14:42 +0000 (Sun, 29 Apr 2007) | 1 line -Codechange [YAPF]: added DEBUGs level 0 if the current train order is OT_GOTO_WAYPOINT and waypoint is invalid or v->dest_tile is wrong ------------------------------------------------------------------------ r9745 | KUDr | 2007-04-29 09:55:32 +0000 (Sun, 29 Apr 2007) | 1 line -Codechange [YAPF}: if destination is a waypoint then YAPF gets destination tile from that waypoint->xy instead of from v->dest_tile ------------------------------------------------------------------------ r9743 | maedhros | 2007-04-29 09:18:52 +0000 (Sun, 29 Apr 2007) | 1 line -Fix [FS#598]: Stop flooded towns from building roads on water. ------------------------------------------------------------------------ r9742 | maedhros | 2007-04-29 08:43:00 +0000 (Sun, 29 Apr 2007) | 2 lines -Fix (r9689) [FS#739]: Fix cloning with refit costs again, hopefully for good this time. ------------------------------------------------------------------------ r9741 | rubidium | 2007-04-29 07:24:48 +0000 (Sun, 29 Apr 2007) | 2 lines -Fix [FS#672]: station signs were not resized when the language changed, causing overflows in the coloured sign background. ------------------------------------------------------------------------ r9740 | truelight | 2007-04-28 22:23:10 +0000 (Sat, 28 Apr 2007) | 2 lines -Fix [FS#709]: removed wrong assert() that could be triggered by removing an order at the wrong moment ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------