------------------------------------------------------------------------
r14286 | michi_cc | 2008-09-09 19:21:22 +0000 (Tue, 09 Sep 2008) | 1 line

-Fix [FS#2265]: If a change of conventional/electric rail coincided with the start of a station platform, stale reservations could be left behind.
------------------------------------------------------------------------
r14285 | michi_cc | 2008-09-09 19:02:47 +0000 (Tue, 09 Sep 2008) | 1 line

-Fix [FS#2263]: A train inside a wormhole could free the reservation of another train inside the wormhole.
------------------------------------------------------------------------
r14284 | michi_cc | 2008-09-09 18:47:53 +0000 (Tue, 09 Sep 2008) | 1 line

-Fix (r13958): Trains would not look ahead and extend their reservation on a waypoint tile in all cases.
------------------------------------------------------------------------
r14283 | smatz | 2008-09-09 17:42:31 +0000 (Tue, 09 Sep 2008) | 1 line

-Fix [FS#2281](r14175): beep only after clicking on the main toolbar, not after finishing the selection
------------------------------------------------------------------------
r14282 | translators | 2008-09-09 17:40:23 +0000 (Tue, 09 Sep 2008) | 17 lines

-Update: WebTranslator2 update to 2008-09-09 17:38:39
czech      - 1 fixed, 7 changed by Hadez (7), joeprusa (1)
danish     - 61 fixed, 6 changed by ThomasA (28), MiR (39)
dutch      - 6 fixed by habell (5), webfreakz (1)
estonian   - 1 fixed by kristjans (1)
finnish    - 66 fixed by habazi (66)
french     - 2 fixed, 2 changed by glx (4)
galician   - 14 fixed by Condex (14)
german     - 63 fixed, 16 changed by sulai (41), dih (38)
italian    - 1 fixed, 1 changed by lorenzodv (2)
piglatin   - 27 fixed by adammw (27)
romanian   - 57 fixed by kneekoo (57)
russian    - 13 fixed by Smoky555 (13)
slovenian  - 6 fixed by Necrolyte (6)
spanish    - 9 fixed by eusebio (9)
ukrainian  - 6 fixed by mad (6)

------------------------------------------------------------------------
r14280 | smatz | 2008-09-09 12:26:25 +0000 (Tue, 09 Sep 2008) | 1 line

-Codechange: use IsRailWaypointTile() instead of IsTileType() and IsRailWaypoint() checks at several places
------------------------------------------------------------------------
r14279 | matthijs | 2008-09-09 11:26:17 +0000 (Tue, 09 Sep 2008) | 2 lines

-Revert (r14237): Undo changes for renaming Debian packages, this is not the right way to do this.

------------------------------------------------------------------------
r14278 | matthijs | 2008-09-09 10:58:23 +0000 (Tue, 09 Sep 2008) | 2 lines

-Cleanup [Makefile]: Rename $TAGS to $TAG.

------------------------------------------------------------------------
r14277 | matthijs | 2008-09-09 10:48:04 +0000 (Tue, 09 Sep 2008) | 2 lines

-Change [Makefile]: Use [ -n ... ] instead of using return values from grep and read in findversion.sh.

------------------------------------------------------------------------
r14276 | frosch | 2008-09-08 19:20:39 +0000 (Mon, 08 Sep 2008) | 1 line

-Fix: Rename one of the advanced settings, as 'TTDPatch compatible nonstop handling' wasn't a correct description anymore.
------------------------------------------------------------------------
r14275 | frosch | 2008-09-08 17:23:50 +0000 (Mon, 08 Sep 2008) | 1 line

-Change: Rename 'Configure patches' to 'Advanced settings'.
------------------------------------------------------------------------
r14274 | smatz | 2008-09-08 11:06:43 +0000 (Mon, 08 Sep 2008) | 1 line

-Fix (r10237): nonexistant order could be selected in the timetable window (causing SIGFPE)
------------------------------------------------------------------------
r14273 | rubidium | 2008-09-08 10:08:55 +0000 (Mon, 08 Sep 2008) | 2 lines

-Change: make findversion.sh aware of release tags and make it output the REV without the branch name so the CF can use that.

------------------------------------------------------------------------
r14272 | matthijs | 2008-09-08 06:27:08 +0000 (Mon, 08 Sep 2008) | 3 lines

-Fix [Makefile]: Always pass an explicit delimiter to the "cut" command, in
case there are platforms where tab is not the default.

------------------------------------------------------------------------
r14270 | smatz | 2008-09-07 22:23:25 +0000 (Sun, 07 Sep 2008) | 1 line

-Fix: make small UFO aware of articulated RVs
------------------------------------------------------------------------
r14265 | smatz | 2008-09-07 18:21:57 +0000 (Sun, 07 Sep 2008) | 1 line

-Fix (r10750): desyncs after deleting a waypoint because of explicit destructor call instead of using operator delete
------------------------------------------------------------------------
r14264 | smatz | 2008-09-07 17:40:14 +0000 (Sun, 07 Sep 2008) | 1 line

-Fix (r14261): 'echo -e' is not recognized on many systems
------------------------------------------------------------------------
r14263 | smatz | 2008-09-07 16:22:55 +0000 (Sun, 07 Sep 2008) | 1 line

-Codechange: give a better error message when removing a sign fails
------------------------------------------------------------------------
r14262 | matthijs | 2008-09-07 13:36:18 +0000 (Sun, 07 Sep 2008) | 3 lines

-Feature [Makefile]: Let Makefile.bundle.in also use the new findversion.sh
script. This enables revision detection for bundles for git and hg checkouts.

------------------------------------------------------------------------
r14261 | matthijs | 2008-09-07 13:24:49 +0000 (Sun, 07 Sep 2008) | 3 lines

-Change [Makefile]: Move the revision detection code from Makefile.src.in to a
new bash script findversion.sh. This commit should have no functional changes.

------------------------------------------------------------------------
r14260 | rubidium | 2008-09-07 11:55:28 +0000 (Sun, 07 Sep 2008) | 2 lines

-Fix [FS#2277]: merge keycode for "normal" 0-9 keys and keypad 0-9 keys so people don't get confused that the keypad doesn't work as expected.

------------------------------------------------------------------------
r14258 | rubidium | 2008-09-07 11:23:10 +0000 (Sun, 07 Sep 2008) | 3 lines

-Codechange: rework the way to query the vehicle hash to make sure it always results in the same irregardless of the order of the hash-linked-list.
-Fix: desync in PBS reservation following, vehicle flooding and road vehicle overtake/follow code.

------------------------------------------------------------------------
r14257 | rubidium | 2008-09-07 08:51:26 +0000 (Sun, 07 Sep 2008) | 2 lines

-Fix (r14153): incorrect update of ini-file group tail pointer causing memory corruption.

------------------------------------------------------------------------
r14255 | truebrain | 2008-09-06 12:54:11 +0000 (Sat, 06 Sep 2008) | 2 lines

-Fix [configure]: remove the requirement to have a recent enough 'grep' which understands -m. Instead, use 'head -n 1'  which is more common available

------------------------------------------------------------------------
r14254 | belugas | 2008-09-06 02:53:18 +0000 (Sat, 06 Sep 2008) | 1 line

-Codechange: Code style and breathing room
------------------------------------------------------------------------
r14253 | glx | 2008-09-06 02:43:46 +0000 (Sat, 06 Sep 2008) | 1 line

-Fix (r14214): replace the right glyph and use the right colour indices in glyph sprite
------------------------------------------------------------------------
r14250 | translators | 2008-09-05 15:13:30 +0000 (Fri, 05 Sep 2008) | 13 lines

-Update: WebTranslator2 update to 2008-09-05 15:13:08
afrikaans  - 9 fixed by TrueTenacity (9)
croatian   - 19 fixed by tperic (19)
czech      - 5 fixed, 50 changed by Hadez (55)
dutch      - 5 fixed by habell (5)
estonian   - 9 fixed by kristjans (9)
french     - 5 fixed by glx (5)
german     - 85 fixed by dih (45), MaSch (40)
italian    - 5 fixed, 4 changed by lorenzodv (9)
polish     - 25 fixed, 4 changed by heimat (29)
spanish    - 7 fixed by eusebio (7)
ukrainian  - 5 fixed by mad (5)

------------------------------------------------------------------------
r14245 | rubidium | 2008-09-04 19:43:20 +0000 (Thu, 04 Sep 2008) | 2 lines

-Fix: NewGRF configs loaded from the config file would always default to the DOS palette instead of the "default" palette.

------------------------------------------------------------------------
r14244 | truebrain | 2008-09-04 19:15:52 +0000 (Thu, 04 Sep 2008) | 2 lines

-Fix: add 'Auto-generated' text when autogenerated, not in template (complain by blathijs ;))

------------------------------------------------------------------------
r14243 | rubidium | 2008-09-04 19:09:31 +0000 (Thu, 04 Sep 2008) | 2 lines

-Fix [FS#2269]: clicking on the smallmap didn't break the "follow vehicle in main viewport".

------------------------------------------------------------------------
r14242 | glx | 2008-09-04 15:27:21 +0000 (Thu, 04 Sep 2008) | 1 line

-Fix: removed some possible infinite loop in version determination (again).
------------------------------------------------------------------------
r14241 | matthijs | 2008-09-04 08:52:41 +0000 (Thu, 04 Sep 2008) | 2 lines

-Fix [Debian]: Remove an extra ~ in the Debian version.

------------------------------------------------------------------------
r14240 | rubidium | 2008-09-03 20:51:59 +0000 (Wed, 03 Sep 2008) | 2 lines

-Doc: add a few pointers/"howto"-ish lines to the obg format documentation about what it does and does not do and how you should fill the data.

------------------------------------------------------------------------
r14239 | frosch | 2008-09-03 18:05:02 +0000 (Wed, 03 Sep 2008) | 1 line

-Fix [FS#2267]: The engine-purchase-list-sorter doubled running-cost and halfed capacity of double-headed engines.
------------------------------------------------------------------------