ef8deb2edd
(svn r19431) -Codechange: Append rail type speed limit (if set) to rail type selection list, and toolbar title.
peter1138
2010-03-16 06:18:52 +00:00
bbfc0a49e5
(svn r19431) -Codechange: Append rail type speed limit (if set) to rail type selection list, and toolbar title.
peter1138
2010-03-16 06:18:52 +00:00
e3591f8a1d
(svn r19429) -Fix: when the title game contains an AIPL block the AI settinsg where overwritten by those from the title game
yexo
2010-03-15 22:42:43 +00:00
4c358cb1e1
(svn r19429) -Fix: when the title game contains an AIPL block the AI settinsg where overwritten by those from the title game
yexo
2010-03-15 22:42:43 +00:00
30189ff459
(svn r19428) -Update from WebTranslator v3.0: arabic_egypt - 11 changes by kasakg traditional_chinese - 2 changes by josesun croatian - 14 changes by UnderwaterHesus, VoyagerOne dutch - 1 changes by habell greek - 5 changes by fumantsu hebrew - 1 changes by dnd_man norwegian_bokmal - 1 changes by CyberKenny slovenian - 1 changes by ntadej
translators
2010-03-15 18:45:27 +00:00
b20309a02a
(svn r19428) -Update from WebTranslator v3.0: arabic_egypt - 11 changes by kasakg traditional_chinese - 2 changes by josesun croatian - 14 changes by UnderwaterHesus, VoyagerOne dutch - 1 changes by habell greek - 5 changes by fumantsu hebrew - 1 changes by dnd_man norwegian_bokmal - 1 changes by CyberKenny slovenian - 1 changes by ntadej
translators
2010-03-15 18:45:27 +00:00
4ba69b572d
(svn r19427) -Codechange: gracefully handle the case where we can't open a .tar file.
rubidium
2010-03-15 17:44:54 +00:00
f671a51666
(svn r19427) -Codechange: gracefully handle the case where we can't open a .tar file.
rubidium
2010-03-15 17:44:54 +00:00
8c477604eb
(svn r19425) -Fix: [YAPP] A train on a bridge/tunnel was not always found when checking for trains on a reserved path.
michi_cc
2010-03-14 20:57:23 +00:00
72b15f0c73
(svn r19425) -Fix: [YAPP] A train on a bridge/tunnel was not always found when checking for trains on a reserved path.
michi_cc
2010-03-14 20:57:23 +00:00
e5cded6e36
(svn r19424) -Codechange: Call command procs only via DoCommand().
frosch
2010-03-14 20:53:31 +00:00
1a5e825d8d
(svn r19424) -Codechange: Call command procs only via DoCommand().
frosch
2010-03-14 20:53:31 +00:00
db1c6b7a81
(svn r19423) -Codechange: Move error message reporting of industry build in SE to a callback.
alberth
2010-03-14 19:59:45 +00:00
68213d25ab
(svn r19423) -Codechange: Move error message reporting of industry build in SE to a callback.
alberth
2010-03-14 19:59:45 +00:00
6ef68f5d42
(svn r19422) -Update from WebTranslator v3.0: bulgarian - 61 changes by yxomo catalan - 2 changes by arnau esperanto - 1 changes by kristjan estonian - 9 changes by irve greek - 37 changes by fumantsu italian - 1 changes by lorenzodv polish - 1 changes by silver_777 portuguese - 1 changes by JayCity russian - 6 changes by LazyBoy, Lone_Wolf turkish - 1 changes by niw3
translators
2010-03-14 18:45:33 +00:00
95407d5d22
(svn r19422) -Update from WebTranslator v3.0: bulgarian - 61 changes by yxomo catalan - 2 changes by arnau esperanto - 1 changes by kristjan estonian - 9 changes by irve greek - 37 changes by fumantsu italian - 1 changes by lorenzodv polish - 1 changes by silver_777 portuguese - 1 changes by JayCity russian - 6 changes by LazyBoy, Lone_Wolf turkish - 1 changes by niw3
translators
2010-03-14 18:45:33 +00:00
6eb0816c70
(svn r19421) -Codechange: Remove explicit use of _error_message from CmdConvertRail().
alberth
2010-03-14 16:42:55 +00:00
64c38c89c9
(svn r19421) -Codechange: Remove explicit use of _error_message from CmdConvertRail().
alberth
2010-03-14 16:42:55 +00:00
05e549ccdc
(svn r19420) -Codechange: Don't use _error_message to keep track of success/failure, use a had_success boolean.
alberth
2010-03-14 15:42:26 +00:00
bf54baf991
(svn r19420) -Codechange: Don't use _error_message to keep track of success/failure, use a had_success boolean.
alberth
2010-03-14 15:42:26 +00:00
28b0a3e335
(svn r19419) -Codechange: Use failed CommandCost object to retrieve message instead of _error_message.
alberth
2010-03-14 14:36:37 +00:00
efddc16fc3
(svn r19419) -Codechange: Use failed CommandCost object to retrieve message instead of _error_message.
alberth
2010-03-14 14:36:37 +00:00
7d9a970c5c
(svn r19417) -Codechange: More code style, move variable declarations to their first use.
alberth
2010-03-14 14:01:53 +00:00
1aef93517f
(svn r19417) -Codechange: More code style, move variable declarations to their first use.
alberth
2010-03-14 14:01:53 +00:00
5bac5a5be6
(svn r19416) -Codechange: Code style, move variable declarations to their first use.
alberth
2010-03-14 13:49:23 +00:00
df772274cf
(svn r19416) -Codechange: Code style, move variable declarations to their first use.
alberth
2010-03-14 13:49:23 +00:00
3b367ab708
(svn r19415) -Codechange: Forward CommandCost with an error back to the caller.
alberth
2010-03-14 12:58:51 +00:00
cb10444807
(svn r19415) -Codechange: Forward CommandCost with an error back to the caller.
alberth
2010-03-14 12:58:51 +00:00
777123c228
(svn r19414) -Doc: Several doxygen additions and corrections.
alberth
2010-03-14 12:39:24 +00:00
19dff3a6b2
(svn r19414) -Doc: Several doxygen additions and corrections.
alberth
2010-03-14 12:39:24 +00:00
b8d6e893cb
(svn r19413) -Codechange: Merging RailtypeFlag enum (a bit number) with RailTypeFlags enum (had values only).
alberth
2010-03-14 12:04:10 +00:00
130f9f96b3
(svn r19413) -Codechange: Merging RailtypeFlag enum (a bit number) with RailTypeFlags enum (had values only).
alberth
2010-03-14 12:04:10 +00:00
5e7c4398ae
(svn r19412) -Codechange (r9942): One pair of parentheses is enough.
alberth
2010-03-13 20:03:58 +00:00
e5529f46f4
(svn r19412) -Codechange (r9942): One pair of parentheses is enough.
alberth
2010-03-13 20:03:58 +00:00
1b04eeb6f0
(svn r19410) -Update from WebTranslator v3.0: esperanto - 41 changes by Ailanto estonian - 4 changes by irve finnish - 1 changes by jpx_ french - 1 changes by glx german - 2 changes by planetmaker greek - 4 changes by fumantsu hungarian - 1 changes by alyr korean - 1 changes by junho2813 brazilian_portuguese - 6 changes by leandromoh russian - 1 changes by Lone_Wolf serbian - 3 changes by etran spanish - 1 changes by Terkhen
translators
2010-03-13 18:45:41 +00:00
52b41f6170
(svn r19410) -Update from WebTranslator v3.0: esperanto - 41 changes by Ailanto estonian - 4 changes by irve finnish - 1 changes by jpx_ french - 1 changes by glx german - 2 changes by planetmaker greek - 4 changes by fumantsu hungarian - 1 changes by alyr korean - 1 changes by junho2813 brazilian_portuguese - 6 changes by leandromoh russian - 1 changes by Lone_Wolf serbian - 3 changes by etran spanish - 1 changes by Terkhen
translators
2010-03-13 18:45:41 +00:00
101f96a367
(svn r19409) -Codechange: remove some spaces from translations that were already removed from English (a long while ago)
rubidium
2010-03-13 18:21:41 +00:00
5271816287
(svn r19409) -Codechange: remove some spaces from translations that were already removed from English (a long while ago)
rubidium
2010-03-13 18:21:41 +00:00
393f1a154c
(svn r19408) -Change: make the space after ... consistent in the translations too
rubidium
2010-03-13 18:13:35 +00:00
4aeea5cc21
(svn r19408) -Change: make the space after ... consistent in the translations too
rubidium
2010-03-13 18:13:35 +00:00
73da171821
(svn r19407) -Fix: incorrect number of dots in '...' in translations
rubidium
2010-03-13 18:06:10 +00:00
cf70388000
(svn r19407) -Fix: incorrect number of dots in '...' in translations
rubidium
2010-03-13 18:06:10 +00:00
9cc70924dd
(svn r19406) -Fix: unneeded space in English string
rubidium
2010-03-13 17:58:04 +00:00
f213795a1a
(svn r19406) -Fix: unneeded space in English string
rubidium
2010-03-13 17:58:04 +00:00
86f14f8e72
(svn r19398) -Codechange: move the desync cache checking code to its own function. Also make the drive through and cargo list checks only run when 'desync' debugging is enabled.
rubidium
2010-03-13 14:58:37 +00:00
9981952acf
(svn r19398) -Codechange: move the desync cache checking code to its own function. Also make the drive through and cargo list checks only run when 'desync' debugging is enabled.
rubidium
2010-03-13 14:58:37 +00:00
bf2c06bedb
(svn r19397) -Add: Enter the starting year at the scenario editor by clicking at the date panel.
terkhen
2010-03-13 10:18:57 +00:00
23e2cffebd
(svn r19397) -Add: Enter the starting year at the scenario editor by clicking at the date panel.
terkhen
2010-03-13 10:18:57 +00:00
fa1d9816ea
(svn r19396) -Fix [FS#3690] (r19351): trying to remove a too large rail station rect caused crashes
yexo
2010-03-13 01:12:07 +00:00
eaa878621b
(svn r19396) -Fix [FS#3690] (r19351): trying to remove a too large rail station rect caused crashes
yexo
2010-03-13 01:12:07 +00:00
dfa528d058
(svn r19395) -Fix [FS#3669]: the AI Debug window didn't open if an AI or library fails to compile when loading a savegame
Yexo
2010-03-13 00:15:24 +00:00
25e5be2b51
(svn r19395) -Fix [FS#3669]: the AI Debug window didn't open if an AI or library fails to compile when loading a savegame
Yexo
2010-03-13 00:15:24 +00:00
d0b496feb6
(svn r19394) -Update: base set translations for Afrikaans, Danish, Estonian, Greek, Romanian and Serbian.
rubidium
2010-03-12 21:21:17 +00:00
f9437a4053
(svn r19394) -Update: base set translations for Afrikaans, Danish, Estonian, Greek, Romanian and Serbian.
rubidium
2010-03-12 21:21:17 +00:00
4eb6e3f060
(svn r19392) -Codechange: Increase the maximum size of a TileArea.
terkhen
2010-03-12 19:38:00 +00:00
e18436477b
(svn r19392) -Codechange: Increase the maximum size of a TileArea.
terkhen
2010-03-12 19:38:00 +00:00
0903463824
(svn r19391) -Fix (r19255): shuffling around GRFIdentifier in GRFConfig caused gamelog to log the wrong data which could cause crashes later on when that data is queried
rubidium
2010-03-12 19:18:26 +00:00
9317384c1a
(svn r19391) -Fix (r19255): shuffling around GRFIdentifier in GRFConfig caused gamelog to log the wrong data which could cause crashes later on when that data is queried
rubidium
2010-03-12 19:18:26 +00:00
c7821df971
(svn r19390) -Update from WebTranslator v3.0: bulgarian - 53 changes by yxomo portuguese - 1 changes by JayCity spanish - 1 changes by Terkhen
translators
2010-03-12 18:45:13 +00:00
56f37ecaef
(svn r19390) -Update from WebTranslator v3.0: bulgarian - 53 changes by yxomo portuguese - 1 changes by JayCity spanish - 1 changes by Terkhen
translators
2010-03-12 18:45:13 +00:00
f206958010
(svn r19389) -Fix [FS3676]: only show the "No AIs available" error message when explicitly changing the number of AI opponents
yexo
2010-03-12 01:37:41 +00:00
c90afebee4
(svn r19389) -Fix [FS3676]: only show the "No AIs available" error message when explicitly changing the number of AI opponents
yexo
2010-03-12 01:37:41 +00:00
e3fb793a8a
(svn r19388) -Fix [FS#3666]: [NoAI] When reloading a savegame, an AI failing to compile could trigger (trying) to read the not yet loaded information of another AI via the AI Debug window and its "open with the most recently used AI" feature
rubidium
2010-03-11 21:55:37 +00:00
1ebaa68cd2
(svn r19388) -Fix [FS#3666]: [NoAI] When reloading a savegame, an AI failing to compile could trigger (trying) to read the not yet loaded information of another AI via the AI Debug window and its "open with the most recently used AI" feature
rubidium
2010-03-11 21:55:37 +00:00
8b041e8027
(svn r19387) -Fix [FS#3671]: Close all orders windows when switching companies.
terkhen
2010-03-11 20:57:18 +00:00
ce807f1f26
(svn r19387) -Fix [FS#3671]: Close all orders windows when switching companies.
terkhen
2010-03-11 20:57:18 +00:00
ba61251b16
(svn r19386) -Update from WebTranslator v3.0: japanese - 1 changes by imkira slovak - 10 changes by keso53
translators
2010-03-11 18:45:09 +00:00
f52d3256a5
(svn r19386) -Update from WebTranslator v3.0: japanese - 1 changes by imkira slovak - 10 changes by keso53
translators
2010-03-11 18:45:09 +00:00
6b35de215c
(svn r19385) -Fix [FS#3684]: [IPv6] Netmask calculations were wrong if cidr >= 32.
rubidium
2010-03-11 17:57:14 +00:00
017281bc22
(svn r19385) -Fix [FS#3684]: [IPv6] Netmask calculations were wrong if cidr >= 32.
rubidium
2010-03-11 17:57:14 +00:00
f7eb527a37
(svn r19384) -Fix: Overbuilding plain rail with stations did not update PBS reservation.
frosch
2010-03-10 20:45:23 +00:00
04e510f966
(svn r19384) -Fix: Overbuilding plain rail with stations did not update PBS reservation.
frosch
2010-03-10 20:45:23 +00:00
1a28aaf69e
(svn r19381) -Fix [FS#3670] (r19198): airport size wasn't properly stored in the savegame
yexo
2010-03-10 18:51:56 +00:00
8bc4dbf8ab
(svn r19381) -Fix [FS#3670] (r19198): airport size wasn't properly stored in the savegame
yexo
2010-03-10 18:51:56 +00:00
0cf90dbeb0
(svn r19380) -Fix [FS#3678] (r19322): updating the id of the oilrig airport should be done earlier as it can be used by newgrf code
yexo
2010-03-10 18:46:26 +00:00
38c4e21fdf
(svn r19380) -Fix [FS#3678] (r19322): updating the id of the oilrig airport should be done earlier as it can be used by newgrf code
yexo
2010-03-10 18:46:26 +00:00
5a9ffbb1b8
(svn r19379) -Update from WebTranslator v3.0: croatian - 1 changes by UnderwaterHesus english_US - 19 changes by Rubidium, agenthh greek - 5 changes by fumantsu japanese - 9 changes by imkira romanian - 5 changes by kkmic russian - 4 changes by Lone_Wolf turkish - 5 changes by niw3
translators
2010-03-10 18:45:24 +00:00
5e9988877e
(svn r19379) -Update from WebTranslator v3.0: croatian - 1 changes by UnderwaterHesus english_US - 19 changes by Rubidium, agenthh greek - 5 changes by fumantsu japanese - 9 changes by imkira romanian - 5 changes by kkmic russian - 4 changes by Lone_Wolf turkish - 5 changes by niw3
translators
2010-03-10 18:45:24 +00:00