------------------------------------------------------------------------
r17536 | translators | 2009-09-14 17:45:14 +0000 (Mon, 14 Sep 2009) | 6 lines

-Update from WebTranslator v3.0:
english_US - 4 changes by agenthh
hungarian - 3 changes by alyr
russian - 64 changes by Lone_Wolf
vietnamese - 23 changes by nglekhoi

------------------------------------------------------------------------
r17535 | rubidium | 2009-09-14 15:53:19 +0000 (Mon, 14 Sep 2009) | 2 lines

-Fix: compiling without networking failed; also unhackify the crash logger a bit.

------------------------------------------------------------------------
r17534 | rubidium | 2009-09-14 12:22:57 +0000 (Mon, 14 Sep 2009) | 2 lines

-Codechange: unify the naming of callback masks/flags

------------------------------------------------------------------------
r17533 | smatz | 2009-09-13 23:30:29 +0000 (Sun, 13 Sep 2009) | 1 line

-Fix: missing 'const'
------------------------------------------------------------------------
r17532 | frosch | 2009-09-13 19:15:59 +0000 (Sun, 13 Sep 2009) | 1 line

-Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
------------------------------------------------------------------------
r17531 | rubidium | 2009-09-13 17:58:00 +0000 (Sun, 13 Sep 2009) | 2 lines

-Fix: wrong @file for ai_basestation.hpp

------------------------------------------------------------------------
r17530 | rubidium | 2009-09-13 17:47:07 +0000 (Sun, 13 Sep 2009) | 2 lines

-Codechange: use QSortT instead of qsort for sorting EngineIDs

------------------------------------------------------------------------
r17529 | translators | 2009-09-13 17:45:15 +0000 (Sun, 13 Sep 2009) | 6 lines

-Update from WebTranslator v3.0:
finnish - 81 changes by jpx_
greek - 207 changes by fumantsu
portuguese - 5 changes by SupSuper
vietnamese - 55 changes by nglekhoi

------------------------------------------------------------------------
r17528 | rubidium | 2009-09-13 17:39:33 +0000 (Sun, 13 Sep 2009) | 2 lines

-Codechange: use QSortT instead of qsort for sorting FiosItems

------------------------------------------------------------------------
r17527 | rubidium | 2009-09-13 17:38:49 +0000 (Sun, 13 Sep 2009) | 2 lines

-Codechange: use QSortT instead of qsort for sorting smallmaps

------------------------------------------------------------------------
r17526 | rubidium | 2009-09-13 17:38:07 +0000 (Sun, 13 Sep 2009) | 2 lines

-Codechange: use QSortT instead of qsort for sorting the language list in the network GUI

------------------------------------------------------------------------
r17525 | frosch | 2009-09-13 17:37:47 +0000 (Sun, 13 Sep 2009) | 1 line

-Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already.
------------------------------------------------------------------------
r17524 | rubidium | 2009-09-13 17:36:50 +0000 (Sun, 13 Sep 2009) | 2 lines

-Codechange: use QSortT instead of qsort for sorting NewGRFs

------------------------------------------------------------------------
r17523 | frosch | 2009-09-13 16:43:16 +0000 (Sun, 13 Sep 2009) | 1 line

-Fix (r17514): InvalidateWindowClasses() only does SetDirty(), which is no longer enough.
------------------------------------------------------------------------
r17522 | frosch | 2009-09-13 14:50:52 +0000 (Sun, 13 Sep 2009) | 1 line

-Fix: Scroll to selected content after sorting the list and after updating the scrollbar maximum.
------------------------------------------------------------------------
r17521 | rubidium | 2009-09-13 10:58:41 +0000 (Sun, 13 Sep 2009) | 2 lines

-Change: don't assume that there is always 'another' industry tile after two '0x18' industry tiles

------------------------------------------------------------------------
r17518 | rubidium | 2009-09-13 07:48:47 +0000 (Sun, 13 Sep 2009) | 2 lines

-Document: some of the callback 'masks'

