Thu, 12 Oct 2006 14:48:36 +0000(svn r6753) -Codechange: Move some function declerations from functions.h into network.h
Darkvater [Thu, 12 Oct 2006 14:48:36 +0000] rev 4829
(svn r6753) -Codechange: Move some function declerations from functions.h into network.h
and let NetworkDisconnect handle all shutdown related operations.

Thu, 12 Oct 2006 14:42:00 +0000(svn r6752) -Codechange: Move command functions from messy functions.h into command.h
Darkvater [Thu, 12 Oct 2006 14:42:00 +0000] rev 4828
(svn r6752) -Codechange: Move command functions from messy functions.h into command.h

Thu, 12 Oct 2006 14:31:42 +0000(svn r6751) -Fix: Add option to enable/disable network support. Default is on
Darkvater [Thu, 12 Oct 2006 14:31:42 +0000] rev 4827
(svn r6751) -Fix: Add option to enable/disable network support. Default is on

Thu, 12 Oct 2006 14:13:39 +0000(svn r6750) -Codechange: Juggle around some header includes as they're only used when
Darkvater [Thu, 12 Oct 2006 14:13:39 +0000] rev 4826
(svn r6750) -Codechange: Juggle around some header includes as they're only used when
networking is enabled.

Thu, 12 Oct 2006 13:46:45 +0000(svn r6749) WebTranslator2 update to 2006-10-12 15:46:08
miham [Thu, 12 Oct 2006 13:46:45 +0000] rev 4825
(svn r6749) WebTranslator2 update to 2006-10-12 15:46:08
brazilian_portuguese - 15 fixed by tucalipe (15)
bulgarian - 2 changed by groupsky (2)
catalan - 2 changed by arnaullv (2)
finnish - 22 changed by kerba (22)
german - 7 fixed by Neonox (7)
slovak - 9 fixed by lengyel (9)

Thu, 12 Oct 2006 11:42:57 +0000(svn r6748) -Codechange: Use already existing function to count active players.
Darkvater [Thu, 12 Oct 2006 11:42:57 +0000] rev 4824
(svn r6748) -Codechange: Use already existing function to count active players.

Thu, 12 Oct 2006 11:30:16 +0000(svn r6747) -Revert wrongly committed english strings.
Darkvater [Thu, 12 Oct 2006 11:30:16 +0000] rev 4823
(svn r6747) -Revert wrongly committed english strings.

Thu, 12 Oct 2006 11:27:37 +0000(svn r6746) -Codechange: Remove the need for double strings in "checkmarked" items. While
Darkvater [Thu, 12 Oct 2006 11:27:37 +0000] rev 4822
(svn r6746) -Codechange: Remove the need for double strings in "checkmarked" items. While
here have a little go at the MenuWndProc() function for a little cleanup.

Thu, 12 Oct 2006 10:52:24 +0000(svn r6745) -Codechange: Have the dropdown menus fall fully inside the top toolbar. So
Darkvater [Thu, 12 Oct 2006 10:52:24 +0000] rev 4821
(svn r6745) -Codechange: Have the dropdown menus fall fully inside the top toolbar. So
normally they will start at the left side of the parent button except when
they would stick out, then align with the top toolbar's right side. This
also means the extra parameter 'x' is not needed, it is deducted from the
widget position.

Thu, 12 Oct 2006 10:43:14 +0000(svn r6744) -Fix: Determine the length of the main toolbar dropdown list based
Darkvater [Thu, 12 Oct 2006 10:43:14 +0000] rev 4820
(svn r6744) -Fix: Determine the length of the main toolbar dropdown list based
on the length of the strings in that list.