------------------------------------------------------------------------
r21683 | translators | 2010-12-31 18:45:11 +0000 (Fri, 31 Dec 2010) | 4 lines

-Update from WebTranslator v3.0:
hungarian - 1 changes by IPG
russian - 3 changes by Lone_Wolf

------------------------------------------------------------------------
r21682 | rubidium | 2010-12-31 18:14:05 +0000 (Fri, 31 Dec 2010) | 2 lines

-Fix: Debian changelog was incorrect, so .deb compilation failed

------------------------------------------------------------------------
r21680 | glx | 2010-12-31 16:13:34 +0000 (Fri, 31 Dec 2010) | 1 line

-Fix (r21656): of course MSVC complains
------------------------------------------------------------------------
r21679 | rubidium | 2010-12-31 15:53:46 +0000 (Fri, 31 Dec 2010) | 2 lines

-Fix (r21642): reading a just freed variable

------------------------------------------------------------------------
r21678 | yexo | 2010-12-31 14:16:25 +0000 (Fri, 31 Dec 2010) | 1 line

-Update: use 'Ctrl+klik' instead of 'Ctrl+Klik' in the Dutch translation
------------------------------------------------------------------------
r21677 | rubidium | 2010-12-31 14:12:35 +0000 (Fri, 31 Dec 2010) | 2 lines

-Fix: WT3 not validating some strings...

------------------------------------------------------------------------
r21676 | planetmaker | 2010-12-31 14:08:21 +0000 (Fri, 31 Dec 2010) | 1 line

-Prepare 1.1.0-beta2
------------------------------------------------------------------------
r21675 | translators | 2010-12-31 14:05:25 +0000 (Fri, 31 Dec 2010) | 12 lines

-Update from WebTranslator v3.0:
czech - 3 changes by SmatZ
dutch - 12 changes by Yexo
english_US - 1 changes by Rubidium
estonian - 138 changes by notAbot
finnish - 5 changes by jpx_
french - 1 changes by glx
german - 3 changes by planetmaker
polish - 135 changes by amateja
spanish - 1 changes by Terkhen
vietnamese - 3 changes by sephiroth2m

------------------------------------------------------------------------
r21674 | rubidium | 2010-12-31 12:13:16 +0000 (Fri, 31 Dec 2010) | 2 lines

-Fix: for Mac OS X %p seems to add "x0", so filter that out for the regression test comparison

------------------------------------------------------------------------
r21673 | smatz | 2010-12-31 10:15:35 +0000 (Fri, 31 Dec 2010) | 1 line

