Wed, 07 Feb 2007 18:01:26 +0000(svn r8620) -Fix: buoys on canal tiles do not flood anymore (Maedhros).
rubidium [Wed, 07 Feb 2007 18:01:26 +0000] rev 6205
(svn r8620) -Fix: buoys on canal tiles do not flood anymore (Maedhros).

Wed, 07 Feb 2007 17:52:21 +0000(svn r8619) -Fix: store the ownership of a water tile in the buoy tile and set the ownership of the water tile when the buoy is removed. This solves the issue of removing ownership from canal tiles thus making is possible for other players to remove the canal tile.
rubidium [Wed, 07 Feb 2007 17:52:21 +0000] rev 6204
(svn r8619) -Fix: store the ownership of a water tile in the buoy tile and set the ownership of the water tile when the buoy is removed. This solves the issue of removing ownership from canal tiles thus making is possible for other players to remove the canal tile.

Wed, 07 Feb 2007 13:46:28 +0000(svn r8618) -Fix
tron [Wed, 07 Feb 2007 13:46:28 +0000] rev 6203
(svn r8618) -Fix

Remove redundant assignments. The function call just before already does it

Wed, 07 Feb 2007 08:36:53 +0000(svn r8617) -Fix
tron [Wed, 07 Feb 2007 08:36:53 +0000] rev 6202
(svn r8617) -Fix

Fix harmless typo: s/,/;/

Tue, 06 Feb 2007 21:31:55 +0000(svn r8616) -Update: WebTranslator2 update to 2007-02-06 22:31:04
miham [Tue, 06 Feb 2007 21:31:55 +0000] rev 6201
(svn r8616) -Update: WebTranslator2 update to 2007-02-06 22:31:04
american - 6 fixed by WhiteRabbit (6)
brazilian_portuguese - 11 changed by fukumori (11)
croatian - 29 fixed, 1 changed by tperic (30)
danish - 2 fixed by MiR (2)
dutch - 4 fixed by habell (4)
french - 1 fixed by glx (1)
korean - 18 changed by leejaeuk5 (4), darkttd (14)
russian - 4 fixed, 31 changed by DarkFenX (35)
slovak - 7 fixed by lengyel (7)
traditional_chinese - 2806 fixed by sam0737 (93), cylau0 (412), xbddc (109), thomasau (440), tiberiusteng (1752)
ukrainian - 4 fixed, 1 deleted, 3 changed by mad (8)

Tue, 06 Feb 2007 21:30:40 +0000(svn r8615) [Translations] -Prepare: added traditional chinese to project files as well
miham [Tue, 06 Feb 2007 21:30:40 +0000] rev 6200
(svn r8615) [Translations] -Prepare: added traditional chinese to project files as well

Tue, 06 Feb 2007 21:26:54 +0000(svn r8614) [Translations] -Prepare: prepare committing traditional chinese
miham [Tue, 06 Feb 2007 21:26:54 +0000] rev 6199
(svn r8614) [Translations] -Prepare: prepare committing traditional chinese

Tue, 06 Feb 2007 19:16:38 +0000(svn r8613) -Fix [MorphOS]: offsetof() macro undefined for MorphOS build
KUDr [Tue, 06 Feb 2007 19:16:38 +0000] rev 6198
(svn r8613) -Fix [MorphOS]: offsetof() macro undefined for MorphOS build

