Sun, 07 Sep 2008 22:23:25 +0000(svn r14270) -Fix: make small UFO aware of articulated RVs
smatz [Sun, 07 Sep 2008 22:23:25 +0000] rev 10090
(svn r14270) -Fix: make small UFO aware of articulated RVs

Sun, 07 Sep 2008 18:21:57 +0000(svn r14265) -Fix (r10750): desyncs after deleting a waypoint because of explicit destructor call instead of using operator delete
smatz [Sun, 07 Sep 2008 18:21:57 +0000] rev 10089
(svn r14265) -Fix (r10750): desyncs after deleting a waypoint because of explicit destructor call instead of using operator delete

Sun, 07 Sep 2008 17:40:14 +0000(svn r14264) -Fix (r14261): 'echo -e' is not recognized on many systems
smatz [Sun, 07 Sep 2008 17:40:14 +0000] rev 10088
(svn r14264) -Fix (r14261): 'echo -e' is not recognized on many systems

Sun, 07 Sep 2008 16:22:55 +0000(svn r14263) -Codechange: give a better error message when removing a sign fails
smatz [Sun, 07 Sep 2008 16:22:55 +0000] rev 10087
(svn r14263) -Codechange: give a better error message when removing a sign fails

Sun, 07 Sep 2008 13:36:18 +0000(svn r14262) -Feature [Makefile]: Let Makefile.bundle.in also use the new findversion.sh
matthijs [Sun, 07 Sep 2008 13:36:18 +0000] rev 10086
(svn r14262) -Feature [Makefile]: Let Makefile.bundle.in also use the new findversion.sh
script. This enables revision detection for bundles for git and hg checkouts.

Sun, 07 Sep 2008 13:24:49 +0000(svn r14261) -Change [Makefile]: Move the revision detection code from Makefile.src.in to a
matthijs [Sun, 07 Sep 2008 13:24:49 +0000] rev 10085
(svn r14261) -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.

Sun, 07 Sep 2008 11:55:28 +0000(svn r14260) -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.
rubidium [Sun, 07 Sep 2008 11:55:28 +0000] rev 10084
(svn r14260) -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.

Sun, 07 Sep 2008 11:23:10 +0000(svn r14258) -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.
rubidium [Sun, 07 Sep 2008 11:23:10 +0000] rev 10083
(svn r14258) -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.

Sun, 07 Sep 2008 08:51:26 +0000(svn r14257) -Fix (r14153): incorrect update of ini-file group tail pointer causing memory corruption.
rubidium [Sun, 07 Sep 2008 08:51:26 +0000] rev 10082
(svn r14257) -Fix (r14153): incorrect update of ini-file group tail pointer causing memory corruption.

Sat, 06 Sep 2008 12:54:11 +0000(svn r14255) -Fix [configure]: remove the requirement to have a recent enough 'grep' which understands -m. Instead, use 'head -n 1' which is more common available
truebrain [Sat, 06 Sep 2008 12:54:11 +0000] rev 10081
(svn r14255) -Fix [configure]: remove the requirement to have a recent enough 'grep' which understands -m. Instead, use 'head -n 1' which is more common available