Fri, 05 Jan 2007 00:39:08 +0000(svn r7843) -Codechange (r7840): left out word 'file' making crash-text look un-english-ish.
Darkvater [Fri, 05 Jan 2007 00:39:08 +0000] rev 5530
(svn r7843) -Codechange (r7840): left out word 'file' making crash-text look un-english-ish.

Thu, 04 Jan 2007 23:49:55 +0000(svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
Darkvater [Thu, 04 Jan 2007 23:49:55 +0000] rev 5529
(svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
text about submitting crash report.

Thu, 04 Jan 2007 21:48:52 +0000(svn r7836) -Codechange: some constness for network/core.
rubidium [Thu, 04 Jan 2007 21:48:52 +0000] rev 5528
(svn r7836) -Codechange: some constness for network/core.

Thu, 04 Jan 2007 21:21:14 +0000(svn r7834) -Codechange: cleanup the includes of network/core a little; include headers in headers when the header needs types/constants defined in them.
rubidium [Thu, 04 Jan 2007 21:21:14 +0000] rev 5527
(svn r7834) -Codechange: cleanup the includes of network/core a little; include headers in headers when the header needs types/constants defined in them.

Thu, 04 Jan 2007 20:33:50 +0000(svn r7833) -Fix (r7829): forgot to add debug.h to the includes.
rubidium [Thu, 04 Jan 2007 20:33:50 +0000] rev 5526
(svn r7833) -Fix (r7829): forgot to add debug.h to the includes.

Thu, 04 Jan 2007 19:24:42 +0000(svn r7831) -Codechange: [NewGRF] Do not mark as unsafe those NewGRFs that set their own parameters (via action D) and/or change only bridge sprite table layouts (action 0, property D).
peter1138 [Thu, 04 Jan 2007 19:24:42 +0000] rev 5525
(svn r7831) -Codechange: [NewGRF] Do not mark as unsafe those NewGRFs that set their own parameters (via action D) and/or change only bridge sprite table layouts (action 0, property D).

Thu, 04 Jan 2007 19:12:45 +0000(svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have to set _network_available only once.
rubidium [Thu, 04 Jan 2007 19:12:45 +0000] rev 5524
(svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have to set _network_available only once.

Thu, 04 Jan 2007 18:50:40 +0000(svn r7829) -Codechange: move the network (core) initialization/shutdown functions into network/core, so the can be reused in the masterserver_updater.
rubidium [Thu, 04 Jan 2007 18:50:40 +0000] rev 5523
(svn r7829) -Codechange: move the network (core) initialization/shutdown functions into network/core, so the can be reused in the masterserver_updater.

Thu, 04 Jan 2007 18:30:28 +0000(svn r7828) WebTranslator2 update to 2007-01-04 19:28:37
miham [Thu, 04 Jan 2007 18:30:28 +0000] rev 5522
(svn r7828) WebTranslator2 update to 2007-01-04 19:28:37
danish - 8 changed by ThomasA (8)
estonian - 101 changed by kristjans (101)
italian - 1 changed by sidew (1)
japanese - 17 fixed, 11 changed by PouncingAnt (28)

Thu, 04 Jan 2007 18:10:40 +0000(svn r7825) -Codechange: make NetworkUDPClose close a single UDP socket. Use NetworkUDPStop to close all opened udp sockets (those were called NetworkUDPClose).
rubidium [Thu, 04 Jan 2007 18:10:40 +0000] rev 5521
(svn r7825) -Codechange: make NetworkUDPClose close a single UDP socket. Use NetworkUDPStop to close all opened udp sockets (those were called NetworkUDPClose).