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()

Thu, 31 Aug 2006 17:42:27 +0000(svn r6282) -Codechange: made a function to create the vehicle list for vehicle list windows
bjarni [Thu, 31 Aug 2006 17:42:27 +0000] rev 4497
(svn r6282) -Codechange: made a function to create the vehicle list for vehicle list windows
this list is also used by mass goto depot to ensure that they use the same vehicles
right now only the list of all vehicles use this for goto depot, but eventually all the types will use this

Thu, 31 Aug 2006 16:29:47 +0000(svn r6281) -Fix (r6186): three settings were accidently removed. Thanks go to Osai for reporting and providing the patch.
rubidium [Thu, 31 Aug 2006 16:29:47 +0000] rev 4496
(svn r6281) -Fix (r6186): three settings were accidently removed. Thanks go to Osai for reporting and providing the patch.