Darkvater [Tue, 24 Oct 2006 22:27:10 +0000] rev 4946
(svn r6934) -Cleanup: Some minor cleanup for network_client and removing 'stupid' comment
Darkvater [Tue, 24 Oct 2006 22:26:20 +0000] rev 4945
(svn r6933) -Feature: Allow spectators to speak to eachother (team)
Darkvater [Tue, 24 Oct 2006 22:23:08 +0000] rev 4944
(svn r6932) -Codechange: Send server messages with format NETWORK_ACTION_SERVER_MESSAGE so it is
general colour like the rest of the server messages. Spectators speak in grey.
Darkvater [Tue, 24 Oct 2006 22:19:12 +0000] rev 4943
(svn r6931) -Codechange: Change textmessage format a bit. Only the sender's name and target are
in the sender's colour, the actual message is in white. Should improve readability.
belugas [Tue, 24 Oct 2006 19:19:25 +0000] rev 4942
(svn r6930) -Codechange: Move industry name into IndustrySpec
-Codechange: member color_map is more related to random color, rename it as such
miham [Tue, 24 Oct 2006 16:39:48 +0000] rev 4941
(svn r6928) WebTranslator2 update to 2006-10-24 18:38:04
bulgarian - 523 fixed, 13 changed by groupsky (536)
catalan - 3 fixed by arnaullv (3)
polish - 3 fixed by meush (3)
turkish - 7 fixed by jnmbk (7)
Darkvater [Tue, 24 Oct 2006 16:28:34 +0000] rev 4940
(svn r6927) -Codechange: No need to explicitly cast a boolean to a boolean and move draw_default
goto outside of switch statement.
Darkvater [Tue, 24 Oct 2006 16:27:18 +0000] rev 4939
(svn r6926) -Codechange: Rename WWT_4 to WWT_TEXTBTN_2 and WWT_6 to WWT_INSET (credits to peter1138
for the aptly found name)
-Codechange: Remove the explicit numbering from WindowWidgetTypes
Darkvater [Tue, 24 Oct 2006 14:15:17 +0000] rev 4938
(svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL is only plain panel,
WWT_IMGBTN must contain an image for drawing. Renamed WWT_PANEL_2 to WWT_IMGBTN_2
because that is what it is. Added WWT_PUSHBTN that is either just a pushable button,
or a textbutton, which text's drawn dynamically independent of widget.
Darkvater [Tue, 24 Oct 2006 13:20:54 +0000] rev 4937
(svn r6924) -Codechange: Give the last (in the widget arrays at least) sprites meaningful names.