------------------------------------------------------------------------ r11576 | smatz | 2007-12-05 17:08:10 +0000 (Wed, 05 Dec 2007) | 1 line -Codechange: enumerize and comment station GUI ------------------------------------------------------------------------ r11575 | smatz | 2007-12-05 16:55:33 +0000 (Wed, 05 Dec 2007) | 1 line -Fix [FS#1502]: widget numbers of StationViewWindow were incorrect at some places ------------------------------------------------------------------------ r11574 | smatz | 2007-12-05 00:16:20 +0000 (Wed, 05 Dec 2007) | 1 line -Fix: flood train stations when there are no trains on border tiles too (when non-uniform stations are OFF) ------------------------------------------------------------------------ r11573 | rubidium | 2007-12-04 22:50:07 +0000 (Tue, 04 Dec 2007) | 2 lines -Codechange: pause games that miss GRFs by default and throw some warnings and disclaimers when you want to unpause it. ------------------------------------------------------------------------ r11572 | glx | 2007-12-04 22:22:50 +0000 (Tue, 04 Dec 2007) | 1 line -Fix [FS#1494]: reinitialise windows system before loading a savegame ------------------------------------------------------------------------ r11571 | rubidium | 2007-12-04 21:53:09 +0000 (Tue, 04 Dec 2007) | 2 lines -Fix [FS#1493]: road vehicle getting to the wrong side of a station when trying to overtake in there. ------------------------------------------------------------------------ r11570 | smatz | 2007-12-04 21:39:03 +0000 (Tue, 04 Dec 2007) | 1 line -Fix: do not flood rail station tiles when there is a vehicle on it (when non-uniform stations are ON) ------------------------------------------------------------------------ r11569 | rubidium | 2007-12-04 18:42:08 +0000 (Tue, 04 Dec 2007) | 2 lines -Fix [FS#1480]: full paths sometimes did not work correctly. ------------------------------------------------------------------------ r11568 | belugas | 2007-12-04 17:51:50 +0000 (Tue, 04 Dec 2007) | 1 line -Codechange: Use bit shifts instead of values for flags. It helps readability a little bit. ------------------------------------------------------------------------ r11567 | glx | 2007-12-04 15:32:54 +0000 (Tue, 04 Dec 2007) | 1 line -Fix [FS#1512] (r11011): break the chain before moving a vehicle after another in the same chain ------------------------------------------------------------------------ r11565 | smatz | 2007-12-03 22:40:18 +0000 (Mon, 03 Dec 2007) | 1 line -Revert: part of r11564 ------------------------------------------------------------------------ r11564 | skidd13 | 2007-12-03 09:19:19 +0000 (Mon, 03 Dec 2007) | 2 lines -Codechange: Increase the usage of the for_each_bit macro and rename it fitting to the naming style ------------------------------------------------------------------------ r11563 | skidd13 | 2007-12-02 21:43:16 +0000 (Sun, 02 Dec 2007) | 2 lines -Codechange: Align the preprocessor code in stdafx.h with tabs ------------------------------------------------------------------------ r11562 | rubidium | 2007-12-02 21:35:44 +0000 (Sun, 02 Dec 2007) | 2 lines -Fix [FS#1503] (r11546): aircraft sometimes stopped mid-air when the airport got destroyed. ------------------------------------------------------------------------ r11561 | glx | 2007-12-02 20:13:12 +0000 (Sun, 02 Dec 2007) | 1 line -Fix [FS#1504] (r11463): group list was not updated when removing the last group ------------------------------------------------------------------------ r11560 | rubidium | 2007-12-02 19:23:46 +0000 (Sun, 02 Dec 2007) | 2 lines -Codechange: replace 'custom' version of FindLastBit with the generic. ------------------------------------------------------------------------ r11559 | rubidium | 2007-12-02 19:21:56 +0000 (Sun, 02 Dec 2007) | 2 lines -Fix [FS#1505]: overflow when drawing graphics with high company values. ------------------------------------------------------------------------ r11557 | rubidium | 2007-12-02 15:12:19 +0000 (Sun, 02 Dec 2007) | 4 lines -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. ------------------------------------------------------------------------ r11556 | rubidium | 2007-12-02 14:48:26 +0000 (Sun, 02 Dec 2007) | 2 lines -Feature: allow setting a default password for new companies in network games. ------------------------------------------------------------------------ r11555 | rubidium | 2007-12-02 14:29:48 +0000 (Sun, 02 Dec 2007) | 2 lines -Codechange: use the new members introduced in r11551. ------------------------------------------------------------------------ r11554 | rubidium | 2007-12-02 13:32:41 +0000 (Sun, 02 Dec 2007) | 2 lines -Codechange: be more consistent with the naming of the widget functions. ------------------------------------------------------------------------ r11553 | rubidium | 2007-12-02 12:10:48 +0000 (Sun, 02 Dec 2007) | 2 lines -Fix: make a few widget 'accessor' function const when they should be const. ------------------------------------------------------------------------ r11552 | miham | 2007-12-02 11:32:24 +0000 (Sun, 02 Dec 2007) | 10 lines -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) ------------------------------------------------------------------------ r11551 | belugas | 2007-12-02 00:59:48 +0000 (Sun, 02 Dec 2007) | 3 lines -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)" ------------------------------------------------------------------------ r11550 | skidd13 | 2007-12-02 00:53:01 +0000 (Sun, 02 Dec 2007) | 2 lines -Fix (r11547): Updated the data files regarding to r11549 ------------------------------------------------------------------------ r11547 | rubidium | 2007-12-01 21:40:18 +0000 (Sat, 01 Dec 2007) | 2 lines -Add: signal selection GUI for the ones that really like to use that over CTRL. Patch by BigBB. ------------------------------------------------------------------------ r11546 | belugas | 2007-12-01 14:04:16 +0000 (Sat, 01 Dec 2007) | 2 lines -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 ------------------------------------------------------------------------ r11545 | belugas | 2007-12-01 02:59:22 +0000 (Sat, 01 Dec 2007) | 1 line -Revert(r11543): The result is not what was expected. Looks like more work might be needed ------------------------------------------------------------------------ r11544 | glx | 2007-12-01 02:47:10 +0000 (Sat, 01 Dec 2007) | 1 line -Fix [FS#1501]: revert r11453 as it translated cargo when it should not ------------------------------------------------------------------------ r11543 | belugas | 2007-12-01 01:31:05 +0000 (Sat, 01 Dec 2007) | 2 lines -Codechange: Give a more adequate message when trying to place an industry required to be built over a house on any other type of tiles. In reference to FS#1492, and other "bugs" like that one ------------------------------------------------------------------------ r11542 | bjarni | 2007-11-30 14:49:13 +0000 (Fri, 30 Nov 2007) | 2 lines -Fix r11540: [OSX] presumed 10.3 style strings when using GetCurrentLocale nomatter what OSX the target was ------------------------------------------------------------------------ r11541 | bjarni | 2007-11-30 14:42:16 +0000 (Fri, 30 Nov 2007) | 3 lines -Fix: [OSX] detect statvfs at runtime (based on OSX version) instead of compile time This should prevent a crash on OSX 10.3 with the precompiled binaries (in the load/save windows) ------------------------------------------------------------------------ r11540 | bjarni | 2007-11-30 13:26:24 +0000 (Fri, 30 Nov 2007) | 2 lines -Fix: [OSX] Don't try to compile the quartz video driver on OSX 10.3. It will fail ------------------------------------------------------------------------ r11539 | skidd13 | 2007-11-29 18:27:39 +0000 (Thu, 29 Nov 2007) | 2 lines -Feature: Make the bridge selection window resizable ------------------------------------------------------------------------ r11538 | skidd13 | 2007-11-28 21:59:06 +0000 (Wed, 28 Nov 2007) | 2 lines -Codechange: Rewrite GetNthSetBit in a more uncontroversial way and add its documentation ------------------------------------------------------------------------