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.

Thu, 31 Aug 2006 15:57:38 +0000(svn r6280) -Codechange: Use the same naming for trains as for other vehicles:
Darkvater [Thu, 31 Aug 2006 15:57:38 +0000] rev 4495
(svn r6280) -Codechange: Use the same naming for trains as for other vehicles:
CMD_SEND_TRAIN_TO_DEPOT instead of CMD_TRAIN_GOTO_DEPOT

Thu, 31 Aug 2006 15:28:11 +0000(svn r6279) -Codechange (r1525): Use proper const pointers for functions that do not change them .
Darkvater [Thu, 31 Aug 2006 15:28:11 +0000] rev 4494
(svn r6279) -Codechange (r1525): Use proper const pointers for functions that do not change them .