------------------------------------------------------------------------ r15439 | smatz | 2009-02-10 12:49:12 +0000 (Tue, 10 Feb 2009) | 1 line -Fix [FS#2626]: call Vehicle::LeaveStation() before reversing overlength loading train (station triggers were missed, PBS reservation could cause crash) ------------------------------------------------------------------------ r15438 | glx | 2009-02-10 04:23:37 +0000 (Tue, 10 Feb 2009) | 1 line -Fix (r15434): MSVC performance warning ------------------------------------------------------------------------ r15437 | belugas | 2009-02-10 00:50:04 +0000 (Tue, 10 Feb 2009) | 2 lines -Codechange: Do not run a code section when you already know it is useless -Codechange: Do not rely on a decision based on something that has already been evaluated ------------------------------------------------------------------------ r15436 | peter1138 | 2009-02-09 22:49:28 +0000 (Mon, 09 Feb 2009) | 1 line -Codechange: Return index of station spec within station class as a return parameter of GetCustomStationSpecByGrf(), as the index is already known. Saves on an extra loop and an extern... ------------------------------------------------------------------------ r15434 | rubidium | 2009-02-09 21:20:05 +0000 (Mon, 09 Feb 2009) | 2 lines -Codechange: bit of type safety for the DC_xxx flags. ------------------------------------------------------------------------ r15433 | peter1138 | 2009-02-09 20:30:16 +0000 (Mon, 09 Feb 2009) | 2 lines -Fix (r15126): Content download progress bar was not centered properly. ------------------------------------------------------------------------ r15432 | translators | 2009-02-09 18:31:10 +0000 (Mon, 09 Feb 2009) | 17 lines -Update: WebTranslator2 update to 2009-02-09 18:30:51 bulgarian - 30 fixed by Ar4i (30) catalan - 3 fixed by arnaullv (3) danish - 33 fixed by ThomasA (33) dutch - 5 fixed by habell (5) english_US - 118 fixed by WhiteRabbit (118) finnish - 5 fixed by jpx_ (5) german - 5 fixed by ralph (5) hungarian - 2 fixed by alyr (2) latvian - 7 fixed by KiitsLV (5), waste (2) polish - 6 fixed by coolik (6) romanian - 3 fixed, 2 changed by kkmic (5) serbian - 123 fixed, 2 deleted, 229 changed by syndrome (354) simplified_chinese - 5 fixed by ww9980 (5) spanish - 1 changed by Dominus (1) ukrainian - 3 fixed by mad (3) ------------------------------------------------------------------------ r15431 | rubidium | 2009-02-09 10:31:37 +0000 (Mon, 09 Feb 2009) | 2 lines -Fix (r15425): wrongly added assertion due to unneeded & 0xFF. Now use the same method of handling the colour as it would do when drawing a string instead of a character. ------------------------------------------------------------------------ r15429 | rubidium | 2009-02-09 03:07:03 +0000 (Mon, 09 Feb 2009) | 2 lines -Change: do r15428 also for the string names. ------------------------------------------------------------------------ r15428 | rubidium | 2009-02-09 02:57:15 +0000 (Mon, 09 Feb 2009) | 2 lines -Codechange: consistently use colour instead of having both color and colour. ------------------------------------------------------------------------ r15427 | rubidium | 2009-02-09 02:33:10 +0000 (Mon, 09 Feb 2009) | 2 lines -Codechange: give w->caption_color a more sensible name as it holds the owner of whatever is shown in the window ------------------------------------------------------------------------ r15426 | glx | 2009-02-09 02:28:31 +0000 (Mon, 09 Feb 2009) | 1 line -Fix (r15421): wrong grfcodec version was used to generate openttdd.grf ------------------------------------------------------------------------ r15425 | rubidium | 2009-02-09 02:09:47 +0000 (Mon, 09 Feb 2009) | 2 lines -Codechange: some color->colour changes and type safety. ------------------------------------------------------------------------ r15424 | rubidium | 2009-02-09 01:22:29 +0000 (Mon, 09 Feb 2009) | 2 lines -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu). ------------------------------------------------------------------------ r15423 | rubidium | 2009-02-09 01:06:23 +0000 (Mon, 09 Feb 2009) | 2 lines -Codechange: split widget related types to their own header and add a bit of type strictness. ------------------------------------------------------------------------ r15422 | rubidium | 2009-02-08 23:06:56 +0000 (Sun, 08 Feb 2009) | 2 lines -Fix [FS#2623] (r15383): loading NewGRFs before copying the settings. ------------------------------------------------------------------------ r15421 | michi_cc | 2009-02-08 20:11:59 +0000 (Sun, 08 Feb 2009) | 1 line -Change: Replace the path signal sprites borrowed from TTDPatch with our own custom sprites. ------------------------------------------------------------------------ r15418 | peter1138 | 2009-02-08 18:29:22 +0000 (Sun, 08 Feb 2009) | 1 line -Codechange: Add action7/9 support to detect available rail type labels ------------------------------------------------------------------------ r15417 | peter1138 | 2009-02-08 18:11:06 +0000 (Sun, 08 Feb 2009) | 1 line -Codechange: Add default rail type labels and support for per-GRF translation table. ------------------------------------------------------------------------ r15416 | rubidium | 2009-02-08 17:46:08 +0000 (Sun, 08 Feb 2009) | 2 lines -Fix (r15412): revert the removal of the road side drop down box handling. ------------------------------------------------------------------------ r15415 | rubidium | 2009-02-08 16:03:17 +0000 (Sun, 08 Feb 2009) | 2 lines -Change: close the (station) joiner window when pressing the bulldozer. ------------------------------------------------------------------------ r15414 | rubidium | 2009-02-08 16:00:57 +0000 (Sun, 08 Feb 2009) | 2 lines -Codechange: s/delete FindWindowById/DeleteWindowById/ ------------------------------------------------------------------------ r15413 | rubidium | 2009-02-08 15:45:34 +0000 (Sun, 08 Feb 2009) | 2 lines -Fix [FS#2529/2533]: inconsistencies between station and bridge building w.r.t. tile selection and when the window should be closed. ------------------------------------------------------------------------ r15412 | peter1138 | 2009-02-08 12:58:14 +0000 (Sun, 08 Feb 2009) | 1 line -Fix: Clearing custom engine names could cause desyncs due to be client-side only; GUI parts of save/load of custom engine names also removed as it was never implemented. ------------------------------------------------------------------------ r15411 | rubidium | 2009-02-08 12:42:45 +0000 (Sun, 08 Feb 2009) | 2 lines -Feature(ttette): make 'set' a alias for the setting/patch console command ------------------------------------------------------------------------ r15410 | rubidium | 2009-02-08 12:25:13 +0000 (Sun, 08 Feb 2009) | 2 lines -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability. ------------------------------------------------------------------------ r15409 | frosch | 2009-02-08 12:02:28 +0000 (Sun, 08 Feb 2009) | 4 lines -Update: Currencies Remove intermediate currency "New Turkish lira". Add Euro introduction date for Slovakia. Remove Euro introduction date for Hungary. ------------------------------------------------------------------------ r15408 | Yexo | 2009-02-08 11:34:51 +0000 (Sun, 08 Feb 2009) | 1 line -Fix (r15027): AIs could call AIController::Sleep() at times they're not allowed to sleep. ------------------------------------------------------------------------ r15407 | peter1138 | 2009-02-08 10:37:24 +0000 (Sun, 08 Feb 2009) | 1 line -Codechange: When loading a save game with an invalid pool index, report the problem (invalid index) rather than an impossible symptom (too many items), and report it in game instead of causing a crash. ------------------------------------------------------------------------ r15406 | rubidium | 2009-02-08 01:51:48 +0000 (Sun, 08 Feb 2009) | 2 lines -Fix: make Valuate actually cost a few opcodes to not make it a single opcode method of doing lots of the same thing. This should resolve most of the hiccups caused by AIs. ------------------------------------------------------------------------ r15404 | michi_cc | 2009-02-08 01:10:48 +0000 (Sun, 08 Feb 2009) | 1 line -Cleanup [YAPF]: A tiny bit of const correctness. ------------------------------------------------------------------------ r15403 | translators | 2009-02-07 18:48:25 +0000 (Sat, 07 Feb 2009) | 18 lines -Update: WebTranslator2 update to 2009-02-07 18:48:00 arabic_egypt - 6 fixed by khaloofah (6) brazilian_portuguese - 15 fixed by tucalipe (15) catalan - 3 fixed by arnaullv (3) dutch - 2 fixed, 21 changed by Yexo (21), Excel20 (2) finnish - 3 fixed by jpx_ (3) french - 6 fixed by glx (6) german - 6 fixed by hellow (6) hungarian - 4 fixed by alyr (4) italian - 17 fixed by lorenzodv (17) korean - 6 fixed, 22 changed by darkttd (28) norwegian_bokmal - 27 fixed by khh (27) romanian - 3 fixed, 4 changed by kkmic (7) serbian - 176 fixed, 93 changed by syndrome (269) simplified_chinese - 16 fixed, 1 changed by ww9980 (17) spanish - 6 fixed by Dominus (6) turkish - 17 fixed, 1 changed by Emin (18) ------------------------------------------------------------------------ r15402 | smatz | 2009-02-07 18:09:30 +0000 (Sat, 07 Feb 2009) | 1 line -Codechange: verify _current_company didn't change when executing a command ------------------------------------------------------------------------ r15401 | smatz | 2009-02-07 17:01:44 +0000 (Sat, 07 Feb 2009) | 1 line -Fix [FS#2619](r15027): AI::Stop changed _current_company, but didn't restore its original value ------------------------------------------------------------------------ r15400 | frosch | 2009-02-07 16:23:42 +0000 (Sat, 07 Feb 2009) | 1 line -Fix: Typos in comments. ------------------------------------------------------------------------ r15399 | frosch | 2009-02-07 16:17:03 +0000 (Sat, 07 Feb 2009) | 1 line -Fix [FS#2617]: For articulated parts v->cargo_type == CT_INVALID is possible. ------------------------------------------------------------------------ r15398 | smatz | 2009-02-07 16:11:21 +0000 (Sat, 07 Feb 2009) | 1 line -Fix (r14135): _current_company shouldn't be used in GUI code (Swallow) ------------------------------------------------------------------------ r15397 | rubidium | 2009-02-07 16:02:29 +0000 (Sat, 07 Feb 2009) | 2 lines -Fix [FS#2618]: a town could build a statue under a bridge. ------------------------------------------------------------------------ r15396 | smatz | 2009-02-07 13:53:38 +0000 (Sat, 07 Feb 2009) | 1 line -Fix [FS#2601](r15027): since AIs can have vehicle groups now, convert the groups correctly ------------------------------------------------------------------------ r15395 | rubidium | 2009-02-07 12:02:13 +0000 (Sat, 07 Feb 2009) | 2 lines -Fix [FS#2611] (r15377): one couldn't reset companies anymore in a 'dedicated' server. ------------------------------------------------------------------------ r15394 | glx | 2009-02-07 03:31:48 +0000 (Sat, 07 Feb 2009) | 1 line -Fix (r15389): no new line at end of line warning ------------------------------------------------------------------------ r15393 | belugas | 2009-02-07 03:06:38 +0000 (Sat, 07 Feb 2009) | 1 line -Fix: little typo ------------------------------------------------------------------------ r15392 | belugas | 2009-02-07 02:38:32 +0000 (Sat, 07 Feb 2009) | 1 line -Codechange: move the spec getter to a place where it's only required, without the use of extern ------------------------------------------------------------------------ r15391 | rubidium | 2009-02-07 02:29:08 +0000 (Sat, 07 Feb 2009) | 2 lines -Fix (r14997): loading font sprites should not trigger a palette conversion. ------------------------------------------------------------------------ r15390 | Yexo | 2009-02-07 01:17:15 +0000 (Sat, 07 Feb 2009) | 1 line -Cleanup: Remove old hack that wasn't used anymore. ------------------------------------------------------------------------ r15389 | peter1138 | 2009-02-07 01:01:02 +0000 (Sat, 07 Feb 2009) | 1 line -Feature: Add ability to select which base graphics set is used from the Game Options window. The change takes effect when the window is closed. This option can only be used from the intro menu, as reloading graphics during a game may cause issues. ------------------------------------------------------------------------ r15388 | rubidium | 2009-02-07 00:45:24 +0000 (Sat, 07 Feb 2009) | 2 lines -Change: unify the way Ctrl+Click is written. ------------------------------------------------------------------------ r15387 | peter1138 | 2009-02-07 00:37:35 +0000 (Sat, 07 Feb 2009) | 1 line -Codechange: Add a drop down list item type for char* strings. ------------------------------------------------------------------------ r15386 | peter1138 | 2009-02-07 00:33:35 +0000 (Sat, 07 Feb 2009) | 1 line -Codechange: During start up, store driver/blitter/graphicsset selection in local variable instead of in the global _ini_* variables. This means that specifying a driver/blitter/graphicsset on the command line does not clobber the configuration value, which can now be saved like other values. ------------------------------------------------------------------------ r15385 | peter1138 | 2009-02-07 00:29:35 +0000 (Sat, 07 Feb 2009) | 1 line -Fix: Saving of char* to configuration file did not work due to incorrect parameter order and no handling of NULL. ------------------------------------------------------------------------ r15384 | rubidium | 2009-02-07 00:22:21 +0000 (Sat, 07 Feb 2009) | 2 lines -Change: tweak some settings to make OpenTTD easier to use for first-time users (or upgraders) ------------------------------------------------------------------------ r15383 | Yexo | 2009-02-06 23:58:16 +0000 (Fri, 06 Feb 2009) | 1 line -Cleanup: Don't call MakeNewgameSettingsLive more often than necessary. ------------------------------------------------------------------------ r15382 | rubidium | 2009-02-06 21:30:18 +0000 (Fri, 06 Feb 2009) | 2 lines -Fix [FS#2466]: multiple vehicles could be filling the timetable and only the data from one vehicle would be taken. Now only allow one to be filling at a time. ------------------------------------------------------------------------ r15381 | frosch | 2009-02-06 20:51:24 +0000 (Fri, 06 Feb 2009) | 1 line -Fix (r11091): When testing for parallel road two tiles away, do not move more than one tile along the road. ------------------------------------------------------------------------ r15380 | frosch | 2009-02-06 20:24:44 +0000 (Fri, 06 Feb 2009) | 1 line -Fix (r15190)[FS#2603]: Do not use TileY() on negative TileIndexDiffs. But the test was not needed anyway, as those tiles were already tested in previous iterations. ------------------------------------------------------------------------ r15379 | translators | 2009-02-06 18:46:21 +0000 (Fri, 06 Feb 2009) | 19 lines -Update: WebTranslator2 update to 2009-02-06 18:45:59 arabic_egypt - 11 fixed by khaloofah (11) catalan - 11 fixed by arnaullv (11) dutch - 10 fixed, 2 changed by Yexo (10), Excel20 (2) finnish - 14 fixed by jpx_ (12), UltimateSephiroth (2) french - 11 fixed by glx (11) german - 11 fixed by ralph (5), hellow (6) hebrew - 5 fixed by 19izhar73 (5) hungarian - 11 fixed, 3 changed by alyr (3), IPG (4), oklmernok (7) korean - 11 fixed, 2 changed by darkttd (13) latvian - 25 fixed by waste (25) portuguese - 16 fixed by supra90 (10), SnowFlake (6) romanian - 11 fixed by kkmic (11) serbian - 5 fixed, 271 changed by syndrome (276) simplified_chinese - 2 fixed by ww9980 (2) spanish - 11 fixed by Dominus (11) traditional_chinese - 3 fixed, 5 changed by ww9980 (8) ukrainian - 14 fixed by mad (14) ------------------------------------------------------------------------ r15378 | frosch | 2009-02-06 18:06:05 +0000 (Fri, 06 Feb 2009) | 1 line -Fix: The subcargo returned by vehicle variable 0x42 should be the most-common-subcargo of the most-common-cargo. If nothing is transported 0x..FFFF00 should be returned. ------------------------------------------------------------------------ r15377 | rubidium | 2009-02-06 18:00:05 +0000 (Fri, 06 Feb 2009) | 2 lines -Fix [FS#2607]: filter did resort when unneeded and didn't deselect properly in some cases (Roujin) ------------------------------------------------------------------------ r15376 | rubidium | 2009-02-06 15:53:48 +0000 (Fri, 06 Feb 2009) | 2 lines -Fix [FS#2608] (r15371): OSX/BSD also seems to define strcasecmp under some circumstances. ------------------------------------------------------------------------ r15375 | rubidium | 2009-02-06 15:52:22 +0000 (Fri, 06 Feb 2009) | 2 lines -Fix [FS#2605]: a tram circling around in a depot did never actually 'enter' the depot. ------------------------------------------------------------------------ r15374 | rubidium | 2009-02-06 15:39:34 +0000 (Fri, 06 Feb 2009) | 2 lines -Codechange: remove a magic constant. ------------------------------------------------------------------------ r15373 | rubidium | 2009-02-06 15:11:17 +0000 (Fri, 06 Feb 2009) | 2 lines -Fix [FS#2606]: Kenobi denied the server's client name to the tab-completed. ------------------------------------------------------------------------ r15372 | rubidium | 2009-02-06 12:00:14 +0000 (Fri, 06 Feb 2009) | 2 lines -Feature: filter the 'content' based on the tag/name. Based on a patch by Roujin. ------------------------------------------------------------------------ r15371 | rubidium | 2009-02-06 11:58:52 +0000 (Fri, 06 Feb 2009) | 2 lines -Codechange: add an implementation of strcasestr for when _GNU_SOURCE isn't defined. ------------------------------------------------------------------------ r15370 | rubidium | 2009-02-06 11:57:25 +0000 (Fri, 06 Feb 2009) | 2 lines -Codechange: add a callback to tell the parent of an OSK that the string has changed instead of only marking the text box dirty. ------------------------------------------------------------------------ r15369 | rubidium | 2009-02-06 10:38:57 +0000 (Fri, 06 Feb 2009) | 2 lines -Codechange: generalise the GUIList a bit so peter can write filters for cargo type, speed and mass ;) ------------------------------------------------------------------------ r15368 | rubidium | 2009-02-06 10:31:05 +0000 (Fri, 06 Feb 2009) | 2 lines -Fix: some typos in comments ------------------------------------------------------------------------ r15367 | rubidium | 2009-02-06 00:51:11 +0000 (Fri, 06 Feb 2009) | 2 lines -Add: framework for filtering GUILists (Roujin) ------------------------------------------------------------------------ r15366 | Yexo | 2009-02-06 00:25:37 +0000 (Fri, 06 Feb 2009) | 1 line -Add [NoAI]: Add AddLabels() where you can define labels for the values of the settings in info.nut ------------------------------------------------------------------------ r15365 | smatz | 2009-02-05 22:59:05 +0000 (Thu, 05 Feb 2009) | 1 line -Fix (r15324): svn properties were lost in 'svn move' ------------------------------------------------------------------------ r15364 | rubidium | 2009-02-05 22:36:57 +0000 (Thu, 05 Feb 2009) | 2 lines -Update: the man page ------------------------------------------------------------------------ r15363 | rubidium | 2009-02-05 22:05:58 +0000 (Thu, 05 Feb 2009) | 2 lines -Fix [FS#2600]: inconsistency w.r.t. On/Off text for settings. ------------------------------------------------------------------------ r15362 | rubidium | 2009-02-05 21:50:56 +0000 (Thu, 05 Feb 2009) | 2 lines -Change: make a string name more consistent. ------------------------------------------------------------------------ r15361 | smatz | 2009-02-05 17:59:59 +0000 (Thu, 05 Feb 2009) | 1 line -Cleanup: minor comment style fixes (planetmaker) ------------------------------------------------------------------------ r15360 | frosch | 2009-02-05 17:48:08 +0000 (Thu, 05 Feb 2009) | 1 line -Fix: Flooding vehicles did not trigger an AI event. ------------------------------------------------------------------------ r15359 | frosch | 2009-02-05 17:38:47 +0000 (Thu, 05 Feb 2009) | 1 line -Add [NoAI]: AIEventVehicleCrashed::CRASH_RV_UFO, AIEventDisasterZeppelinerCrashed and AIEventDisasterZeppelinerCleared as aliens accepted NoAIs as competing life-form. ------------------------------------------------------------------------ r15358 | frosch | 2009-02-05 17:28:37 +0000 (Thu, 05 Feb 2009) | 1 line -Add [NoAI]: AIEventVehicleCrashed::GetCrashReason() ------------------------------------------------------------------------ r15357 | smatz | 2009-02-05 16:51:23 +0000 (Thu, 05 Feb 2009) | 1 line -Codechange: unify the way buttons are updated in the 'found town' window ------------------------------------------------------------------------ r15356 | smatz | 2009-02-05 15:59:40 +0000 (Thu, 05 Feb 2009) | 1 line -Codechange: make PlaceProc_Town and some global variables a static function/variables of the scenedit window ------------------------------------------------------------------------ r15355 | rubidium | 2009-02-05 15:59:23 +0000 (Thu, 05 Feb 2009) | 2 lines -Codechange: simplify some stuff now ->FirstShared returns non-NULL again. ------------------------------------------------------------------------ r15354 | rubidium | 2009-02-05 15:58:42 +0000 (Thu, 05 Feb 2009) | 2 lines -Fix (r14803): first shared of a vehicle could be NULL making it impossible to (share-)clone the vehicle. ------------------------------------------------------------------------ r15353 | smatz | 2009-02-05 15:28:01 +0000 (Thu, 05 Feb 2009) | 1 line -Feature(tte): make it possible to have cities of various sizes ------------------------------------------------------------------------ r15352 | smatz | 2009-02-05 13:33:37 +0000 (Thu, 05 Feb 2009) | 1 line -Codechange: make the arguments passed around while founding a town a bit more readable ------------------------------------------------------------------------ r15351 | rubidium | 2009-02-05 08:10:59 +0000 (Thu, 05 Feb 2009) | 2 lines -Fix (r15350): gcc compile failure ------------------------------------------------------------------------ r15350 | belugas | 2009-02-05 03:41:42 +0000 (Thu, 05 Feb 2009) | 2 lines -Codechange: Create a spec array to hold the data definitions of unmovables objects. Note that this is the very basic spec, it will be populated a bit more, later. ------------------------------------------------------------------------ r15349 | belugas | 2009-02-05 03:17:30 +0000 (Thu, 05 Feb 2009) | 1 line -Codechange: no need to call a function when we know there is not going to be any change to the returned result ------------------------------------------------------------------------ r15348 | michi_cc | 2009-02-05 02:07:13 +0000 (Thu, 05 Feb 2009) | 1 line -Fix (r15347): Preferred pylon position is dependant on the masked wires as well. ------------------------------------------------------------------------ r15347 | michi_cc | 2009-02-05 01:33:59 +0000 (Thu, 05 Feb 2009) | 1 line -Feature [FS#1761]: Don't draw superfluous catenary wires (based on a patch by Eddi). ------------------------------------------------------------------------ r15346 | Yexo | 2009-02-05 01:15:54 +0000 (Thu, 05 Feb 2009) | 1 line -Add [NoAI]: Add AIAirport::GetNearestTown() so AIs can known in which town the noise level will increase. ------------------------------------------------------------------------ r15345 | Yexo | 2009-02-05 01:12:49 +0000 (Thu, 05 Feb 2009) | 1 line -Add [NoAI]: Add AIVehicle::HasSharedOrders() and AIVehicleList_SharedOrders. ------------------------------------------------------------------------ r15344 | rubidium | 2009-02-04 23:40:01 +0000 (Wed, 04 Feb 2009) | 2 lines -Change [Makefile]: don't recompile everything when english.txt changes, but only whatever includes table/strings.h. ------------------------------------------------------------------------ r15343 | Yexo | 2009-02-04 23:26:21 +0000 (Wed, 04 Feb 2009) | 1 line -Add [NoAI]: Add AITown::GetRoadLayout so AIs can get the road layout per town. ------------------------------------------------------------------------ r15342 | smatz | 2009-02-04 22:52:34 +0000 (Wed, 04 Feb 2009) | 1 line -Feature: allow changing town layout in the 'Found new town' window ------------------------------------------------------------------------ r15341 | smatz | 2009-02-04 20:24:11 +0000 (Wed, 04 Feb 2009) | 1 line -Update (r15340): remove deleted and modified strings from other language files ------------------------------------------------------------------------ r15340 | smatz | 2009-02-04 20:17:25 +0000 (Wed, 04 Feb 2009) | 3 lines -Fix [FS#2121]: changing town road layout in-game caused ugly road networks -Fix: use a flag instead of TL_NO_ROADS to forbid towns to build roads. The flag is ignored during world generation, so there won't be 'ghost' towns anymore -Feature: town layout is now stored per town, so it is possible to (manually) set different layout for each town ------------------------------------------------------------------------ r15339 | translators | 2009-02-04 18:39:33 +0000 (Wed, 04 Feb 2009) | 7 lines -Update: WebTranslator2 update to 2009-02-04 18:39:16 arabic_egypt - 1 fixed by khaloofah (1) german - 1 changed by planetmaker (1) hebrew - 668 fixed, 19 changed by 19izhar73 (687) korean - 10 changed by leejaeuk5 (10) serbian - 6 fixed, 4 changed by salejemaster (10) ------------------------------------------------------------------------ r15338 | rubidium | 2009-02-04 16:59:41 +0000 (Wed, 04 Feb 2009) | 2 lines -Fix [FS#2598]: close all construction related windows whenever changing company. ------------------------------------------------------------------------ r15337 | rubidium | 2009-02-04 16:57:40 +0000 (Wed, 04 Feb 2009) | 2 lines -Fix: don't allow a spectating server to build stuff. ------------------------------------------------------------------------ r15336 | rubidium | 2009-02-04 16:45:07 +0000 (Wed, 04 Feb 2009) | 2 lines -Fix: do not use _current_company in the GUI as there are no guarantees that _current_company is the same as _local_company. ------------------------------------------------------------------------ r15335 | rubidium | 2009-02-04 16:09:16 +0000 (Wed, 04 Feb 2009) | 2 lines -Change: use the patch change mechanism to change the road side too instead of a separate command. ------------------------------------------------------------------------ r15334 | smatz | 2009-02-04 15:01:37 +0000 (Wed, 04 Feb 2009) | 1 line -Codechange: reset setting to old value when the callback procedure returns false ------------------------------------------------------------------------ r15333 | Yexo | 2009-02-04 13:52:17 +0000 (Wed, 04 Feb 2009) | 1 line -Fix: AIs weren't restricted to a maximum length for ship orders. ------------------------------------------------------------------------ r15332 | smatz | 2009-02-04 01:07:53 +0000 (Wed, 04 Feb 2009) | 1 line -Fix (r15190): terrain generated from heightmaps always was at sea level at both southern borders ------------------------------------------------------------------------ r15331 | glx | 2009-02-03 23:30:23 +0000 (Tue, 03 Feb 2009) | 1 line -Fix (r15330): remove extra semicolons ------------------------------------------------------------------------ r15330 | rubidium | 2009-02-03 22:42:42 +0000 (Tue, 03 Feb 2009) | 2 lines -Fix [FS#2597]: leaking of Squirrel when using circular references (by enabling the GC). ------------------------------------------------------------------------ r15328 | Yexo | 2009-02-03 21:05:32 +0000 (Tue, 03 Feb 2009) | 1 line -Fix (r15327): Load(data, version) was called instead of Load(version, data). ------------------------------------------------------------------------ r15327 | Yexo | 2009-02-03 20:49:08 +0000 (Tue, 03 Feb 2009) | 1 line -Fix (r15027): AIs could access the map and other data in their constructor and Load() function while the savegame was not completely loaded. ------------------------------------------------------------------------ r15326 | frosch | 2009-02-03 20:39:06 +0000 (Tue, 03 Feb 2009) | 1 line -Fix: Old-ai-ishm when refitting vehicles. ------------------------------------------------------------------------ r15325 | translators | 2009-02-03 18:29:55 +0000 (Tue, 03 Feb 2009) | 6 lines -Update: WebTranslator2 update to 2009-02-03 18:29:45 brazilian_portuguese - 1 fixed by tucalipe (1) german - 4 changed by planetmaker (3), hellow (1) hebrew - 615 fixed, 54 changed by 19izhar73 (669) korean - 6 changed by darkttd (6) ------------------------------------------------------------------------ r15324 | smatz | 2009-02-03 18:08:07 +0000 (Tue, 03 Feb 2009) | 1 line -Codechange: unify the class used for comparing of strings for std::map ------------------------------------------------------------------------ r15323 | rubidium | 2009-02-03 17:33:43 +0000 (Tue, 03 Feb 2009) | 2 lines -Fix: regression backed up game_start.scr but didn't/couldn't restore it. ------------------------------------------------------------------------ r15322 | Yexo | 2009-02-02 22:57:22 +0000 (Mon, 02 Feb 2009) | 1 line -Fix (r15175): The AI list window didn't display information about the selected AI if it wasn't visible. ------------------------------------------------------------------------