------------------------------------------------------------------------
r23250 | translators | 2011-11-18 19:45:42 +0100 (Fri, 18 Nov 2011) | 12 lines

-Update from WebTranslator v3.0:
basque - 20 changes by Thadah
english_US - 8 changes by Rubidium
esperanto - 55 changes by Christopher
finnish - 9 changes by jpx_
german - 7 changes by planetmaker
hungarian - 71 changes by IPG
latvian - 20 changes by Parastais
russian - 4 changes by Lone_Wolf
spanish - 5 changes by Terkhen
welsh - 4 changes by kazzie

------------------------------------------------------------------------
r23249 | frosch | 2011-11-18 15:40:57 +0100 (Fri, 18 Nov 2011) | 1 line

-Feature: Also allow viewing of the other two textfiles supplied by BaNaNaS tars, i.e. changelog and license.
------------------------------------------------------------------------
r23248 | frosch | 2011-11-18 14:05:55 +0100 (Fri, 18 Nov 2011) | 1 line

-Codechange: Rename everything related to the NewGRF 'readme' to 'textfile', so it is more generic.
------------------------------------------------------------------------
r23247 | rubidium | 2011-11-17 22:29:15 +0100 (Thu, 17 Nov 2011) | 2 lines

-Fix (r23244): compile failure on certain archaic platforms

------------------------------------------------------------------------
r23246 | rubidium | 2011-11-17 22:21:45 +0100 (Thu, 17 Nov 2011) | 2 lines

-Codechange: move searching/loading music/sound sets/drivers to later in the process so we could get rid of errors related to that being dumped onto the console

------------------------------------------------------------------------
r23245 | rubidium | 2011-11-17 22:18:24 +0100 (Thu, 17 Nov 2011) | 2 lines

-Fix: missing svn properties

------------------------------------------------------------------------
r23244 | rubidium | 2011-11-17 22:17:17 +0100 (Thu, 17 Nov 2011) | 2 lines

-Feature: if the installation is ananas, try to get the b without b installed

------------------------------------------------------------------------
r23243 | rubidium | 2011-11-17 22:13:05 +0100 (Thu, 17 Nov 2011) | 2 lines

-Codechange: give a clearer error when the sprite font failed to provide a sprite or fall back to the freetype font if that's loaded

------------------------------------------------------------------------
r23242 | rubidium | 2011-11-17 22:11:34 +0100 (Thu, 17 Nov 2011) | 2 lines

-Codechange: allow ignoring the sprite font completely when checking whether the font supports a language

------------------------------------------------------------------------
r23241 | rubidium | 2011-11-17 22:09:08 +0100 (Thu, 17 Nov 2011) | 2 lines

-Codechange: make the decision when to go to the custom drawn cursor more prominently during the initialisation of OpenTTD

------------------------------------------------------------------------
r23240 | rubidium | 2011-11-17 22:06:41 +0100 (Thu, 17 Nov 2011) | 2 lines

-Codechange: rework the code of the download status window

------------------------------------------------------------------------
r23239 | rubidium | 2011-11-17 21:42:12 +0100 (Thu, 17 Nov 2011) | 2 lines

-Fix: saving/loading the snow line height twice, especially when the values are not the same causes some nasty problems... like desyncs

------------------------------------------------------------------------
r23238 | translators | 2011-11-17 19:45:06 +0100 (Thu, 17 Nov 2011) | 3 lines

-Update from WebTranslator v3.0:
vietnamese - 23 changes by nglekhoi

------------------------------------------------------------------------
r23237 | rubidium | 2011-11-17 00:02:51 +0100 (Thu, 17 Nov 2011) | 2 lines

-Fix: ignore special characters, such as the train "character", when determining a fallback font

------------------------------------------------------------------------
r23236 | frosch | 2011-11-16 21:39:30 +0100 (Wed, 16 Nov 2011) | 1 line

-Fix (r23141): Construction of objects was always rejected.
------------------------------------------------------------------------
r23235 | translators | 2011-11-16 19:45:07 +0100 (Wed, 16 Nov 2011) | 3 lines

-Update from WebTranslator v3.0:
serbian - 32 changes by etran

------------------------------------------------------------------------
r23234 | rubidium | 2011-11-16 17:54:37 +0100 (Wed, 16 Nov 2011) | 2 lines

