------------------------------------------------------------------------
r22815 | translators | 2011-08-22 17:45:34 +0000 (Mon, 22 Aug 2011) | 10 lines

-Update from WebTranslator v3.0:
dutch - 10 changes by habell
english_US - 8 changes by Rubidium
german - 1 changes by planetmaker
italian - 10 changes by lorenzodv
polish - 8 changes by xaxa
romanian - 4 changes by kkmic
russian - 4 changes by Lone_Wolf
serbian - 4 changes by etran

------------------------------------------------------------------------
r22814 | rubidium | 2011-08-22 17:38:19 +0000 (Mon, 22 Aug 2011) | 2 lines

-Fix (r22813): typo

------------------------------------------------------------------------
r22813 | rubidium | 2011-08-22 17:35:06 +0000 (Mon, 22 Aug 2011) | 2 lines

-Fix [FS#4575]: make naming of currencies more consistent

------------------------------------------------------------------------
r22812 | rubidium | 2011-08-22 17:24:09 +0000 (Mon, 22 Aug 2011) | 2 lines

-Fix: incorrect currency code

------------------------------------------------------------------------
r22811 | rubidium | 2011-08-22 12:54:17 +0000 (Mon, 22 Aug 2011) | 2 lines

-Change: don't try to load static NewGRFs when loading the intro game for the first time

------------------------------------------------------------------------
r22810 | michi_cc | 2011-08-22 12:41:24 +0000 (Mon, 22 Aug 2011) | 1 line

-Fix: Growth a town on both ends of a tunnel/bridge if the town centre tile is a bridge ramp/tunnel portal.
------------------------------------------------------------------------
r22809 | rubidium | 2011-08-22 11:47:15 +0000 (Mon, 22 Aug 2011) | 2 lines

-Fix [FS#4731]: towns expanding from the "wrong" side of a tunnel or bridge

------------------------------------------------------------------------
r22808 | rubidium | 2011-08-21 19:36:30 +0000 (Sun, 21 Aug 2011) | 2 lines

-Change [FS#4740]: make it less likely that a one tile wide lake is created

------------------------------------------------------------------------
r22807 | rubidium | 2011-08-21 19:23:06 +0000 (Sun, 21 Aug 2011) | 2 lines

-Feature-ish: show a message about missing strings in the intro window if a certain (configurable) threshold has been reached and its not a stable release

------------------------------------------------------------------------
r22806 | rubidium | 2011-08-21 19:21:38 +0000 (Sun, 21 Aug 2011) | 2 lines

-Codechange: store the number of untranslated strings in the language file

------------------------------------------------------------------------
r22805 | rubidium | 2011-08-21 18:57:45 +0000 (Sun, 21 Aug 2011) | 2 lines

-Codechange: move use of magic number for version checking to more logical location

------------------------------------------------------------------------
r22804 | translators | 2011-08-21 17:45:40 +0000 (Sun, 21 Aug 2011) | 13 lines

-Update from WebTranslator v3.0:
english_US - 3 changes by Rubidium
french - 3 changes by glx
german - 3 changes by planetmaker
lithuanian - 13 changes by vytulis7
persian - 182 changes by Peymanpn
brazilian_portuguese - 6 changes by Tucalipe
romanian - 6 changes by tonny
russian - 6 changes by Lone_Wolf
serbian - 6 changes by etran
spanish - 6 changes by Terkhen
vietnamese - 6 changes by nglekhoi

------------------------------------------------------------------------
r22803 | rubidium | 2011-08-21 16:48:31 +0000 (Sun, 21 Aug 2011) | 2 lines

-Fix (r22796): clicking should not work either when hiding windows

------------------------------------------------------------------------
r22802 | frosch | 2011-08-21 14:59:05 +0000 (Sun, 21 Aug 2011) | 1 line

-Fix (r22781): Coding style.
------------------------------------------------------------------------
r22801 | michi_cc | 2011-08-21 14:13:22 +0000 (Sun, 21 Aug 2011) | 1 line

-Feature: [YAPF] Take canal/ocean speed fraction of ships into account.
------------------------------------------------------------------------
r22800 | rubidium | 2011-08-21 13:19:06 +0000 (Sun, 21 Aug 2011) | 2 lines

-Fix (r22796): don't run the scanning threaded when there is no reason to do so (no UI to update)

------------------------------------------------------------------------
r22799 | rubidium | 2011-08-21 13:10:19 +0000 (Sun, 21 Aug 2011) | 2 lines

-Fix (r22792): compile failure when there is no networking support

------------------------------------------------------------------------
r22798 | rubidium | 2011-08-21 12:53:38 +0000 (Sun, 21 Aug 2011) | 2 lines

-Change: jump immediately to the next mode after scanning (if needed)

------------------------------------------------------------------------
r22797 | rubidium | 2011-08-21 12:53:13 +0000 (Sun, 21 Aug 2011) | 2 lines

-Add: progress bar for scanning NewGRFs

------------------------------------------------------------------------
r22796 | rubidium | 2011-08-21 12:53:00 +0000 (Sun, 21 Aug 2011) | 2 lines

-Codechange: run the NewGRF scanning in a separate thread

------------------------------------------------------------------------
r22795 | rubidium | 2011-08-21 12:52:24 +0000 (Sun, 21 Aug 2011) | 2 lines

-Codechange: load the intro game the first time without NewGRFs

------------------------------------------------------------------------
r22794 | rubidium | 2011-08-21 12:51:52 +0000 (Sun, 21 Aug 2011) | 2 lines

-Codechange: let window drawing determine which windows may be drawn when a modal progress is busy

------------------------------------------------------------------------
r22793 | rubidium | 2011-08-21 12:51:18 +0000 (Sun, 21 Aug 2011) | 2 lines

-Codechange: remove callback default to make clear they are not forgotten

------------------------------------------------------------------------
r22792 | rubidium | 2011-08-21 12:50:47 +0000 (Sun, 21 Aug 2011) | 2 lines

-Codechange: use scan callback for initial NewGRF scanning

------------------------------------------------------------------------
r22791 | rubidium | 2011-08-21 12:50:13 +0000 (Sun, 21 Aug 2011) | 2 lines

-Codechange: use callback for scanning from the NewGRF window

------------------------------------------------------------------------
r22790 | rubidium | 2011-08-21 12:49:51 +0000 (Sun, 21 Aug 2011) | 2 lines

-Codechange: add callback for when NewGRF scanning is complete

------------------------------------------------------------------------
r22789 | rubidium | 2011-08-21 12:49:14 +0000 (Sun, 21 Aug 2011) | 2 lines

-Codechange: rename generation window class to modal progress

------------------------------------------------------------------------
r22788 | rubidium | 2011-08-21 12:48:46 +0000 (Sun, 21 Aug 2011) | 2 lines

-Codechange: move modal progress related functions and variables to progress.cpp/h

------------------------------------------------------------------------
r22787 | rubidium | 2011-08-21 12:47:45 +0000 (Sun, 21 Aug 2011) | 2 lines

-Codechange: rename genworld redraw constant

------------------------------------------------------------------------
r22786 | rubidium | 2011-08-21 12:47:24 +0000 (Sun, 21 Aug 2011) | 2 lines

-Codechange: rename genworld mutices to model_progress mutices

------------------------------------------------------------------------
r22785 | rubidium | 2011-08-21 12:46:46 +0000 (Sun, 21 Aug 2011) | 2 lines

-Codechange: rename IsGeneratingWorld to HasModalProgress

------------------------------------------------------------------------
r22784 | frosch | 2011-08-21 12:07:15 +0000 (Sun, 21 Aug 2011) | 1 line

-Fix: Move Action 2 references from GRFFile to GrfProcessingState, and reset them after each loading stage.
------------------------------------------------------------------------
r22783 | frosch | 2011-08-21 12:06:54 +0000 (Sun, 21 Aug 2011) | 1 line

-Fix: Move Action 1 references from GRFFile to GrfProcessingState, and reset them after each loading stage.
------------------------------------------------------------------------
r22782 | frosch | 2011-08-21 12:06:24 +0000 (Sun, 21 Aug 2011) | 1 line

-Fix: Add GrfProcessingState::ClearDataForNextFile() to clear temporary data at a specific spot, esp. clear 'data_blocks' now.
------------------------------------------------------------------------
r22781 | frosch | 2011-08-21 12:05:47 +0000 (Sun, 21 Aug 2011) | 1 line

-Codechange: Group global variables temporarily used during GRF loading into a struct.
------------------------------------------------------------------------
r22780 | frosch | 2011-08-20 23:16:49 +0000 (Sat, 20 Aug 2011) | 1 line

-Fix: [NewGRF] String codes 84 and 87 print signed values.
------------------------------------------------------------------------
r22779 | frosch | 2011-08-20 23:07:37 +0000 (Sat, 20 Aug 2011) | 1 line

-Add: [NewGRF] Stringcode for printing a unsinged word in power units. (Hirundo)
------------------------------------------------------------------------
r22778 | frosch | 2011-08-20 22:35:11 +0000 (Sat, 20 Aug 2011) | 1 line

-Add: [NewGRF] Stringcodes for printing 0-based dates. (Hirundo)
------------------------------------------------------------------------
r22777 | frosch | 2011-08-20 22:14:27 +0000 (Sat, 20 Aug 2011) | 1 line

-Fix-ish: [NewGRF] Stringcode 9A 01 is signed, and 9A 0B is kind of unsigned. But since both were already casted to the right types later, this makes actually no difference.
------------------------------------------------------------------------
r22776 | frosch | 2011-08-20 22:06:38 +0000 (Sat, 20 Aug 2011) | 1 line

-Codechange: Unify the naming of NewGRF string codes; always include the size of the parameter on the stack. (based on patch by Hirundo)
------------------------------------------------------------------------
r22775 | frosch | 2011-08-20 21:42:05 +0000 (Sat, 20 Aug 2011) | 1 line

-Fix: [NewGRF] Stringcodes 82 and 83 are the same as the date codes in old OpenTTD. (Hirundo)
------------------------------------------------------------------------
r22774 | frosch | 2011-08-20 21:32:34 +0000 (Sat, 20 Aug 2011) | 1 line

-Fix: [NewGRF] String codes for dates should use unsigned words, like old OpenTTD did before it learned dates before 1920. (Hirundo)
------------------------------------------------------------------------
r22773 | michi_cc | 2011-08-20 20:07:02 +0000 (Sat, 20 Aug 2011) | 1 line

-Add: Some grass around rivers in desert areas.
------------------------------------------------------------------------
r22772 | rubidium | 2011-08-20 17:48:57 +0000 (Sat, 20 Aug 2011) | 2 lines

-Fix (r22770): validation error

------------------------------------------------------------------------
r22771 | rubidium | 2011-08-20 17:46:03 +0000 (Sat, 20 Aug 2011) | 2 lines

-Codechange: unify some NewGRFScan calling code

------------------------------------------------------------------------
r22770 | translators | 2011-08-20 17:45:24 +0000 (Sat, 20 Aug 2011) | 8 lines

-Update from WebTranslator v3.0:
english_US - 6 changes by Rubidium
french - 6 changes by glx
german - 6 changes by planetmaker
lithuanian - 103 changes by vytulis7
persian - 267 changes by Peymanpn
polish - 2 changes by wojteks86

------------------------------------------------------------------------
r22769 | rubidium | 2011-08-20 14:23:14 +0000 (Sat, 20 Aug 2011) | 2 lines

-Fix (r22678): failed patch merging

------------------------------------------------------------------------
r22768 | rubidium | 2011-08-20 14:15:40 +0000 (Sat, 20 Aug 2011) | 2 lines

-Add: progress bar updates for river building

------------------------------------------------------------------------
r22767 | rubidium | 2011-08-20 14:14:17 +0000 (Sat, 20 Aug 2011) | 2 lines

-Add: river generation

------------------------------------------------------------------------
r22766 | rubidium | 2011-08-20 12:52:45 +0000 (Sat, 20 Aug 2011) | 2 lines

-Add: river graphics for the original base set (andythenorth)

------------------------------------------------------------------------
r22765 | planetmaker | 2011-08-20 05:35:03 +0000 (Sat, 20 Aug 2011) | 1 line

-Cleanup: Remove unused constants and name a magic constant
------------------------------------------------------------------------
r22764 | frosch | 2011-08-19 21:19:10 +0000 (Fri, 19 Aug 2011) | 1 line

-Add: [NoAI] AITile::GetTownAuthority().
------------------------------------------------------------------------
r22763 | frosch | 2011-08-19 21:18:32 +0000 (Fri, 19 Aug 2011) | 1 line

-Fix [FS#4702]: Clarify the meaning of AIStation::IsWithinTownInfluence(), AITile::IsWithinTownInfluence() and AITown::IsWithinTownInfluence().
------------------------------------------------------------------------
r22762 | frosch | 2011-08-19 21:14:51 +0000 (Fri, 19 Aug 2011) | 1 line

-Fix (r22584): Update ai_company.hpp.sq
------------------------------------------------------------------------
r22761 | planetmaker | 2011-08-19 20:54:15 +0000 (Fri, 19 Aug 2011) | 1 line

-Fix (r22708): Make invisible signs un-clickable (Zuu)
------------------------------------------------------------------------
r22760 | alberth | 2011-08-19 20:44:22 +0000 (Fri, 19 Aug 2011) | 1 line

-Fix (r19459): Also free allocated depot tables.
------------------------------------------------------------------------
r22759 | translators | 2011-08-19 17:45:11 +0000 (Fri, 19 Aug 2011) | 5 lines

-Update from WebTranslator v3.0:
dutch - 2 changes by Bennievv
persian - 224 changes by Peymanpn
swedish - 13 changes by Zuu

------------------------------------------------------------------------
r22758 | translators | 2011-08-18 17:45:10 +0000 (Thu, 18 Aug 2011) | 3 lines

-Update from WebTranslator v3.0:
portuguese - 1 changes by ABCRic

------------------------------------------------------------------------
r22757 | planetmaker | 2011-08-18 14:08:51 +0000 (Thu, 18 Aug 2011) | 1 line

-Fix [FS#4730]: [NewGRF] Invalid memory access when querying the grfID of the default objects
------------------------------------------------------------------------
r22756 | translators | 2011-08-17 17:45:11 +0000 (Wed, 17 Aug 2011) | 5 lines

-Update from WebTranslator v3.0:
danish - 2 changes by zyx
korean - 2 changes by telk5093
persian - 18 changes by Peymanpn

------------------------------------------------------------------------
r22755 | frosch | 2011-08-16 21:25:33 +0000 (Tue, 16 Aug 2011) | 1 line

-Fix [FS#4727]: When marking tile selections dirty, use the height information of the corners instead of the surface slope. This is more accurate when the foundation is kind of undefined.
------------------------------------------------------------------------
r22754 | translators | 2011-08-16 17:45:07 +0000 (Tue, 16 Aug 2011) | 4 lines

-Update from WebTranslator v3.0:
malay - 118 changes by kazlan68
persian - 186 changes by Peymanpn

------------------------------------------------------------------------
r22753 | translators | 2011-08-15 17:45:10 +0000 (Mon, 15 Aug 2011) | 4 lines

-Update from WebTranslator v3.0:
german - 1 changes by planetmaker
persian - 60 changes by Peymanpn

------------------------------------------------------------------------