Fri, 27 Oct 2006 11:08:17 +0000(svn r6956) -Feature: Increase the chatbuffer of chat messages. Messages longer than the allocated
Darkvater [Fri, 27 Oct 2006 11:08:17 +0000] rev 4957
(svn r6956) -Feature: Increase the chatbuffer of chat messages. Messages longer than the allocated
graphical box will be wrapped to a new line.

Fri, 27 Oct 2006 10:27:38 +0000(svn r6955) -Codechange: Change some variable names for _textmessage_box, and replace 5 different
Darkvater [Fri, 27 Oct 2006 10:27:38 +0000] rev 4956
(svn r6955) -Codechange: Change some variable names for _textmessage_box, and replace 5 different
global variables with a single struct.

Fri, 27 Oct 2006 10:12:57 +0000(svn r6954) -Feature: Constrain the drawing of a string inside an editbox to the dimensions of
Darkvater [Fri, 27 Oct 2006 10:12:57 +0000] rev 4955
(svn r6954) -Feature: Constrain the drawing of a string inside an editbox to the dimensions of
the widget it is in. This allows for typing longer text into an editbox (if maxwidth
allows of course) and scroll around properly.

Fri, 27 Oct 2006 09:55:38 +0000(svn r6953) -Codechange: Change FormatStringLinebreaks in such a way that if no whitespace was seen
Darkvater [Fri, 27 Oct 2006 09:55:38 +0000] rev 4954
(svn r6953) -Codechange: Change FormatStringLinebreaks in such a way that if no whitespace was seen
for the 'current line' of a certain maximum width, the string will be truncated instead
of the old behaviour which just left it alone.

Thu, 26 Oct 2006 19:16:10 +0000(svn r6948) - Codechange: Clear out all NewGRF file data before loading files again
peter1138 [Thu, 26 Oct 2006 19:16:10 +0000] rev 4953
(svn r6948) - Codechange: Clear out all NewGRF file data before loading files again

Thu, 26 Oct 2006 13:18:12 +0000(svn r6946) - Fix (r6654): This applies to all vehicle types, not just rail vehicles... (mart3p)
peter1138 [Thu, 26 Oct 2006 13:18:12 +0000] rev 4952
(svn r6946) - Fix (r6654): This applies to all vehicle types, not just rail vehicles... (mart3p)

Wed, 25 Oct 2006 19:35:09 +0000(svn r6942) WebTranslator2 update to 2006-10-25 21:34:26
miham [Wed, 25 Oct 2006 19:35:09 +0000] rev 4951
(svn r6942) WebTranslator2 update to 2006-10-25 21:34:26
bulgarian - 11 fixed, 5 changed by groupsky (16)
czech - 4 fixed, 3 changed by Hadez (7)
dutch - 1 fixed by habell (1)
galician - 22 fixed by Condex (22)
italian - 2 changed by sidew (2)
swedish - 4 fixed, 2 changed by daishan (6)

Wed, 25 Oct 2006 05:49:41 +0000(svn r6939) WebTranslator2 update to 2006-10-25 07:48:50
miham [Wed, 25 Oct 2006 05:49:41 +0000] rev 4950
(svn r6939) WebTranslator2 update to 2006-10-25 07:48:50
american - 3 fixed by WhiteRabbit (3)
brazilian_portuguese - 3 fixed by tucalipe (3)
bulgarian - 7 fixed, 2 changed by groupsky (9)
catalan - 1 fixed by arnaullv (1)
dutch - 3 fixed by webfreakz (3)
estonian - 3 fixed by vermon (3)
french - 4 fixed by glx (4)
galician - 46 fixed, 4 changed by Condex (50)
german - 5 fixed, 2 changed by Neonox (5), chu (2)
italian - 4 fixed, 3 changed by sidew (7)

Tue, 24 Oct 2006 23:11:40 +0000(svn r6938) -Codechange: Comments, typo, variable naming, whitespace, strecpy and simplification
Darkvater [Tue, 24 Oct 2006 23:11:40 +0000] rev 4949
(svn r6938) -Codechange: Comments, typo, variable naming, whitespace, strecpy and simplification
of order_gui (only disable a single widget if not local player, all others aren't
visible anyways).

Tue, 24 Oct 2006 22:57:44 +0000(svn r6937) -Codechange: Add an InitializeTextBuffer() function that handles setting up the
Darkvater [Tue, 24 Oct 2006 22:57:44 +0000] rev 4948
(svn r6937) -Codechange: Add an InitializeTextBuffer() function that handles setting up the
textbuffer instead of typing it out each and every time.