------------------------------------------------------------------------
r17515 | rubidium | 2009-09-12 20:31:41 +0000 (Sat, 12 Sep 2009) | 2 lines

-Fix [FS#3189]: [Squirrel] In some cases the call stack would not be cleaned up properly during crash handling. Occasionally this causes asserts to be triggered or crashes.

------------------------------------------------------------------------
r17514 | frosch | 2009-09-12 18:40:02 +0000 (Sat, 12 Sep 2009) | 1 line

-Codechange: Nestify Add-NewGRF dialog.
------------------------------------------------------------------------
r17513 | translators | 2009-09-12 17:45:19 +0000 (Sat, 12 Sep 2009) | 8 lines

-Update from WebTranslator v3.0:
catalan - 1 changes by arnau
simplified_chinese - 39 changes by EraserKing
dutch - 18 changes by habell
greek - 55 changes by fumantsu
indonesian - 60 changes by prof
vietnamese - 7 changes by nglekhoi

------------------------------------------------------------------------
r17512 | rubidium | 2009-09-12 17:32:24 +0000 (Sat, 12 Sep 2009) | 2 lines

-Add: some basic information about the loaded AIs in the crash log

------------------------------------------------------------------------
r17511 | frosch | 2009-09-12 17:17:07 +0000 (Sat, 12 Sep 2009) | 1 line

-Codechange: Simplify ShowNewGRFInfo() by passing 'right' instead of 'width'.
------------------------------------------------------------------------
r17510 | frosch | 2009-09-12 14:40:26 +0000 (Sat, 12 Sep 2009) | 1 line

-Fix [FS#3197]: When loading GRFConfigs from ini file, validate them wrt. duplicate GRF IDs.
------------------------------------------------------------------------
r17509 | rubidium | 2009-09-12 14:37:29 +0000 (Sat, 12 Sep 2009) | 3 lines

-Fix [FS#3196]: if building a part fails during cloning, sell what was already cloned instead of leaving it 'for free'
-Fix: make cloning multiheaded trains possible with with 'max - 1' vehicles existing

------------------------------------------------------------------------
r17508 | rubidium | 2009-09-12 12:56:49 +0000 (Sat, 12 Sep 2009) | 2 lines

-Fix [FS#3195] (r16859): join station window didn't get updated when stations were removed from the pool

------------------------------------------------------------------------
r17507 | alberth | 2009-09-12 10:25:23 +0000 (Sat, 12 Sep 2009) | 1 line

-Codechange: Make some methods of the OrdersWindow non-static.
------------------------------------------------------------------------
r17506 | rubidium | 2009-09-11 22:21:54 +0000 (Fri, 11 Sep 2009) | 2 lines

-Fix [FS#3191]: signs partly drawn out of the rectangle in 4/8x zoom out.

------------------------------------------------------------------------
r17505 | alberth | 2009-09-11 19:26:44 +0000 (Fri, 11 Sep 2009) | 1 line

-Codechange: WWT_EMPTY is not a special case any more for invalidating widgets.
------------------------------------------------------------------------
r17504 | alberth | 2009-09-11 19:12:05 +0000 (Fri, 11 Sep 2009) | 1 line

-Codechange: un-inlining SetFocusedWidget() as it is not often used.
------------------------------------------------------------------------
r17503 | alberth | 2009-09-11 18:54:33 +0000 (Fri, 11 Sep 2009) | 1 line

-Fix (r17502): Save all files before commit.
------------------------------------------------------------------------
r17502 | alberth | 2009-09-11 18:52:56 +0000 (Fri, 11 Sep 2009) | 1 line

-Codechange [FS#3184]: Extend QueryStringBaseWindow to support windows with nested widgets (by Terkhen with a few tweaks).
------------------------------------------------------------------------
r17501 | translators | 2009-09-11 17:45:10 +0000 (Fri, 11 Sep 2009) | 4 lines

-Update from WebTranslator v3.0:
catalan - 20 changes by arnau
traditional_chinese - 19 changes by josesun

------------------------------------------------------------------------
r17500 | yexo | 2009-09-11 17:18:06 +0000 (Fri, 11 Sep 2009) | 1 line

-Fix (r16502): The wrong value was restored to SetAllowDoCommand possible resulting in an AI that wasn't allowed to do any actions
------------------------------------------------------------------------
r17499 | yexo | 2009-09-10 23:14:21 +0000 (Thu, 10 Sep 2009) | 1 line

-Fix (r17498): remove 2 unused functions so some compilers stop warning about them
------------------------------------------------------------------------
r17498 | yexo | 2009-09-10 20:19:12 +0000 (Thu, 10 Sep 2009) | 1 line

-Add [NoAI]: Enable the squirrel std math library
------------------------------------------------------------------------
r17497 | frosch | 2009-09-10 20:16:29 +0000 (Thu, 10 Sep 2009) | 1 line

-Codechange: Macrofy AirportMovingData.
------------------------------------------------------------------------
r17496 | translators | 2009-09-10 17:45:22 +0000 (Thu, 10 Sep 2009) | 8 lines

-Update from WebTranslator v3.0:
catalan - 39 changes by arnau
english_US - 2 changes by agenthh
italian - 4 changes by lorenzodv
romanian - 5 changes by kkmic
russian - 3 changes by Lone_Wolf
ukrainian - 42 changes by Madvin

------------------------------------------------------------------------
r17495 | rubidium | 2009-09-10 14:37:55 +0000 (Thu, 10 Sep 2009) | 2 lines

-Codechange: replace 'Depot::Get(GetDepotIndex(tile))->index' with GetDepotIndex(tile)

------------------------------------------------------------------------
r17494 | rubidium | 2009-09-10 14:36:38 +0000 (Thu, 10 Sep 2009) | 2 lines

-Codechange: improve algorithmic complexitiy of Depot::GetByTile from O(n) to O(1)

------------------------------------------------------------------------
r17493 | rubidium | 2009-09-10 14:33:07 +0000 (Thu, 10 Sep 2009) | 2 lines

-Codechange: store the depot index on the map

------------------------------------------------------------------------
r17492 | rubidium | 2009-09-10 14:27:43 +0000 (Thu, 10 Sep 2009) | 2 lines

-Codechange: don't store the town index for road depots.

------------------------------------------------------------------------
r17491 | rubidium | 2009-09-09 21:01:45 +0000 (Wed, 09 Sep 2009) | 2 lines

-Fix [FS#3188]: road vehicles could get lost when the prelimiary destination (for the pathfinder heuristics) is unreachable.

------------------------------------------------------------------------
r17490 | translators | 2009-09-09 17:45:30 +0000 (Wed, 09 Sep 2009) | 11 lines

-Update from WebTranslator v3.0:
dutch - 47 changes by habell
english_US - 1 changes by agenthh
french - 4 changes by glx
german - 4 changes by Roujin, planetmaker
indonesian - 6 changes by prof
italian - 2 changes by lorenzodv
russian - 1 changes by Lone_Wolf
spanish - 13 changes by Terkhen
turkish - 3 changes by niw3

------------------------------------------------------------------------
r17489 | rubidium | 2009-09-09 16:28:29 +0000 (Wed, 09 Sep 2009) | 2 lines

-Fix [FS#3187] (r17471): the tooltip said the inverse of what actually happened

------------------------------------------------------------------------
r17488 | rubidium | 2009-09-09 15:11:46 +0000 (Wed, 09 Sep 2009) | 2 lines

-Feature [FS#2339]: add the date to all logging in the (real, not in-game) console if show_date_in_console is set. For dedicated server binaries the default is 'on', for the rest it is 'off'.

------------------------------------------------------------------------
r17487 | rubidium | 2009-09-09 12:41:51 +0000 (Wed, 09 Sep 2009) | 2 lines

-Fix: silence some MSVC warnings

------------------------------------------------------------------------
r17486 | rubidium | 2009-09-09 09:46:08 +0000 (Wed, 09 Sep 2009) | 2 lines

-Add [NoAI]: a vehicle list for all vehicle that are ordered to a specific depot

------------------------------------------------------------------------
r17485 | rubidium | 2009-09-09 08:22:21 +0000 (Wed, 09 Sep 2009) | 2 lines

-Change [FS2459]: make the performance ratings harder to exploit; only count profitable vehicles and recently serviced stations.

------------------------------------------------------------------------
r17484 | rubidium | 2009-09-09 08:04:27 +0000 (Wed, 09 Sep 2009) | 2 lines

-Fix: squirrel export didn't like one of the casts

------------------------------------------------------------------------
r17483 | yexo | 2009-09-09 00:03:35 +0000 (Wed, 09 Sep 2009) | 1 line

-Fix (r17405): when an aircraft starts flying in circles make it turn in the correct direction first before continuing
------------------------------------------------------------------------
r17482 | yexo | 2009-09-08 23:05:28 +0000 (Tue, 08 Sep 2009) | 1 line

-Fix (r17405): helicopters were not able to land anymore on the intercontinental airport
------------------------------------------------------------------------
r17481 | rubidium | 2009-09-08 22:48:37 +0000 (Tue, 08 Sep 2009) | 2 lines

-Fix (r16998): in cases where the northern most tile of an airport-to-build didn't touch the station you wanted it to join, but another part did, it wouldn't join the airport to the existing station

------------------------------------------------------------------------
r17480 | yexo | 2009-09-08 22:39:19 +0000 (Tue, 08 Sep 2009) | 1 line

-Fix (r17405): fast aircraft could get stuck flyin gin circles trying to reach a certain point
------------------------------------------------------------------------
r17479 | rubidium | 2009-09-08 21:43:47 +0000 (Tue, 08 Sep 2009) | 2 lines

-Fix: silence compile warning that's only triggered when you're using a broken iconv.

------------------------------------------------------------------------
r17478 | smatz | 2009-09-08 20:34:23 +0000 (Tue, 08 Sep 2009) | 1 line

-Document [NoAI]: descibe changes in subsidy logic in AI changelog
------------------------------------------------------------------------
r17477 | translators | 2009-09-08 17:45:43 +0000 (Tue, 08 Sep 2009) | 15 lines

-Update from WebTranslator v3.0:
afrikaans - 36 changes by Maccie123
catalan - 2 changes by arnau
simplified_chinese - 1 changes by Gavin
english_US - 115 changes by agenthh
french - 2 changes by glx
german - 2 changes by planetmaker
hebrew - 77 changes by dnd_man
indonesian - 2 changes by prof
italian - 33 changes by lorenzodv
portuguese - 32 changes by SupSuper
russian - 6 changes by Lone_Wolf
serbian - 1 changes by etran
spanish - 11 changes by Terkhen

------------------------------------------------------------------------
r17476 | rubidium | 2009-09-08 15:42:14 +0000 (Tue, 08 Sep 2009) | 2 lines

-Fix (r17475): Some icu-configs have the 'feature' of not adding a space where others do add the space

------------------------------------------------------------------------
r17475 | glx | 2009-09-08 14:58:15 +0000 (Tue, 08 Sep 2009) | 1 line

-Codechange: show path to crash.log and crash.dmp in crash window. Also tells the user where crash.sav is when saving succeeded.
------------------------------------------------------------------------
r17474 | rubidium | 2009-09-08 14:49:36 +0000 (Tue, 08 Sep 2009) | 2 lines

-Fix: in some cases compilation failed because the search path for ICU wasn't added to the ldflags

------------------------------------------------------------------------
r17473 | rubidium | 2009-09-08 12:27:27 +0000 (Tue, 08 Sep 2009) | 2 lines

-Codechange: use the post destructor for destroying companies too instead of complicating the graph GUI invalidate code.

------------------------------------------------------------------------
r17472 | rubidium | 2009-09-08 12:22:28 +0000 (Tue, 08 Sep 2009) | 2 lines

-Fix [FS#3182]: industry list was rebuilt too early during industry removal causing the removed industry to be still in the list after removal

------------------------------------------------------------------------
r17471 | rubidium | 2009-09-08 10:12:13 +0000 (Tue, 08 Sep 2009) | 2 lines

-Change: when removing a station or waypoint keep the rail unless Ctrl is pressed. This makes the behaviour consistent between the two.

------------------------------------------------------------------------
r17470 | smatz | 2009-09-08 07:16:26 +0000 (Tue, 08 Sep 2009) | 1 line

-Fix (r17460): possible crash when overbuiling rail by station
------------------------------------------------------------------------
r17469 | rubidium | 2009-09-07 23:30:31 +0000 (Mon, 07 Sep 2009) | 2 lines

-Change: make the AI compatability wrapper not whine about deprecation (yet), but make it clear that the wrapper is running and what (slight) changes there are w.r.t. to 0.7.

------------------------------------------------------------------------
r17468 | smatz | 2009-09-07 21:45:26 +0000 (Mon, 07 Sep 2009) | 1 line

-Fix (r17464): mingw compilation was broken
------------------------------------------------------------------------
r17467 | rubidium | 2009-09-07 21:28:16 +0000 (Mon, 07 Sep 2009) | 2 lines

-Change: show the client id in join messages at the server (patch by dihedral)

------------------------------------------------------------------------
r17466 | rubidium | 2009-09-07 21:03:41 +0000 (Mon, 07 Sep 2009) | 2 lines

-Feature: reconnect console command (based on patch of bilbo)

------------------------------------------------------------------------
r17465 | smatz | 2009-09-07 21:02:10 +0000 (Mon, 07 Sep 2009) | 1 line

-Codechange: use builtin static_assert() for assert_compile() if available
------------------------------------------------------------------------
r17464 | smatz | 2009-09-07 21:01:24 +0000 (Mon, 07 Sep 2009) | 1 line

-Codechange: use C++0x mode when compiling with gcc >= 4.3 or icc >= 11.0
------------------------------------------------------------------------
r17463 | frosch | 2009-09-07 20:30:45 +0000 (Mon, 07 Sep 2009) | 1 line

-Change (r17453): Retrigger the abort signal after writing the crashlog, so the next one can catch it again (e.g. to write a core dump).
------------------------------------------------------------------------
r17462 | smatz | 2009-09-07 20:14:56 +0000 (Mon, 07 Sep 2009) | 1 line

-Cleanup: remove unused variables
------------------------------------------------------------------------
r17461 | rubidium | 2009-09-07 20:07:47 +0000 (Mon, 07 Sep 2009) | 2 lines

-Document: that a certain compiler warning when compiled without asserts in gcc 4.4+ isn't our fault but GCC's. Includes a reference to the appropriate GCC bug report

------------------------------------------------------------------------
r17460 | rubidium | 2009-09-07 18:35:38 +0000 (Mon, 07 Sep 2009) | 2 lines

-Feature: allow building rail stations over existing rail without signals but will upgrade normal rail to electrified rail if necessary (based on patch by laurijh)

------------------------------------------------------------------------
r17459 | rubidium | 2009-09-07 18:34:07 +0000 (Mon, 07 Sep 2009) | 2 lines

-Change: remove unused defines from MSVC project files

------------------------------------------------------------------------
r17458 | translators | 2009-09-07 17:45:28 +0000 (Mon, 07 Sep 2009) | 10 lines

-Update from WebTranslator v3.0:
simplified_chinese - 1 changes by Gavin
french - 28 changes by glx
german - 16 changes by Roujin, dihedral
hebrew - 77 changes by dnd_man
italian - 3 changes by lorenzodv
russian - 29 changes by Lone_Wolf
serbian - 5 changes by etran
spanish - 39 changes by Terkhen

------------------------------------------------------------------------
r17457 | smatz | 2009-09-07 17:23:17 +0000 (Mon, 07 Sep 2009) | 1 line

-Codechange: convert icc version to number so it can be compared more easily
------------------------------------------------------------------------