Tue, 03 Jun 2008 10:22:42 +0000(svn r13372) -Cleanup: Excessive whitespace
peter1138 [Tue, 03 Jun 2008 10:22:42 +0000] rev 10821
(svn r13372) -Cleanup: Excessive whitespace

Tue, 03 Jun 2008 09:58:13 +0000(svn r13371) -Fix (r4510 ... r12924): Engine array size is not related to the ID used when setting a vehicle's name (it is vehicle type specific). Instead just test for a generic string.
peter1138 [Tue, 03 Jun 2008 09:58:13 +0000] rev 10820
(svn r13371) -Fix (r4510 ... r12924): Engine array size is not related to the ID used when setting a vehicle's name (it is vehicle type specific). Instead just test for a generic string.

Tue, 03 Jun 2008 08:06:58 +0000(svn r13370) -Codechange: move the VARDEF stuff from openttd.h to variables.h so one doesn't need to include openttd.h before variables.h.
rubidium [Tue, 03 Jun 2008 08:06:58 +0000] rev 10819
(svn r13370) -Codechange: move the VARDEF stuff from openttd.h to variables.h so one doesn't need to include openttd.h before variables.h.

Tue, 03 Jun 2008 08:04:35 +0000(svn r13369) -Codechange: remove duplication of network configuration settings between NetworkSettings and NetworkGameInfo.
rubidium [Tue, 03 Jun 2008 08:04:35 +0000] rev 10818
(svn r13369) -Codechange: remove duplication of network configuration settings between NetworkSettings and NetworkGameInfo.
-Fix: failure of changing the server password during games because the password wasn't duplicated properly.

Tue, 03 Jun 2008 03:06:16 +0000(svn r13368) -Codechange: give house's min/max_date a better name, as it is really year, not date
belugas [Tue, 03 Jun 2008 03:06:16 +0000] rev 10817
(svn r13368) -Codechange: give house's min/max_date a better name, as it is really year, not date

Tue, 03 Jun 2008 02:20:27 +0000(svn r13367) -Codechange: Allow CircularTileSearch function to return the tile where search has been successful, or INVALID_TILE if it has not
belugas [Tue, 03 Jun 2008 02:20:27 +0000] rev 10816
(svn r13367) -Codechange: Allow CircularTileSearch function to return the tile where search has been successful, or INVALID_TILE if it has not

Tue, 03 Jun 2008 00:23:54 +0000(svn r13366) -Fix: clicking in the Subsidies window was broken
smatz [Tue, 03 Jun 2008 00:23:54 +0000] rev 10815
(svn r13366) -Fix: clicking in the Subsidies window was broken

Mon, 02 Jun 2008 23:01:57 +0000(svn r13365) -Fix: don't segfault on trying to set a non-existing patch setting.
rubidium [Mon, 02 Jun 2008 23:01:57 +0000] rev 10814
(svn r13365) -Fix: don't segfault on trying to set a non-existing patch setting.

Mon, 02 Jun 2008 19:52:41 +0000(svn r13364) -Codechange: Refactor action 3 mapping to use grf_load_*() instead of direct byte array access.
peter1138 [Mon, 02 Jun 2008 19:52:41 +0000] rev 10813
(svn r13364) -Codechange: Refactor action 3 mapping to use grf_load_*() instead of direct byte array access.

Mon, 02 Jun 2008 19:35:30 +0000(svn r13363) -Codechange: Code duplication tidy up
peter1138 [Mon, 02 Jun 2008 19:35:30 +0000] rev 10812
(svn r13363) -Codechange: Code duplication tidy up