------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ r15257 | smatz | 2009-01-24 15:31:48 +0000 (Sat, 24 Jan 2009) | 1 line -Cleanup: remove Company::is_noai, it is not needed anymore ------------------------------------------------------------------------ r15256 | smatz | 2009-01-24 15:01:29 +0000 (Sat, 24 Jan 2009) | 1 line -Fix (r15027): use of uninitialised variable while saving/loading game with AIs ------------------------------------------------------------------------ r15255 | frosch | 2009-01-24 14:26:48 +0000 (Sat, 24 Jan 2009) | 1 line -Fix (r15027): AIVehicle::GetLength() returned only the length of the first part of articulated road vehicles. ------------------------------------------------------------------------ r15254 | glx | 2009-01-24 14:10:24 +0000 (Sat, 24 Jan 2009) | 1 line -Fix (r15242): of course MSVC requires a cast ------------------------------------------------------------------------ r15253 | truebrain | 2009-01-24 14:02:21 +0000 (Sat, 24 Jan 2009) | 2 lines -Fix (r15193): dutch people shouldn't write english :p ------------------------------------------------------------------------ r15252 | frosch | 2009-01-24 13:05:04 +0000 (Sat, 24 Jan 2009) | 1 line -Fix (r15027): AIMarine::AreWaterTilesConnected() reported aqueducts being connected with all surrounding tiles. Also add some type safety. ------------------------------------------------------------------------ r15251 | smatz | 2009-01-24 12:50:10 +0000 (Sat, 24 Jan 2009) | 1 line -Fix (r15249): trains from 0.2.0-0.3.0 could be in 'stopping' state instead of 'stopped' (this problem doesn't affect trains in depot) ------------------------------------------------------------------------ r15250 | Yexo | 2009-01-24 10:28:41 +0000 (Sat, 24 Jan 2009) | 1 line -Fix (r15126): The NewGRF Settings window was 1 pixel to low. ------------------------------------------------------------------------ r15249 | smatz | 2009-01-24 00:42:09 +0000 (Sat, 24 Jan 2009) | 1 line -Fix [FS#2576]: force trains from old (and other vehicles from 'recent') savegames to have zero cur_speed while stopped (cooperation with frosch123) ------------------------------------------------------------------------ r15248 | smatz | 2009-01-23 23:57:01 +0000 (Fri, 23 Jan 2009) | 1 line -Fix [FS#2561]: we require v->cur_speed to be zero for wagons and non-front engines ------------------------------------------------------------------------ r15247 | rubidium | 2009-01-23 23:56:56 +0000 (Fri, 23 Jan 2009) | 2 lines -Change: show a lock near the password/join button in the company window whenever the company is password protected ------------------------------------------------------------------------ r15246 | rubidium | 2009-01-23 23:40:12 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix [FS#2577]: close all windows *before* starting a new game/loading a game instead of doing that as one of the latest steps of loading the game. This caused, in some cases, the NewGRF settings to be reset when the game was already loaded resulting in instant desyncs when joining a network game ------------------------------------------------------------------------ r15245 | rubidium | 2009-01-23 23:37:49 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix: don't "save" the NewGRF settings on closing the NewGRF window when the content of the window isn't editable ------------------------------------------------------------------------ r15244 | frosch | 2009-01-23 22:36:17 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15027): The station tile of an oilrig-like industry is not neccessarily the first industry tile. ------------------------------------------------------------------------ r15243 | rubidium | 2009-01-23 22:35:48 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix [FS#2446]: rejoining a server would abort the join (and kick the client) because trying to join with an invalid player ID ------------------------------------------------------------------------ r15242 | rubidium | 2009-01-23 22:18:06 +0000 (Fri, 23 Jan 2009) | 2 lines -Feature: allow moving clients between companies/spectators by the server and the clients themselves (dihedral) ------------------------------------------------------------------------ r15241 | frosch | 2009-01-23 22:09:31 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15027): NoAI API was not aware of certain newindustries 'features'. ------------------------------------------------------------------------ r15240 | Yexo | 2009-01-23 21:54:50 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15212): Loading heightmaps resulted in an assert. ------------------------------------------------------------------------ r15239 | Yexo | 2009-01-23 21:52:29 +0000 (Fri, 23 Jan 2009) | 1 line -Fix [FS#2579]: The start date of random AIs was not stored in the config file or the savegame. ------------------------------------------------------------------------ r15238 | peter1138 | 2009-01-23 21:05:25 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15236): Missed a file ------------------------------------------------------------------------ r15237 | peter1138 | 2009-01-23 20:56:30 +0000 (Fri, 23 Jan 2009) | 2 lines -Codechange: Remove string removed in r15236 in other languages. ------------------------------------------------------------------------ r15236 | peter1138 | 2009-01-23 20:53:43 +0000 (Fri, 23 Jan 2009) | 2 lines -Codechange: Rename realistic_acceleration patch option to train_acceleration_model, and change from boolean to value. Don't forget to update your settings. ------------------------------------------------------------------------ r15235 | translators | 2009-01-23 18:47:58 +0000 (Fri, 23 Jan 2009) | 17 lines -Update: WebTranslator2 update to 2009-01-23 18:47:35 arabic_egypt - 46 fixed by khaloofah (46) dutch - 12 fixed by habell (12) finnish - 12 fixed by jpx_ (12) french - 12 fixed by glx (12) greek - 70 changed by doukas (70) hungarian - 12 fixed, 1 changed by oklmernok (13) italian - 1 fixed by lorenzodv (1) korean - 11 fixed, 3 changed by dlunch (14) latvian - 44 fixed by waste (44) norwegian_nynorsk - 34 fixed by wollollo (34) polish - 30 fixed by xaxa (30) romanian - 12 fixed by kkmic (12) simplified_chinese - 9 fixed by ww9980 (9) spanish - 12 fixed by Dominus (12) turkish - 12 fixed by Emin (12) ------------------------------------------------------------------------ r15234 | Yexo | 2009-01-23 18:40:18 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15176): Crash if you pressed space in the content download window before selecting an item. ------------------------------------------------------------------------ r15233 | glx | 2009-01-23 17:32:01 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15231): compilation with SDL broken on win32 ------------------------------------------------------------------------ r15232 | rubidium | 2009-01-23 16:05:58 +0000 (Fri, 23 Jan 2009) | 2 lines -Codechange: sprinklin' of coding style ------------------------------------------------------------------------ r15231 | rubidium | 2009-01-23 15:58:34 +0000 (Fri, 23 Jan 2009) | 2 lines -Change: (sdl) check the full screen resolutions to determine what 'valid' resolutions we've got ------------------------------------------------------------------------ r15230 | smatz | 2009-01-23 15:53:24 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r1): aircraft could have zero speed while in air after loading old savegame ------------------------------------------------------------------------ r15229 | rubidium | 2009-01-23 15:53:19 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix (r14712): passwords weren't reset when creating a new company. ------------------------------------------------------------------------ r15228 | glx | 2009-01-23 15:38:13 +0000 (Fri, 23 Jan 2009) | 1 line -Fix [FS#2571]: possible crash when an AI/Library doesn't have a required function ------------------------------------------------------------------------ r15227 | smatz | 2009-01-23 15:37:44 +0000 (Fri, 23 Jan 2009) | 1 line -Fix [FS#2571](r1): aircraft could be 'loading in the air' after converting old savegames ------------------------------------------------------------------------ r15226 | glx | 2009-01-23 15:10:13 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15214): broken AI content download ------------------------------------------------------------------------ r15225 | rubidium | 2009-01-23 15:06:56 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix (r15126): searching for 'missing' NewGRFs gave the 'compatability loaded' NewGRF instead of the one that we're actually looking for ------------------------------------------------------------------------ r15224 | glx | 2009-01-23 14:40:19 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15213): incorrect regex ------------------------------------------------------------------------ r15223 | smatz | 2009-01-23 13:36:12 +0000 (Fri, 23 Jan 2009) | 1 line -Codechange: move GetOldTownName to oldloader_sl.cpp as it is specific to loading of TTO/TTD savegames ------------------------------------------------------------------------ r15222 | Yexo | 2009-01-23 10:30:50 +0000 (Fri, 23 Jan 2009) | 1 line -Fix: The squirrel stack was corrupted if an AI called any C++ function during Save(). ------------------------------------------------------------------------ r15221 | rubidium | 2009-01-23 10:20:29 +0000 (Fri, 23 Jan 2009) | 2 lines -Change [FS#2574]: only show missing NewGRFs when opening the content download window from a NewGRF list and there are missing NewGRFs, otherwise show just all NewGRFs the system knows. ------------------------------------------------------------------------ r15220 | rubidium | 2009-01-23 09:47:46 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix (r15216): signedness warning ------------------------------------------------------------------------ r15219 | Yexo | 2009-01-23 09:20:57 +0000 (Fri, 23 Jan 2009) | 1 line -Fix (r15216): MSVC failed to find the proper casts. ------------------------------------------------------------------------ r15218 | rubidium | 2009-01-23 09:09:12 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix: base graphics detection did mark too much as duplicate ------------------------------------------------------------------------ r15217 | rubidium | 2009-01-23 09:00:01 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix [FS#2573] (r15176): more corner cases when removing things from iterated vectors ------------------------------------------------------------------------ r15216 | smatz | 2009-01-23 02:35:17 +0000 (Fri, 23 Jan 2009) | 1 line -Feature: native support for Transport Tycoon (Original) savegames. Based on SVXConverter's source code and documentation by Roman Vetter ------------------------------------------------------------------------ r15215 | rubidium | 2009-01-23 02:01:05 +0000 (Fri, 23 Jan 2009) | 2 lines -Fix: various MSVC x64 compiler warnings ------------------------------------------------------------------------ r15214 | glx | 2009-01-23 01:29:13 +0000 (Fri, 23 Jan 2009) | 1 line -Fix [NoAI]: ignore case for ai/library main script path on windows ------------------------------------------------------------------------ r15213 | glx | 2009-01-23 00:45:19 +0000 (Fri, 23 Jan 2009) | 1 line -Fix: AI API regression failed for non unicode builds (different format for NULL pointers) ------------------------------------------------------------------------ r15212 | Yexo | 2009-01-23 00:18:27 +0000 (Fri, 23 Jan 2009) | 1 line -Feature [FS#2566]: Change the dropdown box where you can chose which edges will be water to 4 pushbuttons (based on patch by planetmaker). ------------------------------------------------------------------------ r15211 | smatz | 2009-01-22 22:02:05 +0000 (Thu, 22 Jan 2009) | 1 line -Fix (r15190): loading of TTD savegames was broken ------------------------------------------------------------------------ r15210 | glx | 2009-01-22 21:33:08 +0000 (Thu, 22 Jan 2009) | 1 line -Fix: Vehicle::GetRunningCost() was wrong for ships and aircraft ------------------------------------------------------------------------ r15209 | translators | 2009-01-22 18:43:05 +0000 (Thu, 22 Jan 2009) | 20 lines -Update: WebTranslator2 update to 2009-01-22 18:42:44 arabic_egypt - 1 fixed by khaloofah (1) catalan - 20 fixed by arnaullv (20) dutch - 1 changed by Excel20 (1) finnish - 10 fixed by jpx_ (10) french - 1 changed by glx (1) galician - 5 fixed by Condex (5) greek - 2 changed by tek1979 (2) hungarian - 2 changed by alyr (1), IPG (1) indonesian - 20 fixed, 22 changed by fanioz (42) italian - 20 fixed, 1 changed by lorenzodv (21) korean - 20 fixed by darkttd (20) norwegian_bokmal - 22 fixed by khh (22) norwegian_nynorsk - 5 changed by wollollo (5) romanian - 1 changed by kkmic (1) russian - 44 fixed by Smoky555 (44) simplified_chinese - 18 fixed, 7 changed by ww9980 (25) spanish - 20 fixed by eusebio (19), Dominus (1) turkish - 31 fixed, 1 changed by Emin (32) ------------------------------------------------------------------------ r15208 | peter1138 | 2009-01-22 14:34:29 +0000 (Thu, 22 Jan 2009) | 2 lines -Codechange: Remove some kind (undocumented, so who really knows) of original attempt to limit maximum tractive effort from 'realistic' acceleration. ------------------------------------------------------------------------ r15207 | rubidium | 2009-01-22 14:15:52 +0000 (Thu, 22 Jan 2009) | 2 lines -Add: sorting to the content list. ------------------------------------------------------------------------ r15206 | rubidium | 2009-01-22 10:09:56 +0000 (Thu, 22 Jan 2009) | 2 lines -Fix [FS#2567]: memory corruption due to not properly cleanup up the mess when cancelling a download ------------------------------------------------------------------------ r15205 | peter1138 | 2009-01-22 09:57:31 +0000 (Thu, 22 Jan 2009) | 2 lines -Revert (r7421, partial): Support for MaxTE solves problem in a better way ------------------------------------------------------------------------ r15204 | Yexo | 2009-01-22 02:01:07 +0000 (Thu, 22 Jan 2009) | 1 line -Fix (r15167): The check was a bit too restrictive, the top of the stack needs to be resetted if another function is called while the AI is running but not suspended. ------------------------------------------------------------------------ r15203 | Yexo | 2009-01-22 00:23:37 +0000 (Thu, 22 Jan 2009) | 1 line -Fix (r15190): CmdTerraformLand didn't check it's parameters good enough. ------------------------------------------------------------------------ r15202 | rubidium | 2009-01-22 00:08:15 +0000 (Thu, 22 Jan 2009) | 2 lines -Fix (r14827): only make quick goto active for your own company ------------------------------------------------------------------------ r15201 | Yexo | 2009-01-21 23:49:59 +0000 (Wed, 21 Jan 2009) | 1 line -Fix [FS#2565] (r15190): The smallmap tried to get the owner of invalid tiles. ------------------------------------------------------------------------ r15200 | rubidium | 2009-01-21 23:07:11 +0000 (Wed, 21 Jan 2009) | 2 lines -Feature: give server admins a tool to combat profanity in nick names (based on patch by dihedral) ------------------------------------------------------------------------ r15199 | Yexo | 2009-01-21 22:35:07 +0000 (Wed, 21 Jan 2009) | 1 line -Fix (r15190): The south point of the south-most tile wasn't highlighted during terraforming. ------------------------------------------------------------------------ r15198 | frosch | 2009-01-21 20:50:53 +0000 (Wed, 21 Jan 2009) | 1 line -Fix (r15190): Advanced setting was missing the 'on'/'off' part. ------------------------------------------------------------------------ r15197 | translators | 2009-01-21 20:22:56 +0000 (Wed, 21 Jan 2009) | 21 lines -Update: WebTranslator2 update to 2009-01-21 20:22:27 catalan - 21 fixed by arnaullv (21) croatian - 25 fixed by knovak (25) czech - 41 fixed by Hadez (41) dutch - 20 fixed, 3 changed by habell (23) finnish - 31 fixed by UltimateSephiroth (21), jpx_ (10) french - 20 fixed by glx (20) german - 146 fixed by chu (146) greek - 46 fixed, 8 changed by doukas (54) hungarian - 41 fixed, 2 changed by alyr (43) indonesian - 22 fixed by fanioz (22) italian - 21 fixed, 1 changed by lorenzodv (22) korean - 21 fixed, 1 changed by darkttd (19), dlunch (3) norwegian_bokmal - 2 changed by wollollo (2) norwegian_nynorsk - 19 fixed, 1 changed by wollollo (20) romanian - 20 fixed by kkmic (20) simplified_chinese - 6 fixed by ww9980 (6) spanish - 21 fixed by Dominus (21) traditional_chinese - 2 fixed by ww9980 (2) ukrainian - 76 fixed by mad (76) ------------------------------------------------------------------------ r15196 | rubidium | 2009-01-21 20:18:12 +0000 (Wed, 21 Jan 2009) | 2 lines -Fix (r15195): != != == :( ------------------------------------------------------------------------ r15195 | rubidium | 2009-01-21 12:23:08 +0000 (Wed, 21 Jan 2009) | 2 lines -Fix: don't crash when removing from something you're iterating over ------------------------------------------------------------------------ r15194 | peter1138 | 2009-01-21 10:46:21 +0000 (Wed, 21 Jan 2009) | 2 lines -Fix: Don't count dedicated server as a spectator ------------------------------------------------------------------------ r15193 | rubidium | 2009-01-21 09:22:49 +0000 (Wed, 21 Jan 2009) | 2 lines -Feature: content server/bananas access via the console ------------------------------------------------------------------------ r15192 | rubidium | 2009-01-21 09:20:55 +0000 (Wed, 21 Jan 2009) | 2 lines -Cleanup: remove unused include ------------------------------------------------------------------------ r15191 | glx | 2009-01-21 03:47:04 +0000 (Wed, 21 Jan 2009) | 1 line -Fix (r15188): -1 is not a bool (MSVC warning) ------------------------------------------------------------------------ r15190 | Yexo | 2009-01-21 02:31:55 +0000 (Wed, 21 Jan 2009) | 1 line -Feature: Allow terraforming of the tiles at the edges of the map. ------------------------------------------------------------------------ r15189 | smatz | 2009-01-21 02:07:56 +0000 (Wed, 21 Jan 2009) | 1 line -Cleanup: remove unused includes ------------------------------------------------------------------------ r15188 | Yexo | 2009-01-21 01:56:42 +0000 (Wed, 21 Jan 2009) | 1 line -Feature: You can now change the number of AIs from the AI config window. ------------------------------------------------------------------------ r15187 | Yexo | 2009-01-21 01:37:20 +0000 (Wed, 21 Jan 2009) | 1 line -Fix: assert when an AI called AIRoad::GetNeighbourRoadCount on a tile at the north edge (bug found by SmatZ). ------------------------------------------------------------------------ r15186 | Yexo | 2009-01-21 00:36:22 +0000 (Wed, 21 Jan 2009) | 2 lines -Fix: Select the currently selected AI instead of the second on in the list. -Feature: Double clicking on a slot in the AI config window results in opening the list of AIs. ------------------------------------------------------------------------ r15185 | Yexo | 2009-01-21 00:19:21 +0000 (Wed, 21 Jan 2009) | 1 line -Fix (r15175): It was impossible to select AIs that had a different instance name then their name. ------------------------------------------------------------------------ r15184 | glx | 2009-01-21 00:18:30 +0000 (Wed, 21 Jan 2009) | 1 line -Cleanup: remove extra spaces ------------------------------------------------------------------------ r15183 | smatz | 2009-01-21 00:14:08 +0000 (Wed, 21 Jan 2009) | 1 line -Fix: stand-alone rail tiles with invalid owner were not removed. Also, make the whole check a bit more intelligent. ------------------------------------------------------------------------ r15182 | Yexo | 2009-01-21 00:09:36 +0000 (Wed, 21 Jan 2009) | 1 line -Fix: After updating an AI select the latest version for the next game. ------------------------------------------------------------------------ r15181 | smatz | 2009-01-20 23:48:31 +0000 (Tue, 20 Jan 2009) | 1 line -Fix (r15180): of course it is enough to update aircraft once... ------------------------------------------------------------------------ r15180 | smatz | 2009-01-20 23:43:19 +0000 (Tue, 20 Jan 2009) | 1 line -Fix [FS#2560](r8498): old aircraft have to be updated after updating airport_type of oil rigs ------------------------------------------------------------------------ r15179 | smatz | 2009-01-20 22:33:29 +0000 (Tue, 20 Jan 2009) | 1 line -Fix [FS#2560](r12096): removing of leftover level crossings (from very old savegames) failed ------------------------------------------------------------------------ r15178 | rubidium | 2009-01-20 21:05:13 +0000 (Tue, 20 Jan 2009) | 2 lines -Change: rename 'update' to 'upgrade' as that's a bit more clear ------------------------------------------------------------------------ r15177 | translators | 2009-01-20 18:50:08 +0000 (Tue, 20 Jan 2009) | 17 lines -Update: WebTranslator2 update to 2009-01-20 18:49:46 arabic_egypt - 21 fixed by khaloofah (21) catalan - 52 fixed by arnaullv (52) dutch - 21 fixed by Excel20 (21) french - 21 fixed by glx (21) italian - 1 fixed, 2 changed by lorenzodv (3) korean - 2 fixed, 12 changed by dlunch (14) malay - 91 fixed, 1 changed by kev (92) norwegian_nynorsk - 16 fixed by wollollo (16) romanian - 21 fixed, 18 changed by kkmic (39) russian - 123 fixed by Smoky555 (123) simplified_chinese - 9 fixed by ww9980 (9) slovak - 30 fixed by James (30) spanish - 31 fixed by Dominus (30), eusebio (1) traditional_chinese - 23 fixed by ww9980 (23) turkish - 9 fixed by Emin (9) ------------------------------------------------------------------------ r15176 | rubidium | 2009-01-20 16:51:55 +0000 (Tue, 20 Jan 2009) | 2 lines -Fix [FS#2554]: querying the content server could free when resolving the hostname or connecting takes long/is timing out. ------------------------------------------------------------------------ r15175 | Yexo | 2009-01-20 16:49:10 +0000 (Tue, 20 Jan 2009) | 1 line -Feature: Add the option to select the AIs to start in a new game and configure them via the gui. ------------------------------------------------------------------------ r15174 | smatz | 2009-01-20 16:47:42 +0000 (Tue, 20 Jan 2009) | 1 line -Codechange: split oldloader.cpp ------------------------------------------------------------------------ r15173 | smatz | 2009-01-20 16:40:19 +0000 (Tue, 20 Jan 2009) | 1 line -Codechange: shuffle a few lines of code in oldloader.cpp ------------------------------------------------------------------------ r15172 | belugas | 2009-01-20 16:06:57 +0000 (Tue, 20 Jan 2009) | 1 line -Feature: Allow a grf to customize house name via callback 0x14D, during Tile Inquiry process ------------------------------------------------------------------------ r15171 | Yexo | 2009-01-20 15:58:40 +0000 (Tue, 20 Jan 2009) | 1 line -Fix (r15027): Buffer underflow in case there are no settings to save for an AI. ------------------------------------------------------------------------ r15170 | smatz | 2009-01-20 15:43:17 +0000 (Tue, 20 Jan 2009) | 1 line -Fix: vehicle value is 64bit now, oldloader was reading it as 32bit ------------------------------------------------------------------------ r15169 | smatz | 2009-01-20 15:23:58 +0000 (Tue, 20 Jan 2009) | 1 line -Revert (r11271): it was broken by r12924, and the issue is fixed again in r12948 in a cleaner way ------------------------------------------------------------------------ r15168 | smatz | 2009-01-20 14:47:17 +0000 (Tue, 20 Jan 2009) | 1 line -Codechange: use only really basic map accessors in oldloader.cpp, shuffle the code a bit ------------------------------------------------------------------------ r15167 | Yexo | 2009-01-20 14:11:58 +0000 (Tue, 20 Jan 2009) | 1 line -Fix [FS#2558]: The top of the stack was resetted after executing the first Ai tick causing random AI crashes. ------------------------------------------------------------------------ r15166 | smatz | 2009-01-20 13:56:35 +0000 (Tue, 20 Jan 2009) | 1 line -Codechange: reduce number of includes in afterload.cpp ------------------------------------------------------------------------ r15165 | Yexo | 2009-01-20 12:40:34 +0000 (Tue, 20 Jan 2009) | 1 line -Fix (r15163): The MSVC project files were not regenerated. ------------------------------------------------------------------------ r15164 | rubidium | 2009-01-20 12:03:06 +0000 (Tue, 20 Jan 2009) | 2 lines -Fix: don't list patches/settings with list_patches that are not valid anymore ------------------------------------------------------------------------ r15163 | rubidium | 2009-01-20 11:28:18 +0000 (Tue, 20 Jan 2009) | 2 lines -Change/Fix: use a non-blocking method to resolve the hostname and connect to game servers. ------------------------------------------------------------------------ r15162 | rubidium | 2009-01-20 11:21:06 +0000 (Tue, 20 Jan 2009) | 2 lines -Fix: the join status window didn't get properly created ------------------------------------------------------------------------ r15161 | rubidium | 2009-01-20 09:52:11 +0000 (Tue, 20 Jan 2009) | 2 lines -Change: bump url to 96 bytes ------------------------------------------------------------------------ r15160 | glx | 2009-01-20 04:01:07 +0000 (Tue, 20 Jan 2009) | 1 line -Fix (r15157): port != IP ------------------------------------------------------------------------ r15159 | rubidium | 2009-01-20 03:44:43 +0000 (Tue, 20 Jan 2009) | 2 lines -Fix: move the UDP queries that resolve a hostname into threads so they don't freeze OpenTTD when for example the network connection got severed. Thanks to glx for writing the mutex implementation for Windows. ------------------------------------------------------------------------ r15158 | rubidium | 2009-01-20 03:12:46 +0000 (Tue, 20 Jan 2009) | 2 lines -Cleanup: remove some unused/unneeded cruft from the thread generalisation. ------------------------------------------------------------------------ r15157 | rubidium | 2009-01-20 01:32:06 +0000 (Tue, 20 Jan 2009) | 2 lines -Codechange: wrap the hostname/ip and port into a single structure so we can pass either one of them and not convert an ip to a string and then back again. ------------------------------------------------------------------------ r15156 | rubidium | 2009-01-19 22:27:43 +0000 (Mon, 19 Jan 2009) | 2 lines -Fix: add scrollwheel support to allegro ------------------------------------------------------------------------ r15155 | rubidium | 2009-01-19 22:01:37 +0000 (Mon, 19 Jan 2009) | 2 lines -Codechange: remove unused return value ------------------------------------------------------------------------ r15154 | rubidium | 2009-01-19 21:13:02 +0000 (Mon, 19 Jan 2009) | 2 lines -Fix [FS#2555] (r15126): wrong tooltip for the matrix ------------------------------------------------------------------------ r15153 | rubidium | 2009-01-19 21:11:51 +0000 (Mon, 19 Jan 2009) | 2 lines -Fix (r15126): the scrollbar's "count" wasn't always correctly set ------------------------------------------------------------------------ r15152 | translators | 2009-01-19 18:48:06 +0000 (Mon, 19 Jan 2009) | 15 lines -Update: WebTranslator2 update to 2009-01-19 18:47:48 arabic_egypt - 30 fixed by khaloofah (30) czech - 1 fixed by Hadez (1) dutch - 22 fixed by Excel20 (4), habell (18) finnish - 1 fixed by UltimateSephiroth (1) french - 1 fixed by glx (1) hungarian - 1 fixed, 3 changed by alyr (2), oklmernok (2) korean - 2 fixed by darkttd (2) polish - 1 fixed by xaxa (1) romanian - 1 fixed, 1 changed by kkmic (2) simplified_chinese - 110 fixed by ww9980 (110) spanish - 21 fixed by eusebio (21) traditional_chinese - 8 fixed by ww9980 (8) turkish - 1 fixed by Emin (1) ------------------------------------------------------------------------