Tue, 04 Dec 2007 15:32:54 +0000(svn r11567) -Fix [FS#1512] (r11011): break the chain before moving a vehicle after another in the same chain
glx [Tue, 04 Dec 2007 15:32:54 +0000] rev 8007
(svn r11567) -Fix [FS#1512] (r11011): break the chain before moving a vehicle after another in the same chain

Mon, 03 Dec 2007 22:40:18 +0000(svn r11565) -Revert: part of r11564
smatz [Mon, 03 Dec 2007 22:40:18 +0000] rev 8006
(svn r11565) -Revert: part of r11564

Mon, 03 Dec 2007 09:19:19 +0000(svn r11564) -Codechange: Increase the usage of the for_each_bit macro and rename it fitting to the naming style
skidd13 [Mon, 03 Dec 2007 09:19:19 +0000] rev 8005
(svn r11564) -Codechange: Increase the usage of the for_each_bit macro and rename it fitting to the naming style

Sun, 02 Dec 2007 21:43:16 +0000(svn r11563) -Codechange: Align the preprocessor code in stdafx.h with tabs
skidd13 [Sun, 02 Dec 2007 21:43:16 +0000] rev 8004
(svn r11563) -Codechange: Align the preprocessor code in stdafx.h with tabs

Sun, 02 Dec 2007 21:35:44 +0000(svn r11562) -Fix [FS#1503] (r11546): aircraft sometimes stopped mid-air when the airport got destroyed.
rubidium [Sun, 02 Dec 2007 21:35:44 +0000] rev 8003
(svn r11562) -Fix [FS#1503] (r11546): aircraft sometimes stopped mid-air when the airport got destroyed.

Sun, 02 Dec 2007 20:13:12 +0000(svn r11561) -Fix [FS#1504] (r11463): group list was not updated when removing the last group
glx [Sun, 02 Dec 2007 20:13:12 +0000] rev 8002
(svn r11561) -Fix [FS#1504] (r11463): group list was not updated when removing the last group

Sun, 02 Dec 2007 19:23:46 +0000(svn r11560) -Codechange: replace 'custom' version of FindLastBit with the generic.
rubidium [Sun, 02 Dec 2007 19:23:46 +0000] rev 8001
(svn r11560) -Codechange: replace 'custom' version of FindLastBit with the generic.

Sun, 02 Dec 2007 19:21:56 +0000(svn r11559) -Fix [FS#1505]: overflow when drawing graphics with high company values.
rubidium [Sun, 02 Dec 2007 19:21:56 +0000] rev 8000
(svn r11559) -Fix [FS#1505]: overflow when drawing graphics with high company values.

Sun, 02 Dec 2007 15:12:19 +0000(svn r11557) -Codechange: send and store the passwords a little more secure to/in the servers.
rubidium [Sun, 02 Dec 2007 15:12:19 +0000] rev 7999
(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.

Sun, 02 Dec 2007 14:48:26 +0000(svn r11556) -Feature: allow setting a default password for new companies in network games.
rubidium [Sun, 02 Dec 2007 14:48:26 +0000] rev 7998
(svn r11556) -Feature: allow setting a default password for new companies in network games.

Sun, 02 Dec 2007 14:29:48 +0000(svn r11555) -Codechange: use the new members introduced in r11551.
rubidium [Sun, 02 Dec 2007 14:29:48 +0000] rev 7997
(svn r11555) -Codechange: use the new members introduced in r11551.

Sun, 02 Dec 2007 13:32:41 +0000(svn r11554) -Codechange: be more consistent with the naming of the widget functions.
rubidium [Sun, 02 Dec 2007 13:32:41 +0000] rev 7996
(svn r11554) -Codechange: be more consistent with the naming of the widget functions.

Sun, 02 Dec 2007 12:10:48 +0000(svn r11553) -Fix: make a few widget 'accessor' function const when they should be const.
rubidium [Sun, 02 Dec 2007 12:10:48 +0000] rev 7995
(svn r11553) -Fix: make a few widget 'accessor' function const when they should be const.

Sun, 02 Dec 2007 11:32:24 +0000(svn r11552) -Update: WebTranslator2 update to 2007-12-02 12:31:46
miham [Sun, 02 Dec 2007 11:32:24 +0000] rev 7994
(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)

Sun, 02 Dec 2007 00:59:48 +0000(svn r11551) -Codechange: Introduction of widget control members on struct Window. These "new" members have the exact same functionalities as their pure functions "genitors"
belugas [Sun, 02 Dec 2007 00:59:48 +0000] rev 7993
(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)"

Sun, 02 Dec 2007 00:53:01 +0000(svn r11550) -Fix (r11547): Updated the data files regarding to r11549
skidd13 [Sun, 02 Dec 2007 00:53:01 +0000] rev 7992
(svn r11550) -Fix (r11547): Updated the data files regarding to r11549

Sat, 01 Dec 2007 21:40:18 +0000(svn r11547) -Add: signal selection GUI for the ones that really like to use that over CTRL. Patch by BigBB.
rubidium [Sat, 01 Dec 2007 21:40:18 +0000] rev 7991
(svn r11547) -Add: signal selection GUI for the ones that really like to use that over CTRL. Patch by BigBB.

Sat, 01 Dec 2007 14:04:16 +0000(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.
belugas [Sat, 01 Dec 2007 14:04:16 +0000] rev 7990
(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

Sat, 01 Dec 2007 02:59:22 +0000(svn r11545) -Revert(r11543): The result is not what was expected. Looks like more work might be needed
belugas [Sat, 01 Dec 2007 02:59:22 +0000] rev 7989
(svn r11545) -Revert(r11543): The result is not what was expected. Looks like more work might be needed

Sat, 01 Dec 2007 02:47:10 +0000(svn r11544) -Fix [FS#1501]: revert r11453 as it translated cargo when it should not
glx [Sat, 01 Dec 2007 02:47:10 +0000] rev 7988
(svn r11544) -Fix [FS#1501]: revert r11453 as it translated cargo when it should not

Sat, 01 Dec 2007 01:31:05 +0000(svn r11543) -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.
belugas [Sat, 01 Dec 2007 01:31:05 +0000] rev 7987
(svn r11543) -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

Fri, 30 Nov 2007 14:49:13 +0000(svn r11542) -Fix r11540: [OSX] presumed 10.3 style strings when using GetCurrentLocale nomatter what OSX the target was
bjarni [Fri, 30 Nov 2007 14:49:13 +0000] rev 7986
(svn r11542) -Fix r11540: [OSX] presumed 10.3 style strings when using GetCurrentLocale nomatter what OSX the target was

Fri, 30 Nov 2007 14:42:16 +0000(svn r11541) -Fix: [OSX] detect statvfs at runtime (based on OSX version) instead of compile time
bjarni [Fri, 30 Nov 2007 14:42:16 +0000] rev 7985
(svn r11541) -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)

Fri, 30 Nov 2007 13:26:24 +0000(svn r11540) -Fix: [OSX] Don't try to compile the quartz video driver on OSX 10.3. It will fail
bjarni [Fri, 30 Nov 2007 13:26:24 +0000] rev 7984
(svn r11540) -Fix: [OSX] Don't try to compile the quartz video driver on OSX 10.3. It will fail

Thu, 29 Nov 2007 18:27:39 +0000(svn r11539) -Feature: Make the bridge selection window resizable
skidd13 [Thu, 29 Nov 2007 18:27:39 +0000] rev 7983
(svn r11539) -Feature: Make the bridge selection window resizable

Wed, 28 Nov 2007 21:59:06 +0000(svn r11538) -Codechange: Rewrite GetNthSetBit in a more uncontroversial way and add its documentation
skidd13 [Wed, 28 Nov 2007 21:59:06 +0000] rev 7982
(svn r11538) -Codechange: Rewrite GetNthSetBit in a more uncontroversial way and add its documentation

Wed, 28 Nov 2007 15:42:52 +0000(svn r11537) -Codechange: make it much harder to 'accidentally' add savegame conversion code after the window and cache initializations.
rubidium [Wed, 28 Nov 2007 15:42:52 +0000] rev 7981
(svn r11537) -Codechange: make it much harder to 'accidentally' add savegame conversion code after the window and cache initializations.

Wed, 28 Nov 2007 00:41:20 +0000(svn r11536) -Codechange: Align some elements of the _tree_layout_sprite table a little better looking for the eye
belugas [Wed, 28 Nov 2007 00:41:20 +0000] rev 7980
(svn r11536) -Codechange: Align some elements of the _tree_layout_sprite table a little better looking for the eye

Tue, 27 Nov 2007 19:22:08 +0000(svn r11535) -Update: WebTranslator2 update to 2007-11-27 20:21:42
miham [Tue, 27 Nov 2007 19:22:08 +0000] rev 7979
(svn r11535) -Update: WebTranslator2 update to 2007-11-27 20:21:42
ukrainian - 1 fixed by mad (1)

Tue, 27 Nov 2007 17:13:49 +0000(svn r11534) -Feature(newgrf): Implement property 23h for Industries.
belugas [Tue, 27 Nov 2007 17:13:49 +0000] rev 7978
(svn r11534) -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.

Tue, 27 Nov 2007 16:02:13 +0000(svn r11533) -Codechange: Rename some unclear clear_x prices member names.
belugas [Tue, 27 Nov 2007 16:02:13 +0000] rev 7977
(svn r11533) -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.

Tue, 27 Nov 2007 04:16:08 +0000(svn r11532) -Feature[newgrf]: Add decrement(0x0D) / increment(0x0E) production operations from result of production callback cb29/35.
belugas [Tue, 27 Nov 2007 04:16:08 +0000] rev 7976
(svn r11532) -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

Mon, 26 Nov 2007 23:28:29 +0000(svn r11531) -Fix [FS#1459]: version determination did stall (read: never finish) when both svn and git were not installed.
rubidium [Mon, 26 Nov 2007 23:28:29 +0000] rev 7975
(svn r11531) -Fix [FS#1459]: version determination did stall (read: never finish) when both svn and git were not installed.

Mon, 26 Nov 2007 22:56:30 +0000(svn r11530) -Codechange: do not update Tpool->first_free_index for PoolItems allocated on stack
smatz [Mon, 26 Nov 2007 22:56:30 +0000] rev 7974
(svn r11530) -Codechange: do not update Tpool->first_free_index for PoolItems allocated on stack

Mon, 26 Nov 2007 20:14:20 +0000(svn r11529) -Update: WebTranslator2 update to 2007-11-26 21:13:37
miham [Mon, 26 Nov 2007 20:14:20 +0000] rev 7973
(svn r11529) -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)

Mon, 26 Nov 2007 19:23:53 +0000(svn r11528) -Fix (r11500): With smooth economy enabled, industries that should only decrease production would always increase it when more than 60% was transported.
maedhros [Mon, 26 Nov 2007 19:23:53 +0000] rev 7972
(svn r11528) -Fix (r11500): With smooth economy enabled, industries that should only decrease production would always increase it when more than 60% was transported.

Mon, 26 Nov 2007 17:50:22 +0000(svn r11527) -Codechange: Split the bitmath functions of to their own files
skidd13 [Mon, 26 Nov 2007 17:50:22 +0000] rev 7971
(svn r11527) -Codechange: Split the bitmath functions of to their own files

Mon, 26 Nov 2007 16:01:29 +0000(svn r11526) -Codechange: Rename the function delta fitting to the naming style
skidd13 [Mon, 26 Nov 2007 16:01:29 +0000] rev 7970
(svn r11526) -Codechange: Rename the function delta fitting to the naming style

Sun, 25 Nov 2007 20:20:16 +0000(svn r11525) -Fix: do not do all kinds of 'updates' for town, waypoint, station and other signs when you haven't converted the map to the 'current' format as that means you are going to read data in the 'old' format when you assume that it is in the 'current' format.
rubidium [Sun, 25 Nov 2007 20:20:16 +0000] rev 7969
(svn r11525) -Fix: do not do all kinds of 'updates' for town, waypoint, station and other signs when you haven't converted the map to the 'current' format as that means you are going to read data in the 'old' format when you assume that it is in the 'current' format.

Sun, 25 Nov 2007 19:45:09 +0000(svn r11524) -Fix [FS#1485]: assertion when tram reversed at a station.
rubidium [Sun, 25 Nov 2007 19:45:09 +0000] rev 7968
(svn r11524) -Fix [FS#1485]: assertion when tram reversed at a station.

Sun, 25 Nov 2007 15:35:25 +0000(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp cause they depend on Random()
skidd13 [Sun, 25 Nov 2007 15:35:25 +0000] rev 7967
(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp cause they depend on Random()
-Codechange: Convert the CHANCE macros to functions and rename them fitting to the naming style

Sun, 25 Nov 2007 15:17:16 +0000(svn r11522) -Fix: The scrollbar of the network gui could run out of bounds
skidd13 [Sun, 25 Nov 2007 15:17:16 +0000] rev 7966
(svn r11522) -Fix: The scrollbar of the network gui could run out of bounds

Sun, 25 Nov 2007 14:43:16 +0000(svn r11521) -Codechange: [OSX] Check what the running os version is in a cleaner way.
egladil [Sun, 25 Nov 2007 14:43:16 +0000] rev 7965
(svn r11521) -Codechange: [OSX] Check what the running os version is in a cleaner way.

Sun, 25 Nov 2007 12:58:32 +0000(svn r11520) -Fix: [OSX] The cocoa video driver let the mouse cursor escape the window when using rmb scrolling. Thanks ln- for pointing this out and providing a fix.
egladil [Sun, 25 Nov 2007 12:58:32 +0000] rev 7964
(svn r11520) -Fix: [OSX] The cocoa video driver let the mouse cursor escape the window when using rmb scrolling. Thanks ln- for pointing this out and providing a fix.

Sun, 25 Nov 2007 11:36:45 +0000(svn r11519) -Codechange: enumerization and cleanup of NetworkLobbyWindow in network_gui.cpp
smatz [Sun, 25 Nov 2007 11:36:45 +0000] rev 7963
(svn r11519) -Codechange: enumerization and cleanup of NetworkLobbyWindow in network_gui.cpp

Sun, 25 Nov 2007 00:41:31 +0000(svn r11518) -Codechange: enforce (by assert) unused parameters of widgets to be zero. Better readability of DrawWindowWidgets(), too
smatz [Sun, 25 Nov 2007 00:41:31 +0000] rev 7962
(svn r11518) -Codechange: enforce (by assert) unused parameters of widgets to be zero. Better readability of DrawWindowWidgets(), too

Sat, 24 Nov 2007 21:49:49 +0000(svn r11517) -Codechange: better cleanup of NetworkStartServerWindow in network_gui.cpp
smatz [Sat, 24 Nov 2007 21:49:49 +0000] rev 7961
(svn r11517) -Codechange: better cleanup of NetworkStartServerWindow in network_gui.cpp

Sat, 24 Nov 2007 21:41:59 +0000(svn r11516) -Codechange: cleanup of NetworkGameWindow in network_gui.cpp
smatz [Sat, 24 Nov 2007 21:41:59 +0000] rev 7960
(svn r11516) -Codechange: cleanup of NetworkGameWindow in network_gui.cpp

Sat, 24 Nov 2007 18:09:02 +0000(svn r11515) -Codechange: cleanup of NetworkStartServerWindow in network_gui.cpp
smatz [Sat, 24 Nov 2007 18:09:02 +0000] rev 7959
(svn r11515) -Codechange: cleanup of NetworkStartServerWindow in network_gui.cpp

Sat, 24 Nov 2007 14:03:47 +0000(svn r11514) -Change: implement the automatic multiplier handler for NewGRF industries.
rubidium [Sat, 24 Nov 2007 14:03:47 +0000] rev 7958
(svn r11514) -Change: implement the automatic multiplier handler for NewGRF industries.

Sat, 24 Nov 2007 13:50:29 +0000(svn r11513) -Codechange: enumerize some depot GUI actions
smatz [Sat, 24 Nov 2007 13:50:29 +0000] rev 7957
(svn r11513) -Codechange: enumerize some depot GUI actions

Sat, 24 Nov 2007 13:00:32 +0000(svn r11512) -Change: make the subsidy window able to resize to something smaller than 640x127 (especially the 640 part) when the screen is really too small.
rubidium [Sat, 24 Nov 2007 13:00:32 +0000] rev 7956
(svn r11512) -Change: make the subsidy window able to resize to something smaller than 640x127 (especially the 640 part) when the screen is really too small.

Sat, 24 Nov 2007 12:36:52 +0000(svn r11511) -Revert parts of r11505: forgot that CTRL might be used for other features, like adjacent stations or signals.
rubidium [Sat, 24 Nov 2007 12:36:52 +0000] rev 7955
(svn r11511) -Revert parts of r11505: forgot that CTRL might be used for other features, like adjacent stations or signals.

Sat, 24 Nov 2007 10:38:43 +0000(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
skidd13 [Sat, 24 Nov 2007 10:38:43 +0000] rev 7954
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style

Sat, 24 Nov 2007 10:19:56 +0000(svn r11509) -Fix: off-by-one error in some sprite numbers; increase sprite number counter before loading the next sprite instead of after doing so.
rubidium [Sat, 24 Nov 2007 10:19:56 +0000] rev 7953
(svn r11509) -Fix: off-by-one error in some sprite numbers; increase sprite number counter before loading the next sprite instead of after doing so.

Sat, 24 Nov 2007 09:55:17 +0000(svn r11508) -Cleanup: Removed unused headers from the cocoa video driver.
egladil [Sat, 24 Nov 2007 09:55:17 +0000] rev 7952
(svn r11508) -Cleanup: Removed unused headers from the cocoa video driver.

Sat, 24 Nov 2007 09:27:20 +0000(svn r11507) -Fix [FS#1463]: signs totally illegible when transparant signs is turned on and zoomed out more than one level.
rubidium [Sat, 24 Nov 2007 09:27:20 +0000] rev 7951
(svn r11507) -Fix [FS#1463]: signs totally illegible when transparant signs is turned on and zoomed out more than one level.

Sat, 24 Nov 2007 09:14:58 +0000(svn r11506) -Fix [FS#1471]: selling vehicles could cause the window of others to scroll to that location.
rubidium [Sat, 24 Nov 2007 09:14:58 +0000] rev 7950
(svn r11506) -Fix [FS#1471]: selling vehicles could cause the window of others to scroll to that location.

Sat, 24 Nov 2007 08:56:29 +0000(svn r11505) -Fix/Feature: make CTRL work on all road/rail construction options that 'work' with the 'Bulldozer' button instead of only a few.
rubidium [Sat, 24 Nov 2007 08:56:29 +0000] rev 7949
(svn r11505) -Fix/Feature: make CTRL work on all road/rail construction options that 'work' with the 'Bulldozer' button instead of only a few.

Sat, 24 Nov 2007 08:45:04 +0000(svn r11504) -Fix [FS#1467]: removing docks/ship depots could result in non-canal water where canals should have been build.
rubidium [Sat, 24 Nov 2007 08:45:04 +0000] rev 7948
(svn r11504) -Fix [FS#1467]: removing docks/ship depots could result in non-canal water where canals should have been build.