Thu, 17 Jul 2008 21:15:57 +0000(svn r13720) -Fix (r13715): string wasn't correctly passed to draw function.
rubidium [Thu, 17 Jul 2008 21:15:57 +0000] rev 11162
(svn r13720) -Fix (r13715): string wasn't correctly passed to draw function.

Thu, 17 Jul 2008 20:13:01 +0000(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
rubidium [Thu, 17 Jul 2008 20:13:01 +0000] rev 11161
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.

Thu, 17 Jul 2008 16:38:26 +0000(svn r13718) -Fix: possible desync on the autorenew settings 20+ game years (i.e. 4.5+ hours) after a company was started.
rubidium [Thu, 17 Jul 2008 16:38:26 +0000] rev 11160
(svn r13718) -Fix: possible desync on the autorenew settings 20+ game years (i.e. 4.5+ hours) after a company was started.

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.