Thu, 17 Jul 2008 15:16:11 +0000(svn r13717) -Codechange: place the whole 'create new company' command in #ifdef ENABLE_NETWORK as it may only be executed when we are playing in a network game.
rubidium [Thu, 17 Jul 2008 15:16:11 +0000] rev 11159
(svn r13717) -Codechange: place the whole 'create new company' command in #ifdef ENABLE_NETWORK as it may only be executed when we are playing in a network game.

Thu, 17 Jul 2008 15:14:42 +0000(svn r13716) -Fix [FS#2144]: any player could construct new companies.
rubidium [Thu, 17 Jul 2008 15:14:42 +0000] rev 11158
(svn r13716) -Fix [FS#2144]: any player could construct new companies.

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 11157
(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 11156
(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 11155
(svn r13713) -Fix: possible crash on creating a network packet.

Thu, 17 Jul 2008 11:20:45 +0000update tags
convert-repo [Thu, 17 Jul 2008 11:20:45 +0000] rev 11154
update tags

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 11153
(svn r13712) -Fix: enforce the length restrictions of company and president name in the commands too.

Wed, 16 Jul 2008 16:05:52 +0000(svn r13710) [0.6] -Prepare: for 0.6.2-RC1. 0.6 0.6.2-RC1
rubidium [Wed, 16 Jul 2008 16:05:52 +0000] rev 11152
(svn r13710) [0.6] -Prepare: for 0.6.2-RC1.

Wed, 16 Jul 2008 10:35:01 +0000(svn r13709) [0.6] -Backport from trunk: language updates. 0.6
rubidium [Wed, 16 Jul 2008 10:35:01 +0000] rev 11151
(svn r13709) [0.6] -Backport from trunk: language updates.

Wed, 16 Jul 2008 10:07:38 +0000(svn r13708) [0.6] -Backport from trunk: 0.6
rubidium [Wed, 16 Jul 2008 10:07:38 +0000] rev 11150
(svn r13708) [0.6] -Backport from trunk:
- Fix: Possible buffer overflow in string truncation code (r13700)
- Fix: Handle SETX(Y) properly when truncating a string instead of ignoring it and returning a too long string (r13699)
- Fix: In some cases the (sound) mixer could overflow causing artefacts in the sound [FS#2120] (r13695)
- Fix: Do not rely on .tar files always ending with a block of zeros (r13693)
- Fix: Make sure a command is ran in the context of autoreplace or not (r13691)