Tue, 15 Jul 2008 00:34:34 +0000(svn r13705) -Codechange: Define and use BridgePieces enum, which will remove a few more magic numbers
belugas [Tue, 15 Jul 2008 00:34:34 +0000] rev 9642
(svn r13705) -Codechange: Define and use BridgePieces enum, which will remove a few more magic numbers

Mon, 14 Jul 2008 21:01:49 +0000(svn r13704) -Fix: make timetables work more sensible when used in conjunction with conditional orders, i.e. make it possibly to tell how long to travel to the next destination if you jump.
rubidium [Mon, 14 Jul 2008 21:01:49 +0000] rev 9641
(svn r13704) -Fix: make timetables work more sensible when used in conjunction with conditional orders, i.e. make it possibly to tell how long to travel to the next destination if you jump.

Mon, 14 Jul 2008 20:36:21 +0000(svn r13703) -Update: the other language files due to a few changed strings in r13702.
rubidium [Mon, 14 Jul 2008 20:36:21 +0000] rev 9640
(svn r13703) -Update: the other language files due to a few changed strings in r13702.

Mon, 14 Jul 2008 20:18:06 +0000(svn r13702) -Fix: do not overflow the order/timetable window when 'long' orders are displayed.
rubidium [Mon, 14 Jul 2008 20:18:06 +0000] rev 9639
(svn r13702) -Fix: do not overflow the order/timetable window when 'long' orders are displayed.

Mon, 14 Jul 2008 20:04:54 +0000(svn r13701) -Codechange: add some more info in crash.log
glx [Mon, 14 Jul 2008 20:04:54 +0000] rev 9638
(svn r13701) -Codechange: add some more info in crash.log

Mon, 14 Jul 2008 18:22:15 +0000(svn r13700) -Fix: possible buffer overflow in string truncation code.
rubidium [Mon, 14 Jul 2008 18:22:15 +0000] rev 9637
(svn r13700) -Fix: possible buffer overflow in string truncation code.

Mon, 14 Jul 2008 17:31:41 +0000(svn r13699) -Fix: handle SETX(Y) properly when truncating a string instead of ignoring it and returning a too long string.
rubidium [Mon, 14 Jul 2008 17:31:41 +0000] rev 9636
(svn r13699) -Fix: handle SETX(Y) properly when truncating a string instead of ignoring it and returning a too long string.

Sun, 13 Jul 2008 19:44:05 +0000(svn r13698) -Fix (r13697): MorphOS compilation.
frosch [Sun, 13 Jul 2008 19:44:05 +0000] rev 9635
(svn r13698) -Fix (r13697): MorphOS compilation.

Sun, 13 Jul 2008 16:09:00 +0000(svn r13697) -Feature: Add some support for symbolic links in .tar files.
frosch [Sun, 13 Jul 2008 16:09:00 +0000] rev 9634
(svn r13697) -Feature: Add some support for symbolic links in .tar files.

Sun, 13 Jul 2008 02:43:46 +0000(svn r13696) -Fix[GUI]: The Build button of the vehicle list is now hidden, instead of just disabled. It will be only visible when called from the Depot Building Window.
belugas [Sun, 13 Jul 2008 02:43:46 +0000] rev 9633
(svn r13696) -Fix[GUI]: The Build button of the vehicle list is now hidden, instead of just disabled. It will be only visible when called from the Depot Building Window.
Less confusion, hopefully. Suggested by Eddi.