Thu, 17 Jul 2008 13:47:04 +0000(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they were printed, otherwise the text could change due to the few number of slots that could be used to bind.
rubidium [Thu, 17 Jul 2008 13:47:04 +0000] rev 9648
(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they were printed, otherwise the text could change due to the few number of slots that could be used to bind.
-Codechange: remove all BindCString and related functions and replace it by RAW_STRING which prints the C-string raw pointer that is on the 'print stack'.

Thu, 17 Jul 2008 12:02:09 +0000(svn r13714) -Fix: remove the unique_id from the message that a client has joined as it is only exposes the unique_id more than needed. Patch by dih.
rubidium [Thu, 17 Jul 2008 12:02:09 +0000] rev 9647
(svn r13714) -Fix: remove the unique_id from the message that a client has joined as it is only exposes the unique_id more than needed. Patch by dih.

Thu, 17 Jul 2008 11:47:57 +0000(svn r13713) -Fix: possible crash on creating a network packet.
rubidium [Thu, 17 Jul 2008 11:47:57 +0000] rev 9646
(svn r13713) -Fix: possible crash on creating a network packet.

Thu, 17 Jul 2008 11:19:20 +0000(svn r13712) -Fix: enforce the length restrictions of company and president name in the commands too.
rubidium [Thu, 17 Jul 2008 11:19:20 +0000] rev 9645
(svn r13712) -Fix: enforce the length restrictions of company and president name in the commands too.

Tue, 15 Jul 2008 23:27:28 +0000(svn r13707) -Update: WebTranslator2 update to 2008-07-16 01:21:36
miham [Tue, 15 Jul 2008 23:27:28 +0000] rev 9644
(svn r13707) -Update: WebTranslator2 update to 2008-07-16 01:21:36
brazilian_portuguese - 3 fixed by tucalipe (3)
bulgarian - 78 fixed, 230 changed by thetitan (3), groupsky (305)
catalan - 3 fixed by arnaullv (3)
dutch - 3 fixed by webfreakz (3)
italian - 3 changed by lorenzodv (3)
korean - 4 fixed, 5 changed by leejaeuk5 (9)
russian - 3 fixed by Smoky555 (3)
slovenian - 4 fixed by Necrolyte (4)
spanish - 3 fixed by eusebio (3)
swedish - 4 fixed by daishan (4)
ukrainian - 2 fixed by mad (2)

Tue, 15 Jul 2008 17:13:50 +0000(svn r13706) -Fix (r13695): Small typo.
frosch [Tue, 15 Jul 2008 17:13:50 +0000] rev 9643
(svn r13706) -Fix (r13695): Small typo.

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.