peter1138 [Wed, 27 Jun 2007 23:40:21 +0000] rev 7101
(svn r10368) -Fix: when renaming waypoints, ownership was only checked client-side, not in the command.
rubidium [Wed, 27 Jun 2007 23:26:40 +0000] rev 7100
(svn r10367) -Fix: do not crash horribly when the file you are trying to load is too short or decompressing it fails.
KUDr [Wed, 27 Jun 2007 22:29:57 +0000] rev 7099
(svn r10366) -Codechange [YAPF]: added DEBUG_YAPF_CACHE macro that (when set to 1) allows to track YAPF "cache errors". They are probably responsible for current MP desyncs. (thanks Rubidium for this great idea!).
I will deal with those errors/desyncs tomorrow.
rubidium [Wed, 27 Jun 2007 22:26:27 +0000] rev 7098
(svn r10365) -Fix: compiling without png and networking support under MSVC.
peter1138 [Wed, 27 Jun 2007 20:53:25 +0000] rev 7097
(svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type.
peter1138 [Wed, 27 Jun 2007 20:40:20 +0000] rev 7096
(svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take account of vehicle group (Matthias Wolf)
rubidium [Wed, 27 Jun 2007 19:00:14 +0000] rev 7095
(svn r10362) -Codechange: make tunnel costs less exponential for (very) long tunnels.
miham [Wed, 27 Jun 2007 18:59:42 +0000] rev 7094
(svn r10361) -Update: WebTranslator2 update to 2007-06-27 20:59:10
brazilian_portuguese - 3 fixed by tucalipe (3)
bulgarian - 5 fixed by thetitan (5)
catalan - 3 fixed by arnaullv (3)
estonian - 6 fixed, 4 changed by vermon (10)
french - 1 fixed by glx (1)
italian - 1 fixed, 17 changed by lorenzodv (18)
norwegian_nynorsk - 20 fixed by pollux (20)
piglatin - 25 fixed by adammw (25)
polish - 5 fixed by meush (5)
slovak - 1 fixed by lengyel (1)
slovenian - 20 fixed by Necrolyte (20)
spanish - 4 fixed, 4 changed by eusebio (8)
ukrainian - 3 fixed, 2 changed by mad (5)
rubidium [Wed, 27 Jun 2007 18:53:24 +0000] rev 7093
(svn r10360) -Fix (r10359): make should always do "make all" by default
rubidium [Wed, 27 Jun 2007 18:50:18 +0000] rev 7092
(svn r10359) -Codechange [FS#935]: add some explanations what the different make "commands" do.