Fri, 01 Sep 2006 13:48:43 +0000(svn r6298) -Fix(r6297): add network_gui.h to MSVC projetc files
glx [Fri, 01 Sep 2006 13:48:43 +0000] rev 4513
(svn r6298) -Fix(r6297): add network_gui.h to MSVC projetc files

Fri, 01 Sep 2006 13:35:43 +0000(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to
tron [Fri, 01 Sep 2006 13:35:43 +0000] rev 4512
(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to

Fri, 01 Sep 2006 13:18:53 +0000(svn r6296) -Fix (r6186): some more (YAPF) settings were affected by accident. Thanks to mart3p for noticing (and to SVN for failing to mark the changes as conflicts).
rubidium [Fri, 01 Sep 2006 13:18:53 +0000] rev 4511
(svn r6296) -Fix (r6186): some more (YAPF) settings were affected by accident. Thanks to mart3p for noticing (and to SVN for failing to mark the changes as conflicts).

Fri, 01 Sep 2006 12:37:03 +0000(svn r6295) -Feature: using goto depot with a different control selection will now alter the service/stopping in depot flag instead of cancelling the goto depot order
bjarni [Fri, 01 Sep 2006 12:37:03 +0000] rev 4510
(svn r6295) -Feature: using goto depot with a different control selection will now alter the service/stopping in depot flag instead of cancelling the goto depot order

Fri, 01 Sep 2006 11:01:44 +0000(svn r6294) -Cleanup: Add static
tron [Fri, 01 Sep 2006 11:01:44 +0000] rev 4509
(svn r6294) -Cleanup: Add static

Fri, 01 Sep 2006 10:37:27 +0000(svn r6293) -Codechange: Simply use KMOD_CTRL instead of KMOD_LCTRL | KMOD_RCTRL, same for KMOD_SHIFT
tron [Fri, 01 Sep 2006 10:37:27 +0000] rev 4508
(svn r6293) -Codechange: Simply use KMOD_CTRL instead of KMOD_LCTRL | KMOD_RCTRL, same for KMOD_SHIFT

Fri, 01 Sep 2006 10:29:40 +0000(svn r6292) -Cleanup: Indentation, bracing, etc.
tron [Fri, 01 Sep 2006 10:29:40 +0000] rev 4507
(svn r6292) -Cleanup: Indentation, bracing, etc.

Fri, 01 Sep 2006 10:24:15 +0000(svn r6291) -Feature: Vehicle lists from the station window now also got the goto depot button
bjarni [Fri, 01 Sep 2006 10:24:15 +0000] rev 4506
(svn r6291) -Feature: Vehicle lists from the station window now also got the goto depot button
-Codechange: unified the code for mass goto depot to avoid duplicated code
-Fix: Vehicles already on the way to depots will not be cancelled by mass goto depot (made it really hard to send all vehicles at once)

Fri, 01 Sep 2006 08:06:11 +0000(svn r6290) -Feature: When automatically detecting the language try to first match language+territory (e.g. de_CH), then just language (e.g. de) and fall back to en_GB otherwise
tron [Fri, 01 Sep 2006 08:06:11 +0000] rev 4505
(svn r6290) -Feature: When automatically detecting the language try to first match language+territory (e.g. de_CH), then just language (e.g. de) and fall back to en_GB otherwise

Fri, 01 Sep 2006 02:56:02 +0000(svn r6289) -Fix(r6108) : case 0x48 (generic text) should not have been set over newstations.
belugas [Fri, 01 Sep 2006 02:56:02 +0000] rev 4504
(svn r6289) -Fix(r6108) : case 0x48 (generic text) should not have been set over newstations.
It grabbed everyting. Instead, we are now using ids for that purpose, 0xC9, oxD0, 0xDC (FS#304 by Osai)
- Protect newgrf text from entries of 1 char and fewer
- Protect currency name from an overrun of ids
Thanks to glx