rubidium [Sun, 02 Dec 2007 15:12:19 +0000] rev 8495
(svn r11557) -Codechange: send and store the passwords a little more secure to/in the servers.
Each server and game yield a (usually) different 'salt'. This salt is used by the clients to hash their passwords. This way the passwords are not sent in clear text and it is not trivial to use those hashes on other servers.
NOTE: It is still NOT safe to use your trusted passwords and it will not stop people from being able to 'hijack' your password, it only makes it harder to do and certainly much less trivial than just dumping passwords from the memory.
rubidium [Sun, 02 Dec 2007 14:48:26 +0000] rev 8494
(svn r11556) -Feature: allow setting a default password for new companies in network games.
rubidium [Sun, 02 Dec 2007 14:29:48 +0000] rev 8493
(svn r11555) -Codechange: use the new members introduced in r11551.
rubidium [Sun, 02 Dec 2007 13:32:41 +0000] rev 8492
(svn r11554) -Codechange: be more consistent with the naming of the widget functions.
rubidium [Sun, 02 Dec 2007 12:10:48 +0000] rev 8491
(svn r11553) -Fix: make a few widget 'accessor' function const when they should be const.
miham [Sun, 02 Dec 2007 11:32:24 +0000] rev 8490
(svn r11552) -Update: WebTranslator2 update to 2007-12-02 12:31:46
czech - 1 fixed by Hadez (1)
french - 15 fixed by glx (15)
galician - 2 fixed by Condex (2)
italian - 15 fixed by lorenzodv (15)
norwegian_bokmal - 6 fixed by jhsoby (6)
russian - 7 fixed by Smoky555 (7)
slovenian - 1 fixed by Necrolyte (1)
spanish - 1 fixed by eusebio (1)
belugas [Sun, 02 Dec 2007 00:59:48 +0000] rev 8489
(svn r11551) -Codechange: Introduction of widget control members on struct Window. These "new" members have the exact same functionalities as their pure functions "genitors"
Ex: "Window::SetWidgetLoweredState(byte widget_index, bool lowered_stat)" is the member corresponding to "SetWindowWidgetLoweredState(Window *w, byte widget_index, bool lowered_stat)"
skidd13 [Sun, 02 Dec 2007 00:53:01 +0000] rev 8488
(svn r11550) -Fix (r11547): Updated the data files regarding to r11549
rubidium [Sat, 01 Dec 2007 21:40:18 +0000] rev 8487
(svn r11547) -Add: signal selection GUI for the ones that really like to use that over CTRL. Patch by BigBB.
belugas [Sat, 01 Dec 2007 14:04:16 +0000] rev 8486
(svn r11546) -Fix[FS#1496]: If ever the air/heli port is suddenly not available while the "chopper" is descending, just go back into flying.
The code should have been better written, but in respect of newgrf_port branch, i prefer minimalist intervention