peter1138
|
61e41b24b4
|
(svn r10603) -Codechange: avoid direct access to _engine_info
|
2007-07-17 06:56:09 +00:00 |
|
peter1138
|
306c21d6c9
|
(svn r10603) -Codechange: avoid direct access to _engine_info
|
2007-07-17 06:56:09 +00:00 |
|
rubidium
|
45b0b7755d
|
(svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
|
2007-07-16 23:55:22 +00:00 |
|
rubidium
|
3dd6362bb8
|
(svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
|
2007-07-16 23:55:22 +00:00 |
|
belugas
|
210e3c7085
|
(svn r10600) -Codechange: code-stylising the gui switch-case code
|
2007-07-16 23:48:25 +00:00 |
|
belugas
|
0f8e7e79be
|
(svn r10600) -Codechange: code-stylising the gui switch-case code
|
2007-07-16 23:48:25 +00:00 |
|
rubidium
|
f30a71ab82
|
(svn r10593) -Fix [FS#1038]: one could not remove locks that were build in a (very) old version of OpenTTD.
|
2007-07-16 21:00:40 +00:00 |
|
rubidium
|
a58a18bb50
|
(svn r10593) -Fix [FS#1038]: one could not remove locks that were build in a (very) old version of OpenTTD.
|
2007-07-16 21:00:40 +00:00 |
|
miham
|
b356343d30
|
(svn r10592) -Update: WebTranslator2 update to 2007-07-16 19:35:30
brazilian_portuguese - 4 fixed by tucalipe (4)
catalan - 4 fixed by arnaullv (4)
croatian - 7 fixed by knovak (7)
danish - 10 fixed, 7 changed by ThomasA (17)
dutch - 4 fixed by habell (4)
estonian - 4 fixed by kristjans (4)
finnish - 30 fixed by habazi (30)
korean - 4 fixed by darkttd (4)
norwegian_nynorsk - 16 fixed by pollux (16)
piglatin - 12 fixed by adammw (12)
portuguese - 4 changed by izhirahider (4)
russian - 4 fixed by Smoky555 (4)
slovenian - 4 fixed by Necrolyte (4)
spanish - 4 fixed by eusebio (4)
ukrainian - 4 fixed by fevral13 (4)
|
2007-07-16 17:37:40 +00:00 |
|
miham
|
3cf51c6188
|
(svn r10592) -Update: WebTranslator2 update to 2007-07-16 19:35:30
brazilian_portuguese - 4 fixed by tucalipe (4)
catalan - 4 fixed by arnaullv (4)
croatian - 7 fixed by knovak (7)
danish - 10 fixed, 7 changed by ThomasA (17)
dutch - 4 fixed by habell (4)
estonian - 4 fixed by kristjans (4)
finnish - 30 fixed by habazi (30)
korean - 4 fixed by darkttd (4)
norwegian_nynorsk - 16 fixed by pollux (16)
piglatin - 12 fixed by adammw (12)
portuguese - 4 changed by izhirahider (4)
russian - 4 fixed by Smoky555 (4)
slovenian - 4 fixed by Necrolyte (4)
spanish - 4 fixed by eusebio (4)
ukrainian - 4 fixed by fevral13 (4)
|
2007-07-16 17:37:40 +00:00 |
|
rubidium
|
df009178d4
|
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
|
2007-07-16 09:16:58 +00:00 |
|
rubidium
|
efc7fdf2fd
|
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
|
2007-07-16 09:16:58 +00:00 |
|
miham
|
1f447d10b4
|
(svn r10584) -Fix: [Translations] Fixed translations screwed up by translator
|
2007-07-15 18:14:21 +00:00 |
|
miham
|
4896d437b1
|
(svn r10584) -Fix: [Translations] Fixed translations screwed up by translator
|
2007-07-15 18:14:21 +00:00 |
|
miham
|
a75fd13d93
|
(svn r10583) -Update: WebTranslator2 update to 2007-07-15 19:17:18
croatian - 135 fixed, 2 changed by knovak (137)
czech - 3 changed by Hadez (3)
finnish - 29 fixed by habazi (29)
french - 4 fixed by Skiper (4)
german - 21 fixed, 1 changed by chu (22)
hungarian - 4 fixed by miham (4)
italian - 4 fixed by lorenzodv (4)
japanese - 4 fixed by ickoonite (4)
portuguese - 4 fixed by izhirahider (4)
romanian - 10 fixed by kneekoo (10)
traditional_chinese - 4 fixed by xbddc (4)
|
2007-07-15 17:17:44 +00:00 |
|
miham
|
3a4f5a9d26
|
(svn r10583) -Update: WebTranslator2 update to 2007-07-15 19:17:18
croatian - 135 fixed, 2 changed by knovak (137)
czech - 3 changed by Hadez (3)
finnish - 29 fixed by habazi (29)
french - 4 fixed by Skiper (4)
german - 21 fixed, 1 changed by chu (22)
hungarian - 4 fixed by miham (4)
italian - 4 fixed by lorenzodv (4)
japanese - 4 fixed by ickoonite (4)
portuguese - 4 fixed by izhirahider (4)
romanian - 10 fixed by kneekoo (10)
traditional_chinese - 4 fixed by xbddc (4)
|
2007-07-15 17:17:44 +00:00 |
|
KUDr
|
3df88dada8
|
(svn r10578) -Fix [YAPF, ships]: Ships received curve penalty for non-diagonal straight move. (JazzyJaffa)
-The fix in cost calculation uncovered bug in estimate calculation. Ships now use the same estimate algorithm as trains.
|
2007-07-15 11:45:38 +00:00 |
|
KUDr
|
d71d48434d
|
(svn r10578) -Fix [YAPF, ships]: Ships received curve penalty for non-diagonal straight move. (JazzyJaffa)
-The fix in cost calculation uncovered bug in estimate calculation. Ships now use the same estimate algorithm as trains.
|
2007-07-15 11:45:38 +00:00 |
|
glx
|
9f2ca45987
|
(svn r10575) -Fix r10573: misplaced )
|
2007-07-15 00:45:02 +00:00 |
|
glx
|
6474a5a957
|
(svn r10575) -Fix r10573: misplaced )
|
2007-07-15 00:45:02 +00:00 |
|
belugas
|
1bee873376
|
(svn r10573) -Codechange: Use function CheckIfCallBackAllowsAvailability for random map generation as well as for ingame random industry creation
|
2007-07-15 00:26:12 +00:00 |
|
belugas
|
89d872a625
|
(svn r10573) -Codechange: Use function CheckIfCallBackAllowsAvailability for random map generation as well as for ingame random industry creation
|
2007-07-15 00:26:12 +00:00 |
|
belugas
|
7829add2bb
|
(svn r10572) -Codechange: Add function CheckIfCallBackAllowsAvailability for industries
|
2007-07-15 00:19:40 +00:00 |
|
belugas
|
318f19f5a4
|
(svn r10572) -Codechange: Add function CheckIfCallBackAllowsAvailability for industries
|
2007-07-15 00:19:40 +00:00 |
|
belugas
|
e37affa1d3
|
(svn r10570) -Codechange: Add enum required for Callback 0x22: CBID_INDUSTRY_AVAILABLE
-Documentation: Add documentation for enum IndustryConstructionType, which describes how the industry has been created
|
2007-07-15 00:03:17 +00:00 |
|
belugas
|
6d22aa54cf
|
(svn r10570) -Codechange: Add enum required for Callback 0x22: CBID_INDUSTRY_AVAILABLE
-Documentation: Add documentation for enum IndustryConstructionType, which describes how the industry has been created
|
2007-07-15 00:03:17 +00:00 |
|
rubidium
|
13692798e6
|
(svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matthias Wolf.
|
2007-07-14 23:10:27 +00:00 |
|
rubidium
|
7aec26887c
|
(svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matthias Wolf.
|
2007-07-14 23:10:27 +00:00 |
|
rubidium
|
c598d1b446
|
(svn r10566) -Fix [FS#1025]: a NewGRF could have a information message that is too long for the internal buffers to handle. We should not crash on such a case even though the message is too big for the window anyway.
|
2007-07-14 22:37:40 +00:00 |
|
rubidium
|
197245eefe
|
(svn r10566) -Fix [FS#1025]: a NewGRF could have a information message that is too long for the internal buffers to handle. We should not crash on such a case even though the message is too big for the window anyway.
|
2007-07-14 22:37:40 +00:00 |
|
rubidium
|
25028759c1
|
(svn r10562) -Fix: most of the MorphOS issues; MorphOS doesn't know about wchars, so disable all code that has to use wchars for MorphOS.
|
2007-07-14 20:30:35 +00:00 |
|
rubidium
|
b8e302d2a0
|
(svn r10562) -Fix: most of the MorphOS issues; MorphOS doesn't know about wchars, so disable all code that has to use wchars for MorphOS.
|
2007-07-14 20:30:35 +00:00 |
|
truelight
|
68c5bcf960
|
(svn r10561) -Fix: don't give 'unused variable' warnings when disabling asserts
|
2007-07-14 20:21:02 +00:00 |
|
truelight
|
a2a3b7da24
|
(svn r10561) -Fix: don't give 'unused variable' warnings when disabling asserts
|
2007-07-14 20:21:02 +00:00 |
|
miham
|
08780621cc
|
(svn r10559) -Update: WebTranslator2 update to 2007-07-14 19:32:31
american - 8 fixed by WhiteRabbit (8)
catalan - 15 changed by arnaullv (15)
estonian - 6 fixed by kristjans (6)
slovenian - 6 fixed by Necrolyte (6)
|
2007-07-14 17:32:50 +00:00 |
|
miham
|
452d20487e
|
(svn r10559) -Update: WebTranslator2 update to 2007-07-14 19:32:31
american - 8 fixed by WhiteRabbit (8)
catalan - 15 changed by arnaullv (15)
estonian - 6 fixed by kristjans (6)
slovenian - 6 fixed by Necrolyte (6)
|
2007-07-14 17:32:50 +00:00 |
|
rubidium
|
7ed3c49bcd
|
(svn r10555) -Codechange/Fix: add a soft limit of 4096 "entities" in a station's waiting queue and a hard limit of 32768 so (malicious) people cannot cause a "denial of service" attack by filling cargo lists.
|
2007-07-13 20:46:53 +00:00 |
|
rubidium
|
2763a427de
|
(svn r10555) -Codechange/Fix: add a soft limit of 4096 "entities" in a station's waiting queue and a hard limit of 32768 so (malicious) people cannot cause a "denial of service" attack by filling cargo lists.
|
2007-07-13 20:46:53 +00:00 |
|
truelight
|
988d9b8da8
|
(svn r10552) -Fix [FS#1034, r10546]: opening Available Aircrafts segfaulted
|
2007-07-13 19:06:12 +00:00 |
|
truelight
|
a757ed52fd
|
(svn r10552) -Fix [FS#1034, r10546]: opening Available Aircrafts segfaulted
|
2007-07-13 19:06:12 +00:00 |
|
miham
|
db0ad29b81
|
(svn r10550) -Update: WebTranslator2 update to 2007-07-13 18:55:52
german - 3 fixed by Neonox (3)
hungarian - 2 fixed by miham (2)
slovak - 6 fixed by lengyel (6)
traditional_chinese - 6 fixed by xbddc (6)
|
2007-07-13 16:56:07 +00:00 |
|
miham
|
90a9c3acb8
|
(svn r10550) -Update: WebTranslator2 update to 2007-07-13 18:55:52
german - 3 fixed by Neonox (3)
hungarian - 2 fixed by miham (2)
slovak - 6 fixed by lengyel (6)
traditional_chinese - 6 fixed by xbddc (6)
|
2007-07-13 16:56:07 +00:00 |
|
rubidium
|
46a6b03940
|
(svn r10549) -Fix [FS#1031]: wrong tram catenary poles drawn in some bridge directions.
|
2007-07-13 15:12:36 +00:00 |
|
rubidium
|
02f00a254d
|
(svn r10549) -Fix [FS#1031]: wrong tram catenary poles drawn in some bridge directions.
|
2007-07-13 15:12:36 +00:00 |
|
truelight
|
73e2c46e8a
|
(svn r10548) -Fix [FS#1020]: don't segfault when you quit in the end-of-the-game screen
|
2007-07-13 15:02:22 +00:00 |
|
truelight
|
84303d0396
|
(svn r10548) -Fix [FS#1020]: don't segfault when you quit in the end-of-the-game screen
|
2007-07-13 15:02:22 +00:00 |
|
truelight
|
4b818368b1
|
(svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly
|
2007-07-13 15:01:16 +00:00 |
|
truelight
|
fe952911f5
|
(svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly
|
2007-07-13 15:01:16 +00:00 |
|
truelight
|
1845b5633d
|
(svn r10546) -Fix [FS#1026]: you can now have both Available Train as Available Ship window open
|
2007-07-13 14:51:55 +00:00 |
|
truelight
|
a84dcf7682
|
(svn r10546) -Fix [FS#1026]: you can now have both Available Train as Available Ship window open
|
2007-07-13 14:51:55 +00:00 |
|