------------------------------------------------------------------------
r14636 | rubidium | 2008-11-26 13:12:45 +0000 (Wed, 26 Nov 2008) | 2 lines

-Add: DOS port of OpenTTD, without network support though.

------------------------------------------------------------------------
r14635 | rubidium | 2008-11-26 01:07:49 +0000 (Wed, 26 Nov 2008) | 2 lines

-Change: use S_ISDIR/S_ISREG as x & S_IFREG always results false on platforms when S_IFREG is 0x0000.

------------------------------------------------------------------------
r14634 | rubidium | 2008-11-26 01:03:34 +0000 (Wed, 26 Nov 2008) | 2 lines

-Change: _rdtsc is defined by some platforms so we can't use that name.

------------------------------------------------------------------------
r14633 | rubidium | 2008-11-25 23:24:38 +0000 (Tue, 25 Nov 2008) | 2 lines

-Fix: compile failure when building a debug build without network support.

------------------------------------------------------------------------
r14632 | rubidium | 2008-11-25 23:21:58 +0000 (Tue, 25 Nov 2008) | 2 lines

-Add: support Allegro as midi backend.

------------------------------------------------------------------------
r14631 | rubidium | 2008-11-25 21:09:00 +0000 (Tue, 25 Nov 2008) | 2 lines

-Add: support for Allegro as sound backend.

------------------------------------------------------------------------
r14630 | rubidium | 2008-11-25 19:32:12 +0000 (Tue, 25 Nov 2008) | 2 lines

-Add: support Allegro as video backend.

------------------------------------------------------------------------
r14629 | rubidium | 2008-11-25 19:27:30 +0000 (Tue, 25 Nov 2008) | 3 lines

-Fix: strgen/strgen.h missing from MSVC project files
-Fix: welsh missing from MSVC project files

------------------------------------------------------------------------
r14628 | rubidium | 2008-11-25 19:26:31 +0000 (Tue, 25 Nov 2008) | 2 lines

-Fix: projects/generate doesn't handle tabs in sources.list properly when determining whether a header is missing.

------------------------------------------------------------------------
r14627 | rubidium | 2008-11-25 18:52:17 +0000 (Tue, 25 Nov 2008) | 2 lines

-Change: update .gitignore and add .hgignore to ignore all generated files.

------------------------------------------------------------------------
r14626 | translators | 2008-11-25 18:44:59 +0000 (Tue, 25 Nov 2008) | 12 lines

-Update: WebTranslator2 update to 2008-11-25 18:44:46
bulgarian  - 1 fixed by Ar4i (1)
croatian   - 21 fixed, 11 changed by knovak (32)
finnish    - 12 fixed by UltimateSephiroth (12)
french     - 1 fixed by glx (1)
greek      - 31 fixed by vesnikos (31)
hungarian  - 13 fixed, 98 changed by IPG (111)
icelandic  - 71 fixed, 2 changed by pall (73)
italian    - 1 fixed by lorenzodv (1)
japanese   - 114 fixed, 243 changed by bve255 (313), ickoonite (44)
polish     - 36 fixed by coolik (3), xaxa (33)

------------------------------------------------------------------------
r14625 | rubidium | 2008-11-25 18:42:06 +0000 (Tue, 25 Nov 2008) | 2 lines

-Codechange: a bit of coding style.

------------------------------------------------------------------------
r14624 | translators | 2008-11-25 09:05:56 +0000 (Tue, 25 Nov 2008) | 2 lines

-Add: stub for Malay.

------------------------------------------------------------------------
r14623 | rubidium | 2008-11-24 20:51:55 +0000 (Mon, 24 Nov 2008) | 2 lines

-Codechange: a sprinkle of coding style.

------------------------------------------------------------------------
r14622 | glx | 2008-11-24 20:10:39 +0000 (Mon, 24 Nov 2008) | 1 line

-Fix (r14618): win9x compilation
------------------------------------------------------------------------
r14621 | rubidium | 2008-11-24 19:31:01 +0000 (Mon, 24 Nov 2008) | 2 lines

-Fix (r14618): link error when you aren't compiling for Windows or you don't have fontconfig.

------------------------------------------------------------------------
r14620 | glx | 2008-11-24 18:59:53 +0000 (Mon, 24 Nov 2008) | 1 line

-Fix (r14618): missing lines broke compilation on windows
------------------------------------------------------------------------
r14619 | translators | 2008-11-24 18:56:24 +0000 (Mon, 24 Nov 2008) | 11 lines

