rubidium [Sun, 24 Jun 2007 20:06:10 +0000] rev 7539
(svn r10308) -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on fixing FS#119.
rubidium [Sun, 24 Jun 2007 16:44:06 +0000] rev 7538
(svn r10306) -Fix [FS#890]: the fix in r10219 was not enough to stop this bug from happening.
miham [Sun, 24 Jun 2007 16:33:10 +0000] rev 7537
(svn r10305) -Update: WebTranslator2 update to 2007-06-24 18:32:39
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)
KUDr [Sun, 24 Jun 2007 14:40:54 +0000] rev 7536
(svn r10304) -Fix [YAPF](r10301): removed assert which could violate without danger when searching for the nearest depot. From now on the segment can be closed without reason in that case (peter1138)
KUDr [Sun, 24 Jun 2007 13:30:03 +0000] rev 7535
(svn r10303) -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138)
KUDr [Sun, 24 Jun 2007 13:22:41 +0000] rev 7534
(svn r10302) -Fix [YAPF, MP]: now (with r10301) it is no longer needed to 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.
KUDr [Sun, 24 Jun 2007 13:18:54 +0000] rev 7533
(svn r10301) -Fix [FS#901, YAPF]: another assert violation in some special cases (immeR)
rubidium [Sun, 24 Jun 2007 12:27:11 +0000] rev 7532
(svn r10300) -Fix [FS#917]: give a better explanation why the loading of a savegame failed and do not crash on loading savegames that were altered by patches or branches.
rubidium [Sun, 24 Jun 2007 10:20:05 +0000] rev 7531
(svn r10299) -Codechange [FS#931]: industry foundations should be drawn as all other foundations, i.e. with DrawFoundation, instead of writing the same functionality itself.
rubidium [Sat, 23 Jun 2007 21:12:09 +0000] rev 7530
(svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore.