rubidium
1bf688e5b5
(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.
2007-02-05 14:00:32 +00:00
miham
628527e999
(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)
2007-02-04 18:36:43 +00:00
miham
cf5f19520c
(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)
2007-02-04 18:36:43 +00:00
tron
3690fbcc6e
(svn r8582) -Fix
...
Reorder the attributes of some structs to reduce their size
2007-02-04 13:46:21 +00:00
tron
6b72228df5
(svn r8582) -Fix
...
Reorder the attributes of some structs to reduce their size
2007-02-04 13:46:21 +00:00
KUDr
3d59cf0573
(svn r8576) -Fix: wrong type given to MallocT (VC2003, UNICODE build)
2007-02-04 11:33:02 +00:00
KUDr
ccffde6d7e
(svn r8576) -Fix: wrong type given to MallocT (VC2003, UNICODE build)
2007-02-04 11:33:02 +00:00
rubidium
f38eb4bd8f
(svn r8575) -Fix (8125): remove unused include
2007-02-04 11:31:24 +00:00
rubidium
8b8e41ceb8
(svn r8575) -Fix (8125): remove unused include
2007-02-04 11:31:24 +00:00
KUDr
3f7d1fd2de
(svn r8574) -Fix: Silence VC2003 warning: "compiler limit : terminating debug information emission for enum 'StringIdEnum'"
2007-02-04 11:30:22 +00:00
KUDr
62486a73ed
(svn r8574) -Fix: Silence VC2003 warning: "compiler limit : terminating debug information emission for enum 'StringIdEnum'"
2007-02-04 11:30:22 +00:00
rubidium
9796411a24
(svn r8573) -Cleanup: obey the comment style in stdafx.h.
2007-02-04 11:20:24 +00:00
rubidium
ec058624ad
(svn r8573) -Cleanup: obey the comment style in stdafx.h.
2007-02-04 11:20:24 +00:00
rubidium
3675874113
(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.
2007-02-04 11:14:42 +00:00
rubidium
1945653380
(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.
2007-02-04 11:14:42 +00:00
tron
efea7e8d6d
(svn r8570) -Fix
...
Add a regular constructor and destructor to AirportFTAClass
2007-02-04 10:25:57 +00:00
tron
880412c5fd
(svn r8570) -Fix
...
Add a regular constructor and destructor to AirportFTAClass
2007-02-04 10:25:57 +00:00
peter1138
73ce8ea7f4
(svn r8569) -Fix (r8464): revert properly
2007-02-04 05:53:09 +00:00
peter1138
e724ada674
(svn r8569) -Fix (r8464): revert properly
2007-02-04 05:53:09 +00:00
maedhros
fa22b5f2ae
(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.
2007-02-03 21:55:14 +00:00
maedhros
6c23767d3c
(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.
2007-02-03 21:55:14 +00:00
tron
ab3c3e09d4
(svn r8566) -Fix
...
Remove untranslated strings
2007-02-03 21:13:34 +00:00
tron
b1e3466b1d
(svn r8566) -Fix
...
Remove untranslated strings
2007-02-03 21:13:34 +00:00
tron
fbc368a7d3
(svn r8565) -Fix
...
Fix indentation
2007-02-03 20:15:17 +00:00
tron
d80747fb16
(svn r8565) -Fix
...
Fix indentation
2007-02-03 20:15:17 +00:00
tron
7c06ff3962
(svn r8564) -Fix
...
Remove incorrect empty translations
2007-02-03 20:12:06 +00:00
tron
4b5bed99a2
(svn r8564) -Fix
...
Remove incorrect empty translations
2007-02-03 20:12:06 +00:00
tron
ac04195805
(svn r8563) -Fix
...
Replace very old tabs which should be spaces by spaces
2007-02-03 20:11:10 +00:00
tron
77be0abd3d
(svn r8563) -Fix
...
Replace very old tabs which should be spaces by spaces
2007-02-03 20:11:10 +00:00
miham
d711270ede
(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)
2007-02-03 18:56:42 +00:00
miham
f32a3eb7d6
(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)
2007-02-03 18:56:42 +00:00
tron
f0f86442ad
(svn r8559) -Fix
...
-Codechange: Put the airport movement data into struct AirportFTAClass
2007-02-03 13:03:11 +00:00
tron
1a3b4b7394
(svn r8559) -Fix
...
-Codechange: Put the airport movement data into struct AirportFTAClass
2007-02-03 13:03:11 +00:00
tron
cf5514ce8d
(svn r8550) -Fix
...
Building a vehicle does not involve allocating orders, so do not check whether orders could be allocated
2007-02-03 09:05:43 +00:00
tron
c326ff3795
(svn r8550) -Fix
...
Building a vehicle does not involve allocating orders, so do not check whether orders could be allocated
2007-02-03 09:05:43 +00:00
tron
e2ad9abbca
(svn r8549) -Fix
...
Do not check whether the end of the depot array has been reached when building an aircraft. This cannot happen, just assert it really does not happen
2007-02-03 08:30:22 +00:00
tron
981833751a
(svn r8549) -Fix
...
Do not check whether the end of the depot array has been reached when building an aircraft. This cannot happen, just assert it really does not happen
2007-02-03 08:30:22 +00:00
tron
fc4a53bff0
(svn r8548) -Fix
...
Remove redundant second retrieval of the AircraftVehicleInfo when building an aircraft
2007-02-03 07:54:13 +00:00
tron
c3d971c855
(svn r8548) -Fix
...
Remove redundant second retrieval of the AircraftVehicleInfo when building an aircraft
2007-02-03 07:54:13 +00:00
tron
8679ce4638
(svn r8547) -Fix
...
Remove redundant second retrieval of the station and airport when building an aircraft
2007-02-03 07:47:00 +00:00
tron
feab2ace94
(svn r8547) -Fix
...
Remove redundant second retrieval of the station and airport when building an aircraft
2007-02-03 07:47:00 +00:00
rubidium
2f249e650b
(svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive booleans.
2007-02-02 23:16:58 +00:00
rubidium
500f9a971a
(svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive booleans.
2007-02-02 23:16:58 +00:00
rubidium
e50cc1ae49
(svn r8544) -Codechange: move game list related function/struct declarations to network_gamelist.h
2007-02-02 21:32:58 +00:00
rubidium
9ddd227eb3
(svn r8544) -Codechange: move game list related function/struct declarations to network_gamelist.h
2007-02-02 21:32:58 +00:00
rubidium
fe996cb13d
(svn r8543) -Codechange: make a real difference between querying the server via UDP and TCP.
2007-02-02 21:04:50 +00:00
rubidium
6a820a30d1
(svn r8543) -Codechange: make a real difference between querying the server via UDP and TCP.
2007-02-02 21:04:50 +00:00
rubidium
6fd39ebb7c
(svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more servers are found for slow network connections.
2007-02-02 20:57:03 +00:00
rubidium
07b9d95c3c
(svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more servers are found for slow network connections.
2007-02-02 20:57:03 +00:00
KUDr
5198acfe22
(svn r8540) -Fix[YAPF]: Assert when buoy is placed on NE or NW map edge (Dan)
2007-02-02 20:20:56 +00:00