-Update: WebTranslator2 update to 2008-11-24 18:56:10
czech      - 1 fixed by Hadez (1)
dutch      - 1 fixed by habell (1)
latvian    - 19 fixed, 1 changed by v3rb0 (20)
persian    - 22 fixed by ali sattari (22)
piglatin   - 21 fixed by adammw (21)
polish     - 2 fixed, 3 changed by Simek (5)
russian    - 13 fixed by Smoky555 (13)
slovak     - 1 fixed by James (1)
spanish    - 1 fixed by eusebio (1)

------------------------------------------------------------------------
r14618 | rubidium | 2008-11-24 18:53:17 +0000 (Mon, 24 Nov 2008) | 2 lines

-Feature: when the chosen language isn't supported by the current font, try to find a font that does and use that instead. Thanks to glx/michi_cc for the Windows implementation.

------------------------------------------------------------------------
r14617 | rubidium | 2008-11-24 11:20:07 +0000 (Mon, 24 Nov 2008) | 2 lines

-Change: unduplicate the languagepack(header).

------------------------------------------------------------------------
r14616 | rubidium | 2008-11-23 21:46:27 +0000 (Sun, 23 Nov 2008) | 2 lines

-Fix [FS#2424]: a nearest depot order should be "equal" to the resolved nearest depot order; otherwise we keep resolving the nearest depot order every tick.

------------------------------------------------------------------------
r14615 | translators | 2008-11-23 18:07:49 +0000 (Sun, 23 Nov 2008) | 7 lines

-Update: WebTranslator2 update to 2008-11-23 18:07:42
dutch      - 29 changed by MsG (29)
finnish    - 60 fixed, 2 changed by jpx_ (3), UltimateSephiroth (59)
hungarian  - 37 changed by oklmernok (37)
romanian   - 13 fixed, 39 changed by stykat (52)
ukrainian  - 4 fixed by mad (4)

------------------------------------------------------------------------
r14614 | smatz | 2008-11-23 16:45:53 +0000 (Sun, 23 Nov 2008) | 1 line

-Codechange [FS#2423]: GetTreeCount() should behave as its name and documentation imply. Remove unused SetTreeCount() (PhilSophus)
------------------------------------------------------------------------
r14613 | frosch | 2008-11-23 16:34:27 +0000 (Sun, 23 Nov 2008) | 1 line

-Fix [FS#2420]: When building industries, clear the tiles as OWNER_TOWN instead of the founder to take care of protected buildings and to not get stressed by town ratings.
------------------------------------------------------------------------
r14612 | smatz | 2008-11-23 16:01:24 +0000 (Sun, 23 Nov 2008) | 1 line

-Change: force the argument given to '-i' parameter to be valid. Accept '2', too
------------------------------------------------------------------------
r14611 | frosch | 2008-11-23 14:17:41 +0000 (Sun, 23 Nov 2008) | 2 lines

-Fix (r13437)[FS#2421]: Store the age of a house in the map array instead of the construction year.
Note: Savegames from r13437 to now are broken and have a age of 255 years for a lot houses.
------------------------------------------------------------------------
r14610 | rubidium | 2008-11-23 13:42:05 +0000 (Sun, 23 Nov 2008) | 3 lines

-Fix [FS#2415]: possible stack corruption when reading corrupted sprites.
-Change: harden the sprite reading routine against corrupt sprites.

------------------------------------------------------------------------
r14609 | peter1138 | 2008-11-23 12:35:02 +0000 (Sun, 23 Nov 2008) | 2 lines

-Codechange: Use supplied button colour instead of hardcoded yellow, for 'greyed out' arrow buttons. (Yorick)

------------------------------------------------------------------------
r14608 | frosch | 2008-11-22 19:49:17 +0000 (Sat, 22 Nov 2008) | 1 line

-Fix (r9315): Return the current year as construction year for unfinished houses.
------------------------------------------------------------------------
r14607 | translators | 2008-11-22 18:44:26 +0000 (Sat, 22 Nov 2008) | 6 lines

-Update: WebTranslator2 update to 2008-11-22 18:44:20
afrikaans  - 28 changed by burgerd (28)
finnish    - 65 fixed, 17 changed by UltimateSephiroth (82)
hungarian  - 86 changed by oklmernok (86)
norwegian_bokmal - 4 fixed by brygge_2 (4)

------------------------------------------------------------------------
r14606 | frosch | 2008-11-22 16:04:11 +0000 (Sat, 22 Nov 2008) | 2 lines

-Codechange: Unify usage of PALETTE_MODIFIER_TRANSPARENT and PALETTE_MODIFIER_COLOR in spritelayout drawing.
-Fix [FS#2419]: The modifiers were not applied in all cases.
------------------------------------------------------------------------
r14605 | frosch | 2008-11-22 15:57:31 +0000 (Sat, 22 Nov 2008) | 1 line

-Fix (r9315): When callback 1E fails, use the standard random colour.
------------------------------------------------------------------------
r14604 | frosch | 2008-11-22 15:48:43 +0000 (Sat, 22 Nov 2008) | 1 line

-Codechange: Simplify a function and rename it, and fix some comments.
------------------------------------------------------------------------
r14603 | rubidium | 2008-11-22 13:09:31 +0000 (Sat, 22 Nov 2008) | 2 lines

-Fix [FS#2422]: the company ID is off-by-one w.r.t. to the rest of the GUI in the cheat window.

------------------------------------------------------------------------
r14602 | translators | 2008-11-21 18:45:27 +0000 (Fri, 21 Nov 2008) | 12 lines

-Update: WebTranslator2 update to 2008-11-21 18:45:14
bulgarian  - 2 fixed by Ar4i (2)
catalan    - 2 fixed by arnaullv (2)
czech      - 2 fixed by Hadez (2)
finnish    - 90 fixed by UltimateSephiroth (90)
hungarian  - 6 fixed, 42 changed by oklmernok (48)
indonesian - 88 fixed by adjayanto (88)
polish     - 61 fixed by coolik (61)
romanian   - 20 fixed by kkmic (20)
russian    - 2 fixed by MajestiC (2)
spanish    - 1 fixed by eusebio (1)

------------------------------------------------------------------------
r14601 | rubidium | 2008-11-21 18:16:19 +0000 (Fri, 21 Nov 2008) | 2 lines

-Fix: the nearest depot and stop in depot orders didn't work together (the vehicle didn't stop).

------------------------------------------------------------------------
r14600 | translators | 2008-11-20 18:44:13 +0000 (Thu, 20 Nov 2008) | 8 lines

-Update: WebTranslator2 update to 2008-11-20 18:44:05
afrikaans  - 34 fixed by nubllett (34)
galician   - 4 fixed by Condex (4)
hungarian  - 7 fixed, 49 changed by oklmernok (17), IPG (39)
italian    - 2 fixed by lorenzodv (2)
polish     - 45 fixed by kruczek1 (45)
slovak     - 1 fixed by James (1)

------------------------------------------------------------------------
r14599 | frosch | 2008-11-20 16:48:22 +0000 (Thu, 20 Nov 2008) | 1 line

-Fix (r14598)[FS#2417]: Show again group-membership in the vehicle-lists. (Based on patch by PhilSophus)
------------------------------------------------------------------------
r14598 | rubidium | 2008-11-19 23:55:34 +0000 (Wed, 19 Nov 2008) | 2 lines

-Feature: Action0Industries property 24 (industry suuplies default name for nearby station).

------------------------------------------------------------------------
r14597 | translators | 2008-11-19 18:43:16 +0000 (Wed, 19 Nov 2008) | 11 lines

-Update: WebTranslator2 update to 2008-11-19 18:43:03
afrikaans  - 165 fixed, 227 changed by nubllett (156), burgerd (236)
dutch      - 2 fixed, 5 changed by Excel20 (7)
french     - 2 fixed by glx (2)
german     - 6 fixed, 2 changed by jonathan159 (2), MaSch (6)
hungarian  - 1 fixed, 20 changed by oklmernok (21)
macedonian - 90 fixed by sashozs (90)
serbian    - 560 fixed by AtzaMan (560)
slovak     - 1 fixed by James (1)
spanish    - 1 fixed by eusebio (1)

------------------------------------------------------------------------
r14596 | frosch | 2008-11-19 16:53:24 +0000 (Wed, 19 Nov 2008) | 1 line

-Fix (r14591): Missing 'return'.
------------------------------------------------------------------------
r14595 | rubidium | 2008-11-19 16:17:42 +0000 (Wed, 19 Nov 2008) | 3 lines

-Add: Estonian currency.
-Change: Slovenia switched to the Euro in 2007.

------------------------------------------------------------------------
r14594 | rubidium | 2008-11-19 14:48:12 +0000 (Wed, 19 Nov 2008) | 2 lines

-Fix [FS#2412]: trains could get their their last visited station reset when still (un)loading causing an invalid state.

------------------------------------------------------------------------
r14593 | rubidium | 2008-11-18 23:58:24 +0000 (Tue, 18 Nov 2008) | 2 lines

-Update: remove outdated (in r14592) string.

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