------------------------------------------------------------------------ r15298 | smatz | 2009-01-31 17:56:06 +0000 (Sat, 31 Jan 2009) | 1 line -Fix [FS#2588]: don't start another AI company in MP when there are too many companies ------------------------------------------------------------------------ r15297 | translators | 2009-01-30 18:45:33 +0000 (Fri, 30 Jan 2009) | 22 lines -Update: WebTranslator2 update to 2009-01-30 18:45:08 brazilian_portuguese - 1 fixed by tucalipe (1) catalan - 1 fixed by arnaullv (1) czech - 1 fixed by Hadez (1) dutch - 1 fixed by Excel20 (1) finnish - 1 fixed by jpx_ (1) french - 1 fixed by belugas (1) german - 1 fixed, 5 changed by planetmaker (6) hebrew - 14 fixed, 54 changed by 19izhar73 (54), omri.kipi (14) hungarian - 1 fixed by IPG (1) italian - 1 fixed by lorenzodv (1) korean - 1 fixed, 2 changed by darkttd (2), dlunch (1) latvian - 76 fixed by KiitsLV (76) polish - 13 fixed by xaxa (13) portuguese - 1 fixed by SnowFlake (1) romanian - 1 fixed by kkmic (1) russian - 24 fixed by Smoky555 (24) spanish - 1 fixed by eusebio (1) traditional_chinese - 123 fixed, 62 changed by josesun (185) turkish - 1 fixed by Emin (1) ukrainian - 7 fixed by mad (7) ------------------------------------------------------------------------ r15296 | smatz | 2009-01-30 17:54:48 +0000 (Fri, 30 Jan 2009) | 1 line -Cleanup: remove redundant _MSC_VER >= 1400 checks, older versions aren't supported anymore. One check in stdafx.h is enough ------------------------------------------------------------------------ r15295 | Yexo | 2009-01-29 16:14:46 +0000 (Thu, 29 Jan 2009) | 1 line -Fix [FS#2591] (r15190): Towns tried to build roads outside the map. ------------------------------------------------------------------------ r15294 | rubidium | 2009-01-29 08:08:03 +0000 (Thu, 29 Jan 2009) | 2 lines -Fix: accessing of inaccessible base ------------------------------------------------------------------------ r15293 | belugas | 2009-01-29 03:12:31 +0000 (Thu, 29 Jan 2009) | 1 line -Feature [FS#2583]: Give a more meaningful message when towns refuse construction of noise-controlled airports ------------------------------------------------------------------------ r15292 | belugas | 2009-01-29 03:07:34 +0000 (Thu, 29 Jan 2009) | 2 lines -Fix(r15290): Incrementing something that is already set to the correct value is a bit of a no-no Also, protect against such misuse with an assert. ------------------------------------------------------------------------ r15291 | Yexo | 2009-01-29 02:42:36 +0000 (Thu, 29 Jan 2009) | 2 lines -Cleanup: Move the station list widgets to their class from station_gui.h -Fix: comment for ReallocT was wrong, the memory is not zeroed. ------------------------------------------------------------------------ r15290 | belugas | 2009-01-28 19:57:23 +0000 (Wed, 28 Jan 2009) | 1 line -Codechange: Isolate size and section of the UnMovable HQ object, in order to keep the Unmovable type free of any irrelevant data ------------------------------------------------------------------------ r15289 | translators | 2009-01-28 18:48:30 +0000 (Wed, 28 Jan 2009) | 9 lines -Update: WebTranslator2 update to 2009-01-28 18:48:19 german - 3 fixed by planetmaker (3) indonesian - 22 fixed by fanioz (22) korean - 3 changed by darkttd (1), dlunch (2) polish - 6 fixed by xaxa (6) portuguese - 140 fixed, 4 changed by nars (144) romanian - 1 changed by kkmic (1) simplified_chinese - 3 fixed by ww9980 (3) ------------------------------------------------------------------------ r15288 | Yexo | 2009-01-28 13:36:11 +0000 (Wed, 28 Jan 2009) | 1 line -Fix (r15212): Don't set the newgame setting for water borders to a random value if it's 'random' when the newgame gui is opened. ------------------------------------------------------------------------ r15287 | rubidium | 2009-01-27 21:51:06 +0000 (Tue, 27 Jan 2009) | 3 lines -Cleanup: some code style, remove erroneous comment. -Document: the fact that zlib reads uninitialised data (valgrind notices this) and that it won't be fixed in zlib and that we can't do anything about it except ignoring it. ------------------------------------------------------------------------ r15286 | frosch | 2009-01-27 19:44:36 +0000 (Tue, 27 Jan 2009) | 1 line -Fix: Refitting did not invalidate vehicle-colour-maps of road-vehicles, ships and aircraft, as well vehicle-length of road-vehicles. ------------------------------------------------------------------------ r15285 | rubidium | 2009-01-27 14:31:33 +0000 (Tue, 27 Jan 2009) | 2 lines -Fix: valgrind complaining about reading uninitialised memory when saving ------------------------------------------------------------------------ r15284 | Yexo | 2009-01-27 13:11:11 +0000 (Tue, 27 Jan 2009) | 1 line -Fix [FS#2582] (r15045): Parameters were popped from the squirrel stack twice. ------------------------------------------------------------------------ r15283 | belugas | 2009-01-27 03:50:36 +0000 (Tue, 27 Jan 2009) | 4 lines -Documentation: Apply some widget naming to the widget arrays. -Codechange : use a pointer of the same repetitive reference of a widget, rather than an index in the array. ------------------------------------------------------------------------ r15282 | glx | 2009-01-27 02:02:04 +0000 (Tue, 27 Jan 2009) | 1 line -Fix: it was possible to start more than MAX_COMPANIES companies ------------------------------------------------------------------------ r15281 | smatz | 2009-01-27 01:15:29 +0000 (Tue, 27 Jan 2009) | 1 line -Fix: company could never have auto-assigned colour 0 (dark blue) ------------------------------------------------------------------------ r15280 | peter1138 | 2009-01-26 23:41:45 +0000 (Mon, 26 Jan 2009) | 1 line -Cleanup: ancient and vastly out of date comment... ------------------------------------------------------------------------ r15279 | smatz | 2009-01-26 22:27:11 +0000 (Mon, 26 Jan 2009) | 1 line -Fix: deadlock (with wide fonts) or desync when generating manager name ------------------------------------------------------------------------ r15278 | smatz | 2009-01-26 21:09:17 +0000 (Mon, 26 Jan 2009) | 1 line -Fix [FS#2332]: test noise limit of nearest town instead of st->town ------------------------------------------------------------------------ r15277 | Yexo | 2009-01-26 20:18:50 +0000 (Mon, 26 Jan 2009) | 1 line -Fix (r15027): Building bridges in AITestMode always returned false. ------------------------------------------------------------------------ r15276 | translators | 2009-01-26 18:54:56 +0000 (Mon, 26 Jan 2009) | 12 lines -Update: WebTranslator2 update to 2009-01-26 18:54:43 catalan - 1 changed by arnaullv (1) croatian - 75 fixed by tifached (75) czech - 22 fixed, 2 changed by Hadez (24) french - 10 fixed by glx (10) german - 4 fixed by Athaba (4) greek - 10 changed by tek1979 (10) italian - 7 changed by lorenzodv (7) korean - 3 changed by darkttd (3) romanian - 7 changed by kkmic (7) simplified_chinese - 8 fixed, 33 changed by ww9980 (41) ------------------------------------------------------------------------ r15275 | rubidium | 2009-01-25 22:51:59 +0000 (Sun, 25 Jan 2009) | 2 lines -Fix: SDL adds _GNU_SOURCE to the defined macros even when the compiler doesn't provide the functions promised when that define exists... ------------------------------------------------------------------------ r15274 | smatz | 2009-01-25 22:50:00 +0000 (Sun, 25 Jan 2009) | 1 line -Fix (r8705): oldloader wasn't updated to use 64bit airport_flags ------------------------------------------------------------------------ r15273 | rubidium | 2009-01-25 22:16:08 +0000 (Sun, 25 Jan 2009) | 2 lines -Fix: OSK of the chat did not update the caret graphics ------------------------------------------------------------------------ r15272 | peter1138 | 2009-01-25 21:55:18 +0000 (Sun, 25 Jan 2009) | 1 line -Codechange: Check that engine types of vehicles are valid and for the correct type on loading a game. This prevents a crash/assertion failure if required NewGRFs are not available. This won't make the game playable, but will let you see what NewGRFs are required. ------------------------------------------------------------------------ r15271 | peter1138 | 2009-01-25 19:27:13 +0000 (Sun, 25 Jan 2009) | 1 line -Codechange: Use offsets for drawing elrail wires & pylons instead of absolute sprite IDs. ------------------------------------------------------------------------ r15270 | glx | 2009-01-25 19:06:00 +0000 (Sun, 25 Jan 2009) | 1 line -Change [API CHANGE]: remove AIEventTest ------------------------------------------------------------------------ r15269 | glx | 2009-01-25 15:35:21 +0000 (Sun, 25 Jan 2009) | 1 line -Codechange: reduced indentation in CmdBuildRail* ------------------------------------------------------------------------ r15268 | frosch | 2009-01-25 13:20:13 +0000 (Sun, 25 Jan 2009) | 1 line -Fix: AIEventVehicleLost triggered at every pbs signal independent of the vehicle being lost. ------------------------------------------------------------------------ r15266 | smatz | 2009-01-25 13:05:58 +0000 (Sun, 25 Jan 2009) | 1 line -Fix (r15159): compilation without threads was broken ------------------------------------------------------------------------ r15263 | glx | 2009-01-25 00:57:03 +0000 (Sun, 25 Jan 2009) | 1 line -Codechange: added Engine::GetCost() to remove some code duplication. ------------------------------------------------------------------------ r15262 | frosch | 2009-01-24 21:38:30 +0000 (Sat, 24 Jan 2009) | 1 line -Fix: AIEvents were not freed, when they were not queued for any AI. ------------------------------------------------------------------------ r15261 | glx | 2009-01-24 20:14:15 +0000 (Sat, 24 Jan 2009) | 1 line -Add: added Engine::GetRunningCost() to remove some code duplication. Also stops AIs decrementing vehicle counter of first company ------------------------------------------------------------------------ r15260 | translators | 2009-01-24 18:45:40 +0000 (Sat, 24 Jan 2009) | 18 lines -Update: WebTranslator2 update to 2009-01-24 18:45:20 arabic_egypt - 9 fixed by khaloofah (9) brazilian_portuguese - 99 fixed by tucalipe (99) catalan - 22 fixed, 202 changed by arnaullv (224) dutch - 10 fixed by Excel20 (10) finnish - 10 fixed by jpx_ (10) german - 19 fixed by dih (19) hungarian - 10 fixed, 4 changed by IPG (4), alyr (7), oklmernok (3) italian - 22 fixed by lorenzodv (22) korean - 11 fixed, 1 changed by darkttd (12) latvian - 47 fixed by waste (47) lithuanian - 14 fixed by Enternald (14) romanian - 10 fixed, 1 changed by kkmic (11) simplified_chinese - 13 fixed by ww9980 (13) spanish - 10 fixed by Dominus (10) turkish - 12 fixed by Emin (12) ukrainian - 19 fixed by mad (19) ------------------------------------------------------------------------ r15259 | rubidium | 2009-01-24 17:02:59 +0000 (Sat, 24 Jan 2009) | 2 lines -Fix: [NewGRF] small memory leak when scanning labels ------------------------------------------------------------------------