-Change [FS#4358]: do not show price to build a bridge in the scenario editor, it is free there
------------------------------------------------------------------------
r21672 | rubidium | 2010-12-31 09:43:42 +0000 (Fri, 31 Dec 2010) | 2 lines

-Fix: mention AIEventTownFounded in the AI changelog as well

------------------------------------------------------------------------
r21671 | rubidium | 2010-12-31 09:25:52 +0000 (Fri, 31 Dec 2010) | 2 lines

-Change: some changelog consistency fixes

------------------------------------------------------------------------
r21670 | rubidium | 2010-12-31 09:09:40 +0000 (Fri, 31 Dec 2010) | 2 lines

-Fix (prospective): EEK->EUR@2011

------------------------------------------------------------------------
r21669 | translators | 2010-12-30 18:47:31 +0000 (Thu, 30 Dec 2010) | 4 lines

-Update from WebTranslator v3.0:
simplified_chinese - 6 changes by ww9980
greek - 10 changes by fumantsu

------------------------------------------------------------------------
r21668 | rubidium | 2010-12-30 18:14:37 +0000 (Thu, 30 Dec 2010) | 2 lines

-Feature: command logging using the admin interface (dihedral)

------------------------------------------------------------------------
r21667 | alberth | 2010-12-30 15:32:31 +0000 (Thu, 30 Dec 2010) | 1 line

-Codechange: Introduce _thd.Reset().
------------------------------------------------------------------------
r21666 | alberth | 2010-12-30 13:18:04 +0000 (Thu, 30 Dec 2010) | 1 line

-Codechange: Use GetCallbackWnd at more places.
------------------------------------------------------------------------
r21665 | alberth | 2010-12-30 13:16:31 +0000 (Thu, 30 Dec 2010) | 1 line

-Codechange: Make GetCallbackWnd a method of _thd.
------------------------------------------------------------------------
r21664 | yexo | 2010-12-29 23:44:39 +0000 (Wed, 29 Dec 2010) | 1 line

-Add: [NoAI] AIEventTownFounded
------------------------------------------------------------------------
r21663 | yexo | 2010-12-29 23:20:12 +0000 (Wed, 29 Dec 2010) | 1 line

-Add: [NoAI]: AIRail::GetName() to get the name of a railtype
------------------------------------------------------------------------
r21662 | smatz | 2010-12-29 20:46:35 +0000 (Wed, 29 Dec 2010) | 1 line

-Codechange: use -flto=jobserver for GCC 4.6, it makes linking with LTO use number of processes passed to make -j
------------------------------------------------------------------------
r21661 | smatz | 2010-12-29 20:20:41 +0000 (Wed, 29 Dec 2010) | 1 line

-Codechange: use -fwhole-program when linking in LTO mode so compiler can do more optimisations
------------------------------------------------------------------------
r21660 | rubidium | 2010-12-29 20:20:38 +0000 (Wed, 29 Dec 2010) | 2 lines

-Fix [FS#4354]: autofill timetable had side effects in test mode, possibly causing desyncs in MP

------------------------------------------------------------------------
r21659 | translators | 2010-12-29 18:45:21 +0000 (Wed, 29 Dec 2010) | 8 lines

-Update from WebTranslator v3.0:
hungarian - 6 changes by IPG
indonesian - 9 changes by fanioz
italian - 3 changes by lorenzodv
malay - 24 changes by rionix88
norwegian_bokmal - 5 changes by Utvik
romanian - 130 changes by tonny

------------------------------------------------------------------------
r21658 | rubidium | 2010-12-29 18:20:19 +0000 (Wed, 29 Dec 2010) | 2 lines

-Fix [FS#4351]: cargo payment window wasn't properly invalidated when payment changed

------------------------------------------------------------------------
r21657 | smatz | 2010-12-29 13:47:53 +0000 (Wed, 29 Dec 2010) | 1 line

-Cleanup (r17107): remove superfluous semicolon
------------------------------------------------------------------------
r21656 | planetmaker | 2010-12-29 13:32:35 +0000 (Wed, 29 Dec 2010) | 1 line

-Fix [FS#4345] (r3722, r15301): Use a bool instead of uint8 to store a bool and use the dedicated accessor function when reading boolean settings (glx, rubidium)
------------------------------------------------------------------------
r21655 | yexo | 2010-12-29 12:41:01 +0000 (Wed, 29 Dec 2010) | 1 line

-Add: mention AITown::IsCity in the NoAI changelog
------------------------------------------------------------------------
r21654 | yexo | 2010-12-29 12:19:33 +0000 (Wed, 29 Dec 2010) | 1 line

-Add: [NoAI] AITown::IsCity() so AIs can find out which towns grow faster than others (Lord Aro)
------------------------------------------------------------------------
r21653 | translators | 2010-12-28 18:45:33 +0000 (Tue, 28 Dec 2010) | 12 lines

-Update from WebTranslator v3.0:
catalan - 2 changes by arnau
english_US - 6 changes by Rubidium
esperanto - 13 changes by Christopher
estonian - 35 changes by notAbot
french - 8 changes by glx
japanese - 63 changes by dchou
serbian - 76 changes by etran
spanish - 6 changes by Terkhen
swedish - 48 changes by Zuu
turkish - 11 changes by niw3

------------------------------------------------------------------------
r21652 | smatz | 2010-12-28 14:22:51 +0000 (Tue, 28 Dec 2010) | 1 line

-Cleanup: one semicolon is enough
------------------------------------------------------------------------
r21651 | rubidium | 2010-12-27 22:32:47 +0000 (Mon, 27 Dec 2010) | 2 lines

-Fix [FS#4338] (r21229): infinite loop in the road pathfinder due to bouncing around in an "one way" trap; two one ways pointing towards eachother making it impossible to leave

------------------------------------------------------------------------
r21650 | rubidium | 2010-12-27 21:10:52 +0000 (Mon, 27 Dec 2010) | 2 lines

-Fix [FS#4339]: make "centre [main] view" consistent, and make "[main|global] view" consistent

------------------------------------------------------------------------
r21649 | translators | 2010-12-27 18:45:24 +0000 (Mon, 27 Dec 2010) | 9 lines

-Update from WebTranslator v3.0:
belarusian - 2 changes by KorneySan
dutch - 34 changes by Hirundo, Hyronymus
esperanto - 2 changes by Christopher
malay - 12 changes by rionix88
marathi - 100 changes by jaguarnac
russian - 2 changes by KorneySan
serbian - 2 changes by etran

------------------------------------------------------------------------
r21648 | rubidium | 2010-12-27 18:21:19 +0000 (Mon, 27 Dec 2010) | 2 lines

-Codechange: unduplicate a bit of code

------------------------------------------------------------------------
r21647 | rubidium | 2010-12-26 19:26:48 +0000 (Sun, 26 Dec 2010) | 2 lines

-Fix: failure of WT3 to properly validate some string...

------------------------------------------------------------------------
r21646 | translators | 2010-12-26 18:45:33 +0000 (Sun, 26 Dec 2010) | 12 lines

-Update from WebTranslator v3.0:
croatian - 2 changes by VoyagerOne
english_US - 2 changes by Rubidium
finnish - 2 changes by jpx_
greek - 91 changes by fumantsu
hungarian - 2 changes by IPG
italian - 3 changes by lorenzodv
brazilian_portuguese - 58 changes by Ic3cold
slovenian - 2 changes by ntadej
spanish - 2 changes by Terkhen
swedish - 18 changes by Ledel

------------------------------------------------------------------------
r21645 | alberth | 2010-12-26 17:47:00 +0000 (Sun, 26 Dec 2010) | 1 line

-Doc: Document SmallPair and SmallMap template parameters.
------------------------------------------------------------------------
r21644 | rubidium | 2010-12-26 13:25:34 +0000 (Sun, 26 Dec 2010) | 2 lines

-Change: keep showing "No orders" when the order list is filled with only automatic orders

------------------------------------------------------------------------
r21643 | rubidium | 2010-12-26 12:55:12 +0000 (Sun, 26 Dec 2010) | 2 lines

-Fix (r21642): crash when a train with no orders (or actually no order list) stops at a station

------------------------------------------------------------------------
r21642 | rubidium | 2010-12-26 09:03:19 +0000 (Sun, 26 Dec 2010) | 2 lines

-Feature: concept of automatic station orders; add stub orders for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen

------------------------------------------------------------------------
r21641 | rubidium | 2010-12-26 06:52:38 +0000 (Sun, 26 Dec 2010) | 2 lines

-Fix (r21639): ofcourse MSVC wants to have something to warn about

------------------------------------------------------------------------
r21640 | rubidium | 2010-12-25 20:02:04 +0000 (Sat, 25 Dec 2010) | 2 lines

-Change/Feature-ish: allow disabling the shading when drawing text

------------------------------------------------------------------------
r21639 | rubidium | 2010-12-25 19:59:56 +0000 (Sat, 25 Dec 2010) | 2 lines

-Codechange: simplify setting the colour remap

------------------------------------------------------------------------
r21638 | alberth | 2010-12-25 19:58:50 +0000 (Sat, 25 Dec 2010) | 1 line

-Codechange (r1): Simplify testing that outersize.x is bigger than 0.
------------------------------------------------------------------------
r21637 | rubidium | 2010-12-25 19:47:15 +0000 (Sat, 25 Dec 2010) | 2 lines

-Codechange: make it more clear that IS_PALETTE_COLOUR belongs to TextColour

------------------------------------------------------------------------
r21636 | translators | 2010-12-25 18:45:16 +0000 (Sat, 25 Dec 2010) | 6 lines

-Update from WebTranslator v3.0:
esperanto - 10 changes by Christopher
polish - 6 changes by wojteks86
slovenian - 1 changes by ntadej
turkish - 3 changes by niw3

------------------------------------------------------------------------
r21635 | rubidium | 2010-12-25 15:41:12 +0000 (Sat, 25 Dec 2010) | 2 lines

-Change: simplify/reduce release preparations/changes

------------------------------------------------------------------------
r21634 | rubidium | 2010-12-25 12:49:36 +0000 (Sat, 25 Dec 2010) | 2 lines

-Codechange: apparantly the "broken" iconv interface is the new official interface, so update the variable/definition naming slightly as it's not broken just different from the earlier iconv interface

------------------------------------------------------------------------
r21633 | smatz | 2010-12-25 12:48:23 +0000 (Sat, 25 Dec 2010) | 1 line

-Fix (r21616): newly created skip-to order was created at wrong place
------------------------------------------------------------------------
r21632 | smatz | 2010-12-25 12:47:05 +0000 (Sat, 25 Dec 2010) | 1 line

-Codechange: call ResetObjectToPlace() even when current place_mode is HT_NONE
------------------------------------------------------------------------
r21631 | rubidium | 2010-12-25 12:20:18 +0000 (Sat, 25 Dec 2010) | 2 lines

-Fix [FS#4325]: ships with the old pathfinder would easily show up as lost, even when it would eventually find a path. Now also the distance from the "end" of the pathfinding run to the destination is compared to the current distance to the destination; if the distance to the destination at the end of the pathfinder run is less than the current distance from the destination the ship won't be marked as lost. This means that the ships with the old pathfinder will less likely get marked as lost, but due to the design of the old ship pathfinder there "lostness" is merely a best guess. When you still get a lost message

------------------------------------------------------------------------
r21630 | rubidium | 2010-12-25 08:22:55 +0000 (Sat, 25 Dec 2010) | 2 lines

-Fix (r20308, r21615): version detection of subversion branches and tags got broken

------------------------------------------------------------------------
r21629 | translators | 2010-12-24 18:45:31 +0000 (Fri, 24 Dec 2010) | 11 lines

-Update from WebTranslator v3.0:
belarusian - 71 changes by KorneySan
czech - 56 changes by SmatZ
danish - 9 changes by Gummipalle
dutch - 61 changes by Hirundo
esperanto - 36 changes by Christopher
marathi - 188 changes by jaguarnac
portuguese - 15 changes by SupSuper
russian - 3 changes by KorneySan
ukrainian - 1 changes by Fixer

------------------------------------------------------------------------
r21628 | alberth | 2010-12-24 17:51:46 +0000 (Fri, 24 Dec 2010) | 1 line

-Codechange: Remove local variables that just point to global _thd.
------------------------------------------------------------------------