0dde0a7585
(svn r20138) -Change: also put the base set version number in the crash log
rubidium
2010-07-14 09:06:41 +00:00
a690872333
(svn r20138) -Change: also put the base set version number in the crash log
rubidium
2010-07-14 09:06:41 +00:00
01e0792b91
(svn r20137) -Fix [FS#3945]: desync due to (temporary) wrong railtype; when loading a savegame the railtype of some (high ID) trains could be wrong. After loading the vehicle data in the trains are updated, but after that the "electrification" checks are done which can change the "global" vehicle data. However, this update is not propagated to the vehicles until the consist is updated, e.g. turning around and going to a depot. This makes some of the trains of a just joined client run as non-electrified trains which can cause it to take a wrong path or to not (randomly) show the electric sparks.
rubidium
2010-07-13 23:33:31 +00:00
4f7ad57c98
(svn r20137) -Fix [FS#3945]: desync due to (temporary) wrong railtype; when loading a savegame the railtype of some (high ID) trains could be wrong. After loading the vehicle data in the trains are updated, but after that the "electrification" checks are done which can change the "global" vehicle data. However, this update is not propagated to the vehicles until the consist is updated, e.g. turning around and going to a depot. This makes some of the trains of a just joined client run as non-electrified trains which can cause it to take a wrong path or to not (randomly) show the electric sparks.
rubidium
2010-07-13 23:33:31 +00:00
4975f5a94c
(svn r20136) -Codechange: check more of the vehicle caches (when desync debug is turned on)
rubidium
2010-07-13 20:12:44 +00:00
59fa346cbf
(svn r20136) -Codechange: check more of the vehicle caches (when desync debug is turned on)
rubidium
2010-07-13 20:12:44 +00:00
25947a9bbe
(svn r20135) -Update from WebTranslator v3.0: simplified_chinese - 26 changes by pda1573 traditional_chinese - 6 changes by josesun dutch - 10 changes by habell romanian - 10 changes by kkmic serbian - 5 changes by etran
translators
2010-07-13 17:45:18 +00:00
8edd47f588
(svn r20135) -Update from WebTranslator v3.0: simplified_chinese - 26 changes by pda1573 traditional_chinese - 6 changes by josesun dutch - 10 changes by habell romanian - 10 changes by kkmic serbian - 5 changes by etran
translators
2010-07-13 17:45:18 +00:00
9fbf16356e
(svn r20134) -Revert (r20131): OOM is a nasty person
truebrain
2010-07-12 21:21:05 +00:00
03a7b789b9
(svn r20134) -Revert (r20131): OOM is a nasty person
truebrain
2010-07-12 21:21:05 +00:00
dcd605a9a9
(svn r20133) -Revert (r20130): Vehicles could deadlock themself in roadstops.
frosch
2010-07-12 19:36:06 +00:00
0a01f91f54
(svn r20133) -Revert (r20130): Vehicles could deadlock themself in roadstops.
frosch
2010-07-12 19:36:06 +00:00
0a026ff41f
(svn r20132) -Fix [FS#3944](r20126): There can also be halftile foundations on slopes with opposite corners raised.
frosch
2010-07-12 18:15:37 +00:00
4e34b1b9fb
(svn r20132) -Fix [FS#3944](r20126): There can also be halftile foundations on slopes with opposite corners raised.
frosch
2010-07-12 18:15:37 +00:00
6e7a8dfd86
(svn r20131) -Update from WebTranslator v3.0: bulgarian - 6 changes by kokobongo korean - 5 changes by junho2813 portuguese - 9 changes by ABCRic russian - 9 changes by Lone_Wolf
translators
2010-07-12 17:45:14 +00:00
ad9116c735
(svn r20131) -Update from WebTranslator v3.0: bulgarian - 6 changes by kokobongo korean - 5 changes by junho2813 portuguese - 9 changes by ABCRic russian - 9 changes by Lone_Wolf
translators
2010-07-12 17:45:14 +00:00
f717248990
(svn r20130) -Fix [FS#3935]: Standard roadstops can also be left via manual depot orders.
frosch
2010-07-11 20:34:29 +00:00
8457cafd7e
(svn r20130) -Fix [FS#3935]: Standard roadstops can also be left via manual depot orders.
frosch
2010-07-11 20:34:29 +00:00
9c97a65b44
(svn r20128) -Update from WebTranslator v3.0: bulgarian - 57 changes by kokobongo croatian - 5 changes by VoyagerOne finnish - 9 changes by jpx_ french - 9 changes by glx german - 9 changes by planetmaker hungarian - 24 changes by IPG irish - 7 changes by tem serbian - 5 changes by etran spanish - 10 changes by Terkhen swedish - 5 changes by Zuu tamil - 142 changes by vv
translators
2010-07-11 17:45:36 +00:00
08d4ca2fbc
(svn r20128) -Update from WebTranslator v3.0: bulgarian - 57 changes by kokobongo croatian - 5 changes by VoyagerOne finnish - 9 changes by jpx_ french - 9 changes by glx german - 9 changes by planetmaker hungarian - 24 changes by IPG irish - 7 changes by tem serbian - 5 changes by etran spanish - 10 changes by Terkhen swedish - 5 changes by Zuu tamil - 142 changes by vv
translators
2010-07-11 17:45:36 +00:00
72ee11a7c6
(svn r20126) -Fix [FS#3883]: Make railtype Terrain Type variable aware of RAIL_GROUND_HALF_SNOW. That is, resolve the sprites for upper and lower part of the foundation independently.
frosch
2010-07-11 17:28:19 +00:00
e5691636e6
(svn r20126) -Fix [FS#3883]: Make railtype Terrain Type variable aware of RAIL_GROUND_HALF_SNOW. That is, resolve the sprites for upper and lower part of the foundation independently.
frosch
2010-07-11 17:28:19 +00:00
19fb8ba6f8
(svn r20125) -Change: [NewGRF] If a tile has a snow-flag in the map array, use that for Terrain Type variables, instead of always only using the tile Z position. Also use the maximum Z of a tile for tiles which usually have levelling foundations (stations, houses, industries, unmovables).
frosch
2010-07-11 17:11:14 +00:00
38d753a98d
(svn r20125) -Change: [NewGRF] If a tile has a snow-flag in the map array, use that for Terrain Type variables, instead of always only using the tile Z position. Also use the maximum Z of a tile for tiles which usually have levelling foundations (stations, houses, industries, unmovables).
frosch
2010-07-11 17:11:14 +00:00
987417e665
(svn r20124) -Fix (r20118): Don't bring windows to front by hovering over them.
frosch
2010-07-11 14:35:53 +00:00
2db785bfff
(svn r20124) -Fix (r20118): Don't bring windows to front by hovering over them.
frosch
2010-07-11 14:35:53 +00:00
0a689a67f5
(svn r20123) -Add [FS#3721]: Use all available space when drawing articulated road vehicles.
terkhen
2010-07-11 13:14:08 +00:00
da87125878
(svn r20123) -Add [FS#3721]: Use all available space when drawing articulated road vehicles.
terkhen
2010-07-11 13:14:08 +00:00
175547b3a5
(svn r20122) -Fix: Correct vehicle list tooltips at the depot window.
terkhen
2010-07-11 11:01:24 +00:00
b905bb293e
(svn r20122) -Fix: Correct vehicle list tooltips at the depot window.
terkhen
2010-07-11 11:01:24 +00:00
10fbb87823
(svn r20120) -Feature [FS#3913]: Tooltips are shown by hovering the mouse over a widget instead of by right clicking on it.
terkhen
2010-07-11 10:58:55 +00:00
840f09ddf0
(svn r20120) -Feature [FS#3913]: Tooltips are shown by hovering the mouse over a widget instead of by right clicking on it.
terkhen
2010-07-11 10:58:55 +00:00
51e6cb0a70
(svn r20119) -Add: Tooltips can be removed if the user stops hovering the mouse.
terkhen
2010-07-11 10:55:57 +00:00
086a424b7a
(svn r20119) -Add: Tooltips can be removed if the user stops hovering the mouse.
terkhen
2010-07-11 10:55:57 +00:00
9aef7b8c3d
(svn r20118) -Add: Detect if the mouse has been hovering over the same point.
terkhen
2010-07-11 10:53:07 +00:00
90d6003dbb
(svn r20118) -Add: Detect if the mouse has been hovering over the same point.
terkhen
2010-07-11 10:53:07 +00:00
dd5bf70f20
(svn r20117) -Codechange: Use a Point struct to store double click position.
terkhen
2010-07-11 10:50:47 +00:00
ff26bed701
(svn r20117) -Codechange: Use a Point struct to store double click position.
terkhen
2010-07-11 10:50:47 +00:00
066aa61a45
(svn r20116) -Add: Show an specific error message when trying to convert/remove nonexistant signals.
terkhen
2010-07-10 20:18:59 +00:00
dc3eb3da76
(svn r20116) -Add: Show an specific error message when trying to convert/remove nonexistant signals.
terkhen
2010-07-10 20:18:59 +00:00
bb24713218
(svn r20115) -Add: Show an specific error message when trying to remove nonexistant stations.
terkhen
2010-07-10 20:17:05 +00:00
b52c3958f4
(svn r20115) -Add: Show an specific error message when trying to remove nonexistant stations.
terkhen
2010-07-10 20:17:05 +00:00
191389fa8d
(svn r20114) -Add: Show an specific error message when trying to remove rail or build/convert/remove signals over nonexistant railways.
terkhen
2010-07-10 20:15:35 +00:00
dec6f67099
(svn r20114) -Add: Show an specific error message when trying to remove rail or build/convert/remove signals over nonexistant railways.
terkhen
2010-07-10 20:15:35 +00:00
40e58f78ba
(svn r20113) -Add [FS#3895]: Show an specific error message when trying to remove nonexistant roads (Krille).
terkhen
2010-07-10 20:12:32 +00:00
6e226dc1fb
(svn r20113) -Add [FS#3895]: Show an specific error message when trying to remove nonexistant roads (Krille).
terkhen
2010-07-10 20:12:32 +00:00
5eb5ddbf31
(svn r20112) -Codechange: Prevent implicit use of CommandCost constructors.
terkhen
2010-07-10 19:59:31 +00:00
c873246257
(svn r20112) -Codechange: Prevent implicit use of CommandCost constructors.
terkhen
2010-07-10 19:59:31 +00:00
08d4fb21f5
(svn r20111) -Update from WebTranslator v3.0: bulgarian - 74 changes by kokobongo portuguese - 3 changes by ABCRic ukrainian - 1 changes by Fixer
translators
2010-07-10 17:45:12 +00:00
7662e85f4a
(svn r20111) -Update from WebTranslator v3.0: bulgarian - 74 changes by kokobongo portuguese - 3 changes by ABCRic ukrainian - 1 changes by Fixer
translators
2010-07-10 17:45:12 +00:00
b06d18b19a
(svn r20110) -Fix [FS#3695]: Do not allow building a rail track to the water using a tree-tile.
alberth
2010-07-10 13:04:31 +00:00
eaae1dbfc2
(svn r20110) -Fix [FS#3695]: Do not allow building a rail track to the water using a tree-tile.
alberth
2010-07-10 13:04:31 +00:00
9060a7ac00
(svn r20108) -Change: [NewGRF] Report substitute industry type in AI railstation selection callback.
frosch
2010-07-10 10:55:16 +00:00
d67e221af1
(svn r20108) -Change: [NewGRF] Report substitute industry type in AI railstation selection callback.
frosch
2010-07-10 10:55:16 +00:00
969c059fea
(svn r20107) -Add: [NoAI] AIIndustryType::INDUSTRYTYPE_TOWN and AIIndustryType::INDUSTRYTYPE_UNKNOWN for AIRail::BuildNewGRFRailStation(). Note that BuildNewGRFRailStation() now checks the passed industry type for validity.
frosch
2010-07-10 10:54:30 +00:00
d18fc1a5bf
(svn r20107) -Add: [NoAI] AIIndustryType::INDUSTRYTYPE_TOWN and AIIndustryType::INDUSTRYTYPE_UNKNOWN for AIRail::BuildNewGRFRailStation(). Note that BuildNewGRFRailStation() now checks the passed industry type for validity.
frosch
2010-07-10 10:54:30 +00:00
1055c2b0fd
(svn r20106) -Fix (r5999): Engine and vehicle age were clamped at 0xFFFF, though there are 32bit available.
frosch
2010-07-10 08:54:57 +00:00
782ec1bbff
(svn r20106) -Fix (r5999): Engine and vehicle age were clamped at 0xFFFF, though there are 32bit available.
frosch
2010-07-10 08:54:57 +00:00
d4da257ff9
(svn r20105) -Revert (r20102) [FS#3938]: resetting DirectMusic completely, although working, causes a temporary freeze of OpenTTD. As MCI behaves better than DirectMusic that has become the default music driver; small delay between songs beats wrongly pitched/bad sounding songs
rubidium
2010-07-09 22:25:25 +00:00
12d8a957a0
(svn r20105) -Revert (r20102) [FS#3938]: resetting DirectMusic completely, although working, causes a temporary freeze of OpenTTD. As MCI behaves better than DirectMusic that has become the default music driver; small delay between songs beats wrongly pitched/bad sounding songs
rubidium
2010-07-09 22:25:25 +00:00
58f1470129
(svn r20104) -Fix: [Win32] The win32 MIDI driver might clip the start of a song.
michi_cc
2010-07-09 20:50:28 +00:00
43adc587ec
(svn r20104) -Fix: [Win32] The win32 MIDI driver might clip the start of a song.
michi_cc
2010-07-09 20:50:28 +00:00
24fe1f41a5
(svn r20102) -Fix: OpenMSX music sounds odd after certain songs are played. Likely because the instruments weren't reset properly
rubidium
2010-07-09 17:47:52 +00:00
8dc15e97e1
(svn r20102) -Fix: OpenMSX music sounds odd after certain songs are played. Likely because the instruments weren't reset properly
rubidium
2010-07-09 17:47:52 +00:00
03b079f856
(svn r20101) -Update from WebTranslator v3.0: estonian - 16 changes by Jaanus polish - 3 changes by xine portuguese - 6 changes by ABCRic, JayCity romanian - 2 changes by kkmic
translators
2010-07-09 17:45:17 +00:00
d72a1eb1fd
(svn r20101) -Update from WebTranslator v3.0: estonian - 16 changes by Jaanus polish - 3 changes by xine portuguese - 6 changes by ABCRic, JayCity romanian - 2 changes by kkmic
translators
2010-07-09 17:45:17 +00:00
5ea472650c
(svn r20100) -Fix: Give priority to ownership errors while removing rails.
terkhen
2010-07-09 16:43:00 +00:00
e66fd55fbd
(svn r20100) -Fix: Give priority to ownership errors while removing rails.
terkhen
2010-07-09 16:43:00 +00:00
f363f64c51
(svn r20099) -Fix [FS#3882]: Give priority to ownership errors while removing roads.
terkhen
2010-07-09 16:41:51 +00:00
ca7172bc94
(svn r20099) -Fix [FS#3882]: Give priority to ownership errors while removing roads.
terkhen
2010-07-09 16:41:51 +00:00
811f0db597
(svn r20098) -Fix [FS#3898]: A train reversing in a station would sometimes fail to release its reserved path.
michi_cc
2010-07-09 14:14:17 +00:00
454144474a
(svn r20098) -Fix [FS#3898]: A train reversing in a station would sometimes fail to release its reserved path.
michi_cc
2010-07-09 14:14:17 +00:00
72bfda4634
(svn r20090) -Fix: savegames would (very likely) end with 128 KiB worth of useless zeros
rubidium
2010-07-08 18:45:52 +00:00
73280326f9
(svn r20090) -Fix: savegames would (very likely) end with 128 KiB worth of useless zeros
rubidium
2010-07-08 18:45:52 +00:00
4ce5c6d93d
(svn r20089) -Fix [FS#3932]: Access of already freed memory, esp. due to hidden destructor call from Swap().
frosch
2010-07-08 18:38:38 +00:00
13a46514a7
(svn r20089) -Fix [FS#3932]: Access of already freed memory, esp. due to hidden destructor call from Swap().
frosch
2010-07-08 18:38:38 +00:00
02e4371ecb
(svn r20088) -Update from WebTranslator v3.0: simplified_chinese - 29 changes by ww9980 irish - 18 changes by tem
translators
2010-07-08 17:45:10 +00:00
88a1fe9be0
(svn r20088) -Update from WebTranslator v3.0: simplified_chinese - 29 changes by ww9980 irish - 18 changes by tem
translators
2010-07-08 17:45:10 +00:00
b7fe013793
(svn r20087) -Fix [FS#3876, FS#3887, FS#3920, FS#3923]: if after loading a savegame (including intro game) one tried to save a game (including autosave) and that failed (very) early on because it couldn't open the file for writing all pointers would be converted to NULLs which then causes corrupted game states
rubidium
2010-07-08 11:50:42 +00:00
621c5a77e2
(svn r20087) -Fix [FS#3876, FS#3887, FS#3920, FS#3923]: if after loading a savegame (including intro game) one tried to save a game (including autosave) and that failed (very) early on because it couldn't open the file for writing all pointers would be converted to NULLs which then causes corrupted game states
rubidium
2010-07-08 11:50:42 +00:00
edcc7f3cbc
(svn r20086) -Add: Textstack support for CB 38.
frosch
2010-07-07 20:00:04 +00:00
4da8f78f5b
(svn r20086) -Add: Textstack support for CB 38.
frosch
2010-07-07 20:00:04 +00:00
0bae69b12b
(svn r20085) -Update from WebTranslator v3.0: irish - 9 changes by tem korean - 5 changes by junho2813 lithuanian - 15 changes by BlinK_ ukrainian - 7 changes by Fixer vietnamese - 2 changes by myquartz
translators
2010-07-07 17:45:18 +00:00
cf6481e2b8
(svn r20085) -Update from WebTranslator v3.0: irish - 9 changes by tem korean - 5 changes by junho2813 lithuanian - 15 changes by BlinK_ ukrainian - 7 changes by Fixer vietnamese - 2 changes by myquartz
translators
2010-07-07 17:45:18 +00:00
4796be85a5
(svn r20084) -Fix [FS#3919] (r7157): don't try to handle mouse events when the cursor ha left the window
glx
2010-07-06 21:10:47 +00:00
78b01873c1
(svn r20084) -Fix [FS#3919] (r7157): don't try to handle mouse events when the cursor ha left the window
glx
2010-07-06 21:10:47 +00:00
0ffbb12941
(svn r20083) -Update from WebTranslator v3.0: swedish - 2 changes by tool
translators
2010-07-06 17:45:06 +00:00
79788f9aec
(svn r20083) -Update from WebTranslator v3.0: swedish - 2 changes by tool
translators
2010-07-06 17:45:06 +00:00