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

Thu, 31 Aug 2006 22:07:49 +0000(svn r6288) -Regression: Restore automatic language detection, which was broken in r4886 when the language codes got extended
tron [Thu, 31 Aug 2006 22:07:49 +0000] rev 4503
(svn r6288) -Regression: Restore automatic language detection, which was broken in r4886 when the language codes got extended

Thu, 31 Aug 2006 20:51:33 +0000(svn r6287) -Codechange: Remove a redundant check
tron [Thu, 31 Aug 2006 20:51:33 +0000] rev 4502
(svn r6287) -Codechange: Remove a redundant check

Thu, 31 Aug 2006 20:06:31 +0000(svn r6286) Nobody cares for the return value of GetAvailableVideoMode(), therefore remove it
tron [Thu, 31 Aug 2006 20:06:31 +0000] rev 4501
(svn r6286) Nobody cares for the return value of GetAvailableVideoMode(), therefore remove it

Thu, 31 Aug 2006 19:29:24 +0000(svn r6285) -Fix r6143: of course deleting a waypoint should call the Delete wrapper, not the Destroy function (/me slaps hisself)
truelight [Thu, 31 Aug 2006 19:29:24 +0000] rev 4500
(svn r6285) -Fix r6143: of course deleting a waypoint should call the Delete wrapper, not the Destroy function (/me slaps hisself)

Thu, 31 Aug 2006 19:15:01 +0000(svn r6284) -Code Cleanup r6282: cleaned up the code a bit
bjarni [Thu, 31 Aug 2006 19:15:01 +0000] rev 4499
(svn r6284) -Code Cleanup r6282: cleaned up the code a bit

Thu, 31 Aug 2006 18:33:05 +0000(svn r6283) -Code cleanup: fixed wrong indent in PlayerVehWndProc()
bjarni [Thu, 31 Aug 2006 18:33:05 +0000] rev 4498
(svn r6283) -Code cleanup: fixed wrong indent in PlayerVehWndProc()