summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-26(svn r10349) -Fix [FS#941, YAPF, r10301]: tile/trackdir must be used as node ↵KUDr
key and also as segment key in the cache (SmatZ). In the past it was possible to use tile/exitdir as the key because segments beginning on the same tile/exitdir were incorrectly considered the same. What I still don't understand is why this bug happened only on 64 bit systems (linux, Win64).
2007-06-26(svn r10348) -Fix (r10347): compile errors; do not think it compiles fine ↵rubidium
when you run make on the wrong working copy.
2007-06-26(svn r10347) -Fix [FS#948]: industries with a very low production could ↵rubidium
never recover when using smooth economy. -Fix: in smooth economy producing industries could not close, whereas they could close in non-smooth economy. -Fix: in smooth economy the "do not increase production" flag of industries was ignored.
2007-06-26(svn r10346) -Fix: Forgotten "else" in r10345 (thanks peter1138).matthijs
2007-06-26(svn r10345) -Fix [FS#290]: Make OPF handle coming out of a tunnel as well ↵matthijs
as going into a tunnel, to support road vehicles looking back when finding a depot while in a tunnel. -Fix [FS#290]: Make NPF look back when finding a depot for road vehicles.
2007-06-26(svn r10344) -Fix (r10317): confusion between TRACK_n and TRACK_BIT_n ↵peter1138
stopped NW/SE slopes being picked up, and compare middle of tile against current z, not previous.
2007-06-26(svn r10343) -Cleanup: Add documentation of functions and code-style fix.belugas
Thanks of 45 degree patch for bringing it up
2007-06-26(svn r10342) -Update: WebTranslator2 update to 2007-06-26 18:48:16miham
american - 3 fixed by WhiteRabbit (3) brazilian_portuguese - 17 fixed by tucalipe (17) catalan - 15 fixed, 10 changed by arnaullv (25) dutch - 9 fixed by Zr40 (9) estonian - 1 fixed by kristjans (1) french - 17 fixed by glx (17) german - 29 fixed by moewe2 (29) hungarian - 17 fixed by miham (17) italian - 17 fixed, 1 changed by lorenzodv (17), bluesboy84 (1) japanese - 19 fixed by ickoonite (19) korean - 19 fixed by darkttd (19) norwegian_bokmal - 58 fixed by oletk (58) polish - 113 fixed, 32 changed by meush (145) romanian - 18 fixed by kneekoo (18) russian - 15 fixed by Smoky555 (15) slovak - 86 fixed by lengyel (86) spanish - 113 fixed by eusebio (113) swedish - 30 fixed by giddorah (30) traditional_chinese - 16 fixed by xbddc (16) turkish - 21 fixed by jnmbk (21) ukrainian - 15 fixed by znikoz (10), fevral13 (4), mad (1)
2007-06-26(svn r10341) -Fix (r10236): Only update the timetable when leaving stations ↵maedhros
if this is a scheduled stop.
2007-06-26(svn r10340) -Fix: make sure no industry production can ever hit < 32 with ↵truelight
smooth_economy
2007-06-26(svn r10339) -Fix r10311: if you fix your own name, at least also update ↵truelight
your description ;)
2007-06-26(svn r10338) -Codechange: Show the total time that the timetable will take.maedhros
2007-06-26(svn r10337) -Fix [FS#880]: Autoreplace is only valid for the standard ↵peter1138
vehicle list, not station or shared order lists.
2007-06-26(svn r10336) -Fix [FS#910]: reaching the end of a line in certain cases ↵peter1138
incorrectly stopped signal updates
2007-06-25(svn r10335) -Fix (r10331): Increment the current order index *after* using ↵maedhros
it in UpdateVehicleTimetable.
2007-06-25(svn r10334) -Fix [FS#937]: with smooth scrolling enabled, the viewport ↵peter1138
destination was not clamped to the map
2007-06-25(svn r10333) -Fix [FS#943]: News messages were shown on top of the endgame ↵rubidium
screen and high score chart.
2007-06-25(svn r10332) -Fix [FS#940]: ratings where also shown on drop-off stations.rubidium
2007-06-25(svn r10331) -Feature: Add the possibility of automatically filling in ↵maedhros
timetables based on the times from the first (or subsequent) run-throughs.
2007-06-25(svn r10330) -Fix [FS#939]: budget window used wrong param for loan ↵peter1138
repay/borrow amounts
2007-06-25(svn r10329) -Feature [FS#812]: (patch) option to select the "default" rail ↵rubidium
type when you start a new game or load a game. This is done either static, i.e. rail, electrified rail, monorail and maglev, or dynamic which takes either the first or last available railtype or the railtype that is used most on the map.
2007-06-25(svn r10328) -Codechange: Close the timetable window when closing the ↵maedhros
vehicle window.
2007-06-25(svn r10327) -Fix (r10236) [FS#934]: Vehicles wait at stations when they ↵maedhros
arrive early even if they haven't been timetabled to wait, so make sure the lateness counter gets updated as well.
2007-06-25(svn r10326) -Update: change to new string codes used in english.txtpeter1138
2007-06-25(svn r10325) -Fix (r10323): Missed 3 company name referencespeter1138
2007-06-25(svn r10324) -Codechange: reference engine names by indexpeter1138
2007-06-25(svn r10323) -Codechange: reference company name, number and player ↵peter1138
(president) name by index
2007-06-25(svn r10322) -Codechange: Make the timetable window smaller by default so it ↵maedhros
doesn't take up so much space on small resolutions.
2007-06-25(svn r10321) -Codechange: refer to sign text by indexpeter1138
2007-06-25(svn r10320) -Fix [FS#278]: one could only build a limited number of ↵rubidium
stations before one had to rename them.
2007-06-25(svn r10319) -Fix (r10266): the limit of 65535 references was not enough for ↵rubidium
cargo packets. Increase this limit to approximately 2^32, which noone should ever be able to reach on any normal system ;)
2007-06-25(svn r10318) -Update: WebTranslator2 update to 2007-06-25 11:14:04miham
bulgarian - 7 fixed by thetitan (7) catalan - 2 fixed, 2 changed by arnaullv (4) danish - 15 fixed, 5 changed by ThomasA (20) dutch - 8 fixed, 39 changed by Zr40 (45), webfreakz (2) estonian - 2 fixed, 2 changed by t2t2 (4) french - 7 fixed by Skiper (7) hungarian - 1 fixed by miham (1) italian - 2 fixed, 2 changed by lorenzodv (4) russian - 57 fixed by Smoky555 (57) spanish - 8 fixed by eusebio (8) traditional_chinese - 1 fixed, 2 changed by xbddc (3) turkish - 52 fixed by jnmbk (52) ukrainian - 3 fixed, 2 changed by fevral13 (5)
2007-06-25(svn r10317) -Fix [FS#786]: acceleration not calculated properly when a ↵rubidium
train goes up a hill between tunnels.
2007-06-25(svn r10316) -Codechange: (consistently) use index to refer to group names. ↵peter1138
Also the group string_id is irrelevant unless it is a custom name, so don't 'waste' a savegame string id.
2007-06-25(svn r10315) -Update: WebTranslator2 update to 2007-06-25 06:40:44miham
american - 5 fixed by WhiteRabbit (5) estonian - 11 fixed by t2t2 (11) hungarian - 6 fixed, 2 changed by miham (8) italian - 2 changed by lorenzodv (2) japanese - 5 fixed by ickoonite (5) norwegian_nynorsk - 6 fixed by pollux (6) romanian - 6 fixed, 2 changed by kneekoo (8) russian - 8 fixed, 2 changed by Smoky555 (10) slovenian - 5 fixed by Sonicelo (5) traditional_chinese - 5 fixed by xbddc (5) ukrainian - 10 fixed by fevral13 (10)
2007-06-24(svn r10314) -Codechange: Refer to vehicle names by indexpeter1138
2007-06-24(svn r10313) -Fix (r8546): value for password "protected" was sent toggled ↵rubidium
for UDP packets, i.e. unpassworded companies showed up passworded and vice versa.
2007-06-24(svn r10312) -Fix (r10210): the 64 values in the 'players' console command ↵rubidium
were not printed properly; they did even "overflow" into the next to-be-printed values.
2007-06-24(svn r10311) -Fix: I'm not retired, just relatively inactive ;)orudge
2007-06-24(svn r10310) -Fix: Trunk can now be built on OS/2 :)orudge
2007-06-24(svn r10309) -Revert (part of r10308): "fixing" the bounding box for bridge ↵rubidium
entrances reveals one of the bugs that will be fixed when FS#119 is fixed.
2007-06-24(svn r10308) -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on ↵rubidium
fixing FS#119.
2007-06-24(svn r10306) -Fix [FS#890]: the fix in r10219 was not enough to stop this ↵rubidium
bug from happening.
2007-06-24(svn r10305) -Update: WebTranslator2 update to 2007-06-24 18:32:39miham
american - 33 fixed by WhiteRabbit (33) brazilian_portuguese - 5 fixed by tucalipe (5) catalan - 5 fixed, 7 changed by arnaullv (12) italian - 5 fixed by lorenzodv (5) japanese - 8 fixed by ickoonite (8) korean - 5 fixed, 2 changed by darkttd (7) norwegian_nynorsk - 36 fixed by pollux (36) portuguese - 7 fixed by izhirahider (7) slovenian - 32 fixed by Necrolyte (32) traditional_chinese - 78 fixed, 2 changed by xbddc (80)
2007-06-24(svn r10304) -Fix [YAPF](r10301): removed assert which could violate without ↵KUDr
danger when searching for the nearest depot. From now on the segment can be closed without reason in that case (peter1138)
2007-06-24(svn r10303) -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138)KUDr
2007-06-24(svn r10302) -Fix [YAPF, MP]: now (with r10301) it is no longer needed to ↵KUDr
invalidate the YAPF segment cache every tick in MP. Segment cost now doesn't contain the curves between segments. As a result the cache should be now accurate.
2007-06-24(svn r10301) -Fix [FS#901, YAPF]: another assert violation in some special ↵KUDr
cases (immeR)
2007-06-24(svn r10300) -Fix [FS#917]: give a better explanation why the loading of a ↵rubidium
savegame failed and do not crash on loading savegames that were altered by patches or branches.
2007-06-24(svn r10299) -Codechange [FS#931]: industry foundations should be drawn as ↵rubidium
all other foundations, i.e. with DrawFoundation, instead of writing the same functionality itself.