Fri, 20 Oct 2006 11:53:29 +0000(svn r6855) - Codechange: When displaying a "quantity of cargo" string, use the {CARGO} command and supply the cargo type and quantity, instead of manually looking up the cargo type's string.
peter1138 [Fri, 20 Oct 2006 11:53:29 +0000] rev 4896
(svn r6855) - Codechange: When displaying a "quantity of cargo" string, use the {CARGO} command and supply the cargo type and quantity, instead of manually looking up the cargo type's string.

Fri, 20 Oct 2006 10:48:46 +0000(svn r6854) -Codechange: Use DrawSringCentered instead of DrawStringMultiCenter for simple
Darkvater [Fri, 20 Oct 2006 10:48:46 +0000] rev 4895
(svn r6854) -Codechange: Use DrawSringCentered instead of DrawStringMultiCenter for simple
strings if maximum width is set to zero anywyas.

Thu, 19 Oct 2006 12:21:35 +0000(svn r6838) - Fix (r6836): MS VC complains beecause it doesn't understand consts... (or I don't...)
peter1138 [Thu, 19 Oct 2006 12:21:35 +0000] rev 4894
(svn r6838) - Fix (r6836): MS VC complains beecause it doesn't understand consts... (or I don't...)

Thu, 19 Oct 2006 10:40:21 +0000(svn r6837) - Codechange: More const SpriteGroups missed in r6836
peter1138 [Thu, 19 Oct 2006 10:40:21 +0000] rev 4893
(svn r6837) - Codechange: More const SpriteGroups missed in r6836

Thu, 19 Oct 2006 10:20:36 +0000(svn r6836) - Codechange: constify SpriteGroup references. These used to be non-const when we kept a reference count, which we don't do anymore.
peter1138 [Thu, 19 Oct 2006 10:20:36 +0000] rev 4892
(svn r6836) - Codechange: constify SpriteGroup references. These used to be non-const when we kept a reference count, which we don't do anymore.

Thu, 19 Oct 2006 09:39:29 +0000(svn r6835) - Fix: Pressing ^D (EOF) at a dedicated console caused it to repeat the last command, instead of doing nothing.
peter1138 [Thu, 19 Oct 2006 09:39:29 +0000] rev 4891
(svn r6835) - Fix: Pressing ^D (EOF) at a dedicated console caused it to repeat the last command, instead of doing nothing.

Wed, 18 Oct 2006 21:38:45 +0000(svn r6828) -Fix: Properly fix r6842
Darkvater [Wed, 18 Oct 2006 21:38:45 +0000] rev 4890
(svn r6828) -Fix: Properly fix r6842

Wed, 18 Oct 2006 21:33:59 +0000(svn r6827) -Fix r6824: removed warning
glx [Wed, 18 Oct 2006 21:33:59 +0000] rev 4889
(svn r6827) -Fix r6824: removed warning

Wed, 18 Oct 2006 21:19:04 +0000(svn r6825) -Codechange: Remove two globals from chat-window
Darkvater [Wed, 18 Oct 2006 21:19:04 +0000] rev 4888
(svn r6825) -Codechange: Remove two globals from chat-window

Wed, 18 Oct 2006 21:07:36 +0000(svn r6824) -Feature: Change the functionality of the chat window. SHIFT+ENTER (SHIFT+T)
Darkvater [Wed, 18 Oct 2006 21:07:36 +0000] rev 4887
(svn r6824) -Feature: Change the functionality of the chat window. SHIFT+ENTER (SHIFT+T)
sends a message to all players, CTRL+ENTER (CTRL+T) sends a message to all
team mates and ENTER (T) sends a message to teammates if you have any, otherwise
to all players.
The chat-window now also shows what kind of message is being sent. Shortcut
functionality has not been changed (ENTER sends message, ESC closes window)