------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ r11537 | rubidium | 2007-11-28 15:42:52 +0000 (Wed, 28 Nov 2007) | 2 lines -Codechange: make it much harder to 'accidentally' add savegame conversion code after the window and cache initializations. ------------------------------------------------------------------------ r11536 | belugas | 2007-11-28 00:41:20 +0000 (Wed, 28 Nov 2007) | 1 line -Codechange: Align some elements of the _tree_layout_sprite table a little better looking for the eye ------------------------------------------------------------------------ r11535 | miham | 2007-11-27 19:22:08 +0000 (Tue, 27 Nov 2007) | 3 lines -Update: WebTranslator2 update to 2007-11-27 20:21:42 ukrainian - 1 fixed by mad (1) ------------------------------------------------------------------------ r11534 | belugas | 2007-11-27 17:13:49 +0000 (Tue, 27 Nov 2007) | 5 lines -Feature(newgrf): Implement property 23h for Industries. This will add a cost to the removal of an industry using the cheat magic bulldozer. Note that the removal of regular or newgrf industries without specified removal cost will have no cost applied to. This is a difference from original spec, where a default base cost is added. ------------------------------------------------------------------------ r11533 | belugas | 2007-11-27 16:02:13 +0000 (Tue, 27 Nov 2007) | 4 lines -Codechange: Rename some unclear clear_x prices member names. While at it, remove one unused entry on the clear_price_table array. It is based on ground type, and the unused one was referencing a non existing one. ------------------------------------------------------------------------ r11532 | belugas | 2007-11-27 04:16:08 +0000 (Tue, 27 Nov 2007) | 2 lines -Feature[newgrf]: Add decrement(0x0D) / increment(0x0E) production operations from result of production callback cb29/35. Only var 0x93 will be affected by these operations ------------------------------------------------------------------------ r11531 | rubidium | 2007-11-26 23:28:29 +0000 (Mon, 26 Nov 2007) | 2 lines -Fix [FS#1459]: version determination did stall (read: never finish) when both svn and git were not installed. ------------------------------------------------------------------------ r11530 | smatz | 2007-11-26 22:56:30 +0000 (Mon, 26 Nov 2007) | 1 line -Codechange: do not update Tpool->first_free_index for PoolItems allocated on stack ------------------------------------------------------------------------ r11529 | miham | 2007-11-26 20:14:20 +0000 (Mon, 26 Nov 2007) | 10 lines -Update: WebTranslator2 update to 2007-11-26 21:13:37 brazilian_portuguese - 1 fixed by fukumori (1) catalan - 1 fixed, 2 changed by arnaullv (3) dutch - 1 fixed by habell (1) french - 1 fixed, 1 changed by glx (2) italian - 1 fixed by lorenzodv (1) lithuanian - 4 fixed by Domas (4) slovak - 1 fixed, 1 changed by lengyel (2) ukrainian - 5 fixed by mad (5) ------------------------------------------------------------------------ r11528 | maedhros | 2007-11-26 19:23:53 +0000 (Mon, 26 Nov 2007) | 2 lines -Fix (r11500): With smooth economy enabled, industries that should only decrease production would always increase it when more than 60% was transported. ------------------------------------------------------------------------