Tue, 06 Feb 2007 15:50:15 +0000(svn r8612) -Fix (r117) [FS#582]: When the currently selected player in the performance
maedhros [Tue, 06 Feb 2007 15:50:15 +0000] rev 6197
(svn r8612) -Fix (r117) [FS#582]: When the currently selected player in the performance
details window is no longer active, choose the first active player instead of
the first player as that may also be inactive.

Tue, 06 Feb 2007 15:38:23 +0000(svn r8611) -Fix: Moved the aircraft speed limiting into UpdateAircraftSpeed and enummed some speed limits. This should give a more steady display in the status bar during taxiing
celestar [Tue, 06 Feb 2007 15:38:23 +0000] rev 6196
(svn r8611) -Fix: Moved the aircraft speed limiting into UpdateAircraftSpeed and enummed some speed limits. This should give a more steady display in the status bar during taxiing

Tue, 06 Feb 2007 11:11:12 +0000(svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace window
bjarni [Tue, 06 Feb 2007 11:11:12 +0000] rev 6195
(svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace window
-The user will notice the following changes:
All vehicle types behaves in the same way
Adding/removing an engine (new design and so on) can no longer result in the window selecting a new engine
All valid replacements will be displayed since it looks at refitting options as well (this solves the missing ships with the newships GRF)
Since you can't replace an engine into itself, the engine selected in the left list will no longer appear in the right list

-The code changes:
Instead of looping all engines all the time, each list generates a list like the build windows
This ensures consistent list generation since only one function can loop all engines
Unified code for all vehicle types
It now use the lists to call the drawing code in the build vehicle window
Works on selected EngineIDs instead of selected index in the list

Tue, 06 Feb 2007 09:29:56 +0000(svn r8609) -Fix: a road vehicle that is very close after another (slower) road vehicle gets its speed reset to 0 when entering a tunnel, which causes a traffic jam outside of the tunnel.
rubidium [Tue, 06 Feb 2007 09:29:56 +0000] rev 6194
(svn r8609) -Fix: a road vehicle that is very close after another (slower) road vehicle gets its speed reset to 0 when entering a tunnel, which causes a traffic jam outside of the tunnel.

Tue, 06 Feb 2007 09:25:52 +0000(svn r8608) -Fix: you were unable to build roads in the scenario editor when there is no town 0, even though there are other towns.
rubidium [Tue, 06 Feb 2007 09:25:52 +0000] rev 6193
(svn r8608) -Fix: you were unable to build roads in the scenario editor when there is no town 0, even though there are other towns.

Mon, 05 Feb 2007 21:16:56 +0000(svn r8605) -Codechange: [OSX] changed all objective C to objective C++
bjarni [Mon, 05 Feb 2007 21:16:56 +0000] rev 6192
(svn r8605) -Codechange: [OSX] changed all objective C to objective C++
This will permanently solve the issue where compilation on OSX broke because C++ code was added to some header files

-Note: (important if you develop mac specific code)
taken from http://developer.apple.com/releasenotes/Cocoa/Objective-C++.html
gdb lacks an integrated C++ with Objective-C parser. This means that gdb won't be able to evaluate expressions that contain both C++ and Objective-C constructs.
gdb assumes that the language for ".mm" files is C++.
you can change it to objective C by typing: (gdb) set language objc
Mixing C++ and objective C has some limitation (see link for all of them)

Mon, 05 Feb 2007 14:00:32 +0000(svn r8593) -Fix (FS#564): bridges do not get destroyed when the bridge head gets flooded and there is a vehicle on the bridge. Original patch by KeeperofTheSoul.
rubidium [Mon, 05 Feb 2007 14:00:32 +0000] rev 6191
(svn r8593) -Fix (FS#564): bridges do not get destroyed when the bridge head gets flooded and there is a vehicle on the bridge. Original patch by KeeperofTheSoul.

Sun, 04 Feb 2007 18:36:43 +0000(svn r8588) -Update: WebTranslator2 update to 2007-02-04 19:36:03
miham [Sun, 04 Feb 2007 18:36:43 +0000] rev 6190
(svn r8588) -Update: WebTranslator2 update to 2007-02-04 19:36:03
catalan - 1 fixed by arnaullv (1)
czech - 3 fixed, 12 changed by Hadez (15)
esperanto - 2 fixed by LaPingvino (2)
hungarian - 4 fixed by miham (4)
korean - 8 fixed by leejaeuk5 (8)
portuguese - 2 fixed, 2 changed by izhirahider (4)
russian - 11 fixed, 14 changed by DarkFenX (25)

Sun, 04 Feb 2007 13:46:21 +0000(svn r8582) -Fix
tron [Sun, 04 Feb 2007 13:46:21 +0000] rev 6189
(svn r8582) -Fix

Reorder the attributes of some structs to reduce their size

Sun, 04 Feb 2007 11:33:02 +0000(svn r8576) -Fix: wrong type given to MallocT (VC2003, UNICODE build)
KUDr [Sun, 04 Feb 2007 11:33:02 +0000] rev 6188
(svn r8576) -Fix: wrong type given to MallocT (VC2003, UNICODE build)

Sun, 04 Feb 2007 11:31:24 +0000(svn r8575) -Fix (8125): remove unused include
rubidium [Sun, 04 Feb 2007 11:31:24 +0000] rev 6187
(svn r8575) -Fix (8125): remove unused include

Sun, 04 Feb 2007 11:30:22 +0000(svn r8574) -Fix: Silence VC2003 warning: "compiler limit : terminating debug information emission for enum 'StringIdEnum'"
KUDr [Sun, 04 Feb 2007 11:30:22 +0000] rev 6186
(svn r8574) -Fix: Silence VC2003 warning: "compiler limit : terminating debug information emission for enum 'StringIdEnum'"

Sun, 04 Feb 2007 11:20:24 +0000(svn r8573) -Cleanup: obey the comment style in stdafx.h.
rubidium [Sun, 04 Feb 2007 11:20:24 +0000] rev 6185
(svn r8573) -Cleanup: obey the comment style in stdafx.h.

Sun, 04 Feb 2007 11:14:42 +0000(svn r8572) -Fix: use the C++ version of the Standard C Library headers. This due to the fact that some stl headers will include them anyway and #undef several defines made in stdafx.h.
rubidium [Sun, 04 Feb 2007 11:14:42 +0000] rev 6184
(svn r8572) -Fix: use the C++ version of the Standard C Library headers. This due to the fact that some stl headers will include them anyway and #undef several defines made in stdafx.h.
An example of this is that fopen that we redefine to _wfopen (for Windows Unicode compatability), is reverted to a non-Windows Unicode compatible fopen. This makes it impossible to start openttd with non-ASCII characters in the path or load savegames with non-ASCII characters under Windows.

Sun, 04 Feb 2007 10:25:57 +0000(svn r8570) -Fix
tron [Sun, 04 Feb 2007 10:25:57 +0000] rev 6183
(svn r8570) -Fix

Add a regular constructor and destructor to AirportFTAClass

Sun, 04 Feb 2007 05:53:09 +0000(svn r8569) -Fix (r8464): revert properly
peter1138 [Sun, 04 Feb 2007 05:53:09 +0000] rev 6182
(svn r8569) -Fix (r8464): revert properly

Sat, 03 Feb 2007 21:55:14 +0000(svn r8567) -Feature: Allow upgrading bridges by building a new bridge over the top. (Based on a patch by gigajum)
maedhros [Sat, 03 Feb 2007 21:55:14 +0000] rev 6181
(svn r8567) -Feature: Allow upgrading bridges by building a new bridge over the top. (Based on a patch by gigajum)
- The replacement bridge must be the same transport type, and if it's a rail bridge it must have the same railtype.
- Town owned bridges can also be upgraded, but only to a bridge with a higher top speed.

Sat, 03 Feb 2007 21:13:34 +0000(svn r8566) -Fix
tron [Sat, 03 Feb 2007 21:13:34 +0000] rev 6180
(svn r8566) -Fix

Remove untranslated strings

Sat, 03 Feb 2007 20:15:17 +0000(svn r8565) -Fix
tron [Sat, 03 Feb 2007 20:15:17 +0000] rev 6179
(svn r8565) -Fix

Fix indentation

Sat, 03 Feb 2007 20:12:06 +0000(svn r8564) -Fix
tron [Sat, 03 Feb 2007 20:12:06 +0000] rev 6178
(svn r8564) -Fix

Remove incorrect empty translations

Sat, 03 Feb 2007 20:11:10 +0000(svn r8563) -Fix
tron [Sat, 03 Feb 2007 20:11:10 +0000] rev 6177
(svn r8563) -Fix

Replace very old tabs which should be spaces by spaces

Sat, 03 Feb 2007 18:56:42 +0000(svn r8562) -Update: WebTranslator2 update to 2007-02-03 19:51:53
miham [Sat, 03 Feb 2007 18:56:42 +0000] rev 6176
(svn r8562) -Update: WebTranslator2 update to 2007-02-03 19:51:53
brazilian_portuguese - 1 changed by fukumori (1)
croatian - 78 fixed, 1 changed by tperic (79)
german - 15 changed by Neonox (15)
portuguese - 4 fixed by izhirahider (4)
russian - 10 fixed by DarkFenX (10)
slovenian - 4 fixed by Necrolyte (4)