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.
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.
peter1138 [Thu, 26 Oct 2006 19:16:10 +0000] rev 4953
(svn r6948) - Codechange: Clear out all NewGRF file data before loading files again
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)
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)
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)
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).
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.
Darkvater [Tue, 24 Oct 2006 22:40:27 +0000] rev 4947
(svn r6935) -Fix up the languages changed in r6931
Darkvater [Tue, 24 Oct 2006 22:27:10 +0000] rev 4946
(svn r6934) -Cleanup: Some minor cleanup for network_client and removing 'stupid' comment