-Fix [FS#4840]: crash when after downloading content

------------------------------------------------------------------------
r23233 | michi_cc | 2011-11-15 21:47:53 +0100 (Tue, 15 Nov 2011) | 1 line

-Codechange: Refactor maximum and actually transported cargo amount of towns into a reusable struct.
------------------------------------------------------------------------
r23232 | rubidium | 2011-11-15 21:30:58 +0100 (Tue, 15 Nov 2011) | 2 lines

-Change: move the "default" overrides out of the baseset in order to ensure they all use the same values

------------------------------------------------------------------------
r23231 | michi_cc | 2011-11-15 20:53:46 +0100 (Tue, 15 Nov 2011) | 1 line

-Fix: [NewGRF] Make train var 0xF3 consistent with TTDPatch.
------------------------------------------------------------------------
r23230 | rubidium | 2011-11-15 20:40:42 +0100 (Tue, 15 Nov 2011) | 2 lines

-Codechange: stupid casing for UnPause. It's a single word, not two words "CamelCased" after eachother

------------------------------------------------------------------------
r23229 | translators | 2011-11-15 19:45:06 +0100 (Tue, 15 Nov 2011) | 3 lines

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

------------------------------------------------------------------------
r23228 | frosch | 2011-11-15 13:14:08 +0100 (Tue, 15 Nov 2011) | 1 line

-Fix (r23227): FileScanner::Scan() still did not scan all required directories for basesets.
------------------------------------------------------------------------
r23227 | frosch | 2011-11-15 01:26:06 +0100 (Tue, 15 Nov 2011) | 1 line

-Fix (r23219): The FileScanner should also consider the old directories.
------------------------------------------------------------------------
r23226 | frosch | 2011-11-15 01:25:17 +0100 (Tue, 15 Nov 2011) | 1 line

-Fix (r23219): If you find a file, also use it.
------------------------------------------------------------------------
r23225 | rubidium | 2011-11-14 22:58:19 +0100 (Mon, 14 Nov 2011) | 2 lines

-Fix: create the newgrf/baseset/ai directories in the personal directory so the user has some clue where to place the different files

------------------------------------------------------------------------
r23224 | rubidium | 2011-11-14 22:42:54 +0100 (Mon, 14 Nov 2011) | 2 lines

-Codechange: first load the config file partially so we can push scanning AIs to later in the process (when the GUI is showing the progress bar)

------------------------------------------------------------------------
r23223 | rubidium | 2011-11-14 22:41:23 +0100 (Mon, 14 Nov 2011) | 2 lines

-Codechange: store the last newgrf count in the misc section

------------------------------------------------------------------------
r23222 | rubidium | 2011-11-14 22:40:39 +0100 (Mon, 14 Nov 2011) | 2 lines

-Codechange: reduce tar scanning calls to the bare minimum

------------------------------------------------------------------------
r23221 | rubidium | 2011-11-14 22:39:14 +0100 (Mon, 14 Nov 2011) | 2 lines

-Codechange: update the documentation and installers regarding the new directories

------------------------------------------------------------------------
r23220 | rubidium | 2011-11-14 22:38:36 +0100 (Mon, 14 Nov 2011) | 2 lines

-Change: move the baseset files to their new location

------------------------------------------------------------------------
r23219 | rubidium | 2011-11-14 22:34:27 +0100 (Mon, 14 Nov 2011) | 2 lines

-Change: different directories for basesets and newgrfs. So data to baseset or newgrf, and gm to baseset

------------------------------------------------------------------------
r23218 | rubidium | 2011-11-14 22:32:10 +0100 (Mon, 14 Nov 2011) | 2 lines

-Codechange: prepare code for a separate base set directory

------------------------------------------------------------------------
r23217 | rubidium | 2011-11-14 22:30:37 +0100 (Mon, 14 Nov 2011) | 2 lines

-Codechange: introduce the concept of scanning only in a limited set of sub directories

------------------------------------------------------------------------
r23216 | rubidium | 2011-11-14 22:28:43 +0100 (Mon, 14 Nov 2011) | 2 lines

-Codechange: introduce the concept of having different tar lists

------------------------------------------------------------------------
r23215 | rubidium | 2011-11-14 21:38:56 +0100 (Mon, 14 Nov 2011) | 2 lines

-Codechange: stricter type safety for CommandFlags

------------------------------------------------------------------------
r23214 | rubidium | 2011-11-14 20:24:22 +0100 (Mon, 14 Nov 2011) | 2 lines

-Codechange: for base media sets pass the "search in tars" parameter to determine what to do

------------------------------------------------------------------------
r23213 | translators | 2011-11-14 19:45:17 +0100 (Mon, 14 Nov 2011) | 5 lines

-Update from WebTranslator v3.0:
belarusian - 3 changes by Wowanxm
italian - 3 changes by lorenzodv
russian - 1 changes by Lone_Wolf

------------------------------------------------------------------------
r23212 | frosch | 2011-11-14 17:09:58 +0100 (Mon, 14 Nov 2011) | 1 line

-Fix [FS#4834] (r22980): Deleting groups did not update statistics of DEFAULT group.
------------------------------------------------------------------------
r23211 | planetmaker | 2011-11-14 11:42:47 +0100 (Mon, 14 Nov 2011) | 1 line

-Fix: Invalidate build vehicle window when changing the setting for wagon speed limits
------------------------------------------------------------------------
r23210 | rubidium | 2011-11-13 21:52:39 +0100 (Sun, 13 Nov 2011) | 2 lines

-Codechange: generate the GetClassName function for the AI classes programmatically

------------------------------------------------------------------------
r23209 | truebrain | 2011-11-13 21:43:48 +0100 (Sun, 13 Nov 2011) | 1 line

-Codechange: track the current active script instance directly, instead of assuming the current company points you to the right one.
------------------------------------------------------------------------
r23208 | truebrain | 2011-11-13 21:42:24 +0100 (Sun, 13 Nov 2011) | 1 line

-Codechange: mark function with /* static */ in the source file, which are defined static in the header file
------------------------------------------------------------------------
r23207 | truebrain | 2011-11-13 21:41:17 +0100 (Sun, 13 Nov 2011) | 1 line

-Codechange: make functions private/protected/public depending on their current usage (and reorder functions a bit)
------------------------------------------------------------------------
r23206 | truebrain | 2011-11-13 21:39:48 +0100 (Sun, 13 Nov 2011) | 1 line

-Change: ignore .svn in .hgignore, and .hg in svn:ignore
------------------------------------------------------------------------
r23205 | translators | 2011-11-13 19:45:20 +0100 (Sun, 13 Nov 2011) | 6 lines

-Update from WebTranslator v3.0:
estonian - 8 changes by Jaanus
italian - 3 changes by Snail_
portuguese - 24 changes by ABCRic
welsh - 34 changes by kazzie

------------------------------------------------------------------------
r23204 | rubidium | 2011-11-13 18:11:42 +0100 (Sun, 13 Nov 2011) | 2 lines

-Fix (r23201): if you rename a constant, then also rename it in the helper scripts that use it

------------------------------------------------------------------------
r23203 | rubidium | 2011-11-13 13:53:46 +0100 (Sun, 13 Nov 2011) | 2 lines

-Change: make locks more consistently looking (PaulC)

------------------------------------------------------------------------
r23202 | rubidium | 2011-11-12 20:26:53 +0100 (Sat, 12 Nov 2011) | 2 lines

-Fix [FS#4829]: unstable sorting in the network list when two servers had the exact same name

------------------------------------------------------------------------
r23201 | yexo | 2011-11-12 19:48:21 +0100 (Sat, 12 Nov 2011) | 1 line

-Doc: [NoAI] Hide all contents of AIObject from the API documentation as AIs were never able to use it anyway
------------------------------------------------------------------------
r23200 | translators | 2011-11-12 19:45:21 +0100 (Sat, 12 Nov 2011) | 6 lines

-Update from WebTranslator v3.0:
french - 1 changes by Snail_
italian - 1 changes by Snail_
persian - 31 changes by Peymanpn
vietnamese - 1 changes by nglekhoi

------------------------------------------------------------------------
r23199 | rubidium | 2011-11-12 19:06:34 +0100 (Sat, 12 Nov 2011) | 2 lines

-Fix [FS#4822]: oil rigs that "expired" did not get removed from the station list

------------------------------------------------------------------------
r23198 | rubidium | 2011-11-12 14:00:29 +0100 (Sat, 12 Nov 2011) | 2 lines

-Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free

------------------------------------------------------------------------
r23197 | smatz | 2011-11-12 11:26:37 +0100 (Sat, 12 Nov 2011) | 1 line

-Fix: -Wno-narrowing didn't have any effect anymore
------------------------------------------------------------------------
r23196 | smatz | 2011-11-12 11:21:00 +0100 (Sat, 12 Nov 2011) | 1 line

-Fix: GCC 4.7 compilation
------------------------------------------------------------------------
r23195 | rubidium | 2011-11-12 09:37:12 +0100 (Sat, 12 Nov 2011) | 2 lines

-Codechange: if we really need to cast away constness, use const_cast

------------------------------------------------------------------------
r23194 | rubidium | 2011-11-12 09:26:30 +0100 (Sat, 12 Nov 2011) | 2 lines

-Codechange: don't cast away const needlessly

------------------------------------------------------------------------
r23193 | rubidium | 2011-11-12 09:10:22 +0100 (Sat, 12 Nov 2011) | 2 lines

-Codechange: don't cast away const unneededly

------------------------------------------------------------------------
r23192 | rubidium | 2011-11-12 08:58:22 +0100 (Sat, 12 Nov 2011) | 2 lines

-Codechange: don't cast away const needlessly

------------------------------------------------------------------------
r23191 | rubidium | 2011-11-11 20:47:28 +0100 (Fri, 11 Nov 2011) | 2 lines

-Fix: GCC 4.7 compilation warnings related to narrowing in palettes

------------------------------------------------------------------------
r23190 | rubidium | 2011-11-11 19:59:47 +0100 (Fri, 11 Nov 2011) | 2 lines

-Fix: compile error due to Squirrel define messing up another included file

------------------------------------------------------------------------
r23189 | translators | 2011-11-11 19:45:45 +0100 (Fri, 11 Nov 2011) | 13 lines

-Update from WebTranslator v3.0:
belarusian - 1 changes by Wowanxm
croatian - 49 changes by VoyagerOne
dutch - 4 changes by habell
finnish - 3 changes by jpx_
french - 31 changes by Muxy
german - 1 changes by planetmaker
italian - 4 changes by lorenzodv
russian - 4 changes by akasoft
swedish - 3 changes by Zuu
urdu - 1 changes by enggwaqas
vietnamese - 3 changes by nglekhoi

------------------------------------------------------------------------
r23188 | yexo | 2011-11-11 19:01:41 +0100 (Fri, 11 Nov 2011) | 1 line

-Fix (r23168): fences on steep slopes were broken
------------------------------------------------------------------------