Mercurial > hg > openttd
graph
-
(svn r25227) -Fix [FS#5541]: Give bridges owned by noone (from bankrupt companies) to the first company which replaces the bridge. Everyone could have removed/rebuild the bridge anyway. draftMon, 06 May 2013 15:41:34 +0000, by frosch
-
(svn r25226) -Fix/Change [FS#5538]: [NewGRF] Revise when vehicle running sound effects 04, 07 and 08 are played. draftMon, 06 May 2013 15:09:21 +0000, by frosch
-
(svn r25225) -Fix: [NewGRF] Play vehicle sound effect also for planes. draftMon, 06 May 2013 14:57:42 +0000, by frosch
-
(svn r25224) -Fix [part of FS#5534]: cur_speed is only valid for the front engine, so make other engines in the consist use the speed of the front. draftMon, 06 May 2013 14:08:27 +0000, by frosch
-
(svn r25223) -Change: [NewGRF] Unify the behaviour of Aircraft::tick_counter with other vehicle types and increment it once per tick. (instead of twice like before, or six times like in r0) draftMon, 06 May 2013 13:59:11 +0000, by frosch
-
(svn r25222) -Change: Unify the behaviour of Vehicle::tick_counter between RV and trains by incrementing it also for articulated RV parts. draftMon, 06 May 2013 13:45:58 +0000, by frosch
-
(svn r25221) -Fix: IsCompatibleTrainStationTile() is not a symmetric function. Clarify the parameters and fix the cases were they were swapped. draftMon, 06 May 2013 13:05:04 +0000, by frosch
-
(svn r25220) -Change [FS#Eddi]: Consider map border as water wrt. river/canal continuation. draftMon, 06 May 2013 12:49:04 +0000, by frosch
-
(svn r25218) -Fix: the baseset description translation script did not work with any awk other than gawk draftSat, 04 May 2013 19:30:37 +0000, by rubidium
-
(svn r25213) -Fix [FS#5537]: clarify on which tiles IsDesertTile and IsSnowTile work, i.e. the ones without infrastructure or buildings draftTue, 30 Apr 2013 17:16:32 +0000, by rubidium
-
(svn r25209) -Doc: Mention --without-grfcodec in the help for configure and explain its use in the readme draftFri, 26 Apr 2013 18:39:15 +0000, by planetmaker
-
(svn r25205) -Feature: Translations of baseset descriptions via lang files. draftWed, 24 Apr 2013 20:30:02 +0000, by frosch
-
(svn r25201) -Add: Scottish Gaelic translations for baseset descriptions (GunChleoc) draftWed, 24 Apr 2013 16:55:43 +0000, by frosch
-
(svn r25200) -Fix (r24846): The level crossing sound is an ambient sound and not a new year sound. draftWed, 24 Apr 2013 00:37:06 +0000, by michi_cc
-
(svn r25199) -Fix: give Gaelic its own NewGRF language ID draftTue, 23 Apr 2013 15:42:14 +0000, by rubidium
-
(svn r25198) -Feature: Gaelic (Scottish) translation draftTue, 23 Apr 2013 14:46:17 +0000, by rubidium
-
(svn r25193) -Cleanup: [strgen] Remove some ancient unused string codes. draftWed, 17 Apr 2013 18:24:13 +0000, by frosch
-
(svn r25192) -Change: [strgen] Allow any number of colour codes in translations. draftWed, 17 Apr 2013 18:22:37 +0000, by frosch
-
(svn r25191) -Codechange/Fix: [strgen] Make -export-commands use the actual command classification from strgen_tables.h instead of using something incompletely duplicated. draftWed, 17 Apr 2013 18:21:43 +0000, by frosch
-
-Change: [Win32] Position the IME candidate window at the caret position. draftMon, 15 Apr 2013 13:59:24 +0200, by Michael Lutz
-
-Change: [Win32] Position the IME composition window at the caret position. draftSun, 07 Apr 2013 17:10:38 +0200, by Michael Lutz
-
-Codechange: [Win32] Cancel the current IME composition when the input focus changes. draftSun, 07 Apr 2013 17:09:46 +0200, by Michael Lutz
-
-Codechange: [Win32] Get the result string of an IME input directly without a trip through the window messaging system. draftTue, 02 Apr 2013 00:09:41 +0200, by Michael Lutz
-
-Codechange: Notify the video driver when an edit box lost (global) focus so it can abort any current input composition. draftSat, 09 Mar 2013 16:35:17 +0100, by Michael Lutz
-
-Codechange: [Win32] There are no 64-bit Windows versions below XP and we can safely assume it as the target platform. draftThu, 28 Mar 2013 21:56:20 +0100, by Michael Lutz
-
-Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode builds. draftThu, 28 Mar 2013 02:46:51 +0100, by Michael Lutz
-
-Fix: [Win32] Handle DBCS characters correctly in the non-Unicode build. draftThu, 28 Mar 2013 02:45:20 +0100, by Michael Lutz
-
-Fix: [Win32] The console code page for non-Unicode builds is not the normal ANSI code page and definitely not UTF-8 either. draftThu, 28 Mar 2013 02:41:43 +0100, by Michael Lutz
-
-Fix: [Win32] Use the right code page for converting ANSI strings into UTF-8 for non-Unicode builds. And don't crap out on DBCS code pages either. draftThu, 28 Mar 2013 02:39:54 +0100, by Michael Lutz
-
-Fix: [Win32] Handle Unicode characters from outside the BMP correctly. draftSun, 24 Mar 2013 01:00:46 +0100, by Michael Lutz
-
-Codechange: Pass character and key code separately to the keyboard handler. draftSun, 24 Mar 2013 00:06:33 +0100, by Michael Lutz
-
-Codechange: Pass UCS-4 characters to the edit box key handler. draftSun, 24 Mar 2013 00:02:46 +0100, by Michael Lutz
-
-Codechange: Pass UCS-4 instead of UCS-2 characters to the hotkey handlers. draftSat, 23 Mar 2013 23:38:30 +0100, by Michael Lutz
-
-Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers. draftSat, 23 Mar 2013 23:37:24 +0100, by Michael Lutz
-
-Fix: [Win32] Only forward key presses to the IME system if an edit box has the input focus. draftFri, 22 Mar 2013 18:40:46 +0100, by Michael Lutz
-
-Codechange: [OSX] Include the OS headers only where necessary. draftSat, 09 Mar 2013 14:12:27 +0100, by Michael Lutz
-
-Feature [FS#4760]: [OSX] Pinch gesture support for zooming. (Based on patch by leecbaker) draftFri, 08 Mar 2013 09:56:31 +0100, by Michael Lutz
-
-Fix [FS#4689]: [OSX] Crash when unhiding the main window. draftFri, 08 Mar 2013 02:24:40 +0100, by Michael Lutz
-
-Add [FS#4847]: [OSX] Bootstrap downloading of a baseset. (Matthieu) draftThu, 07 Mar 2013 21:38:20 +0100, by Michael Lutz
-
-Fix [FS#4857]: [OSX] Monospace font detection. draftThu, 07 Mar 2013 05:48:21 +0100, by Michael Lutz