------------------------------------------------------------------------ r10982 | rubidium | 2007-08-26 14:38:44 +0000 (Sun, 26 Aug 2007) | 2 lines -Fix [FS#1162]: some old savegames could be in a state that the current game logic does not like; in the list of vehicles loading at a station when the vehicle is not actually at the station. ------------------------------------------------------------------------ r10981 | rubidium | 2007-08-26 13:55:36 +0000 (Sun, 26 Aug 2007) | 2 lines -Fix [FS#1156] (r10970): stations gave ratings for accepted cargo too. ------------------------------------------------------------------------ r10980 | belugas | 2007-08-26 00:23:32 +0000 (Sun, 26 Aug 2007) | 2 lines -Fix [FS#1158] : This will hopefully fix the case of an assert that happens when an industry uses a special gfx index (tile spec 0xFF). This 0xFF is the sentinel of a special check done for oil rigs, where water need to be around, but no tile will be constructed on it. Problem is that the upper limit of gfx tiles is currently at 175. So, of course the system will assert with 255 ;) ------------------------------------------------------------------------ r10979 | rubidium | 2007-08-25 20:32:18 +0000 (Sat, 25 Aug 2007) | 2 lines -Fix [FS#1157]: catenary on tunnel tiles was drawn non-transparant when the other catenary was drawn transparant. Patch by smatz. ------------------------------------------------------------------------ r10978 | rubidium | 2007-08-25 20:05:58 +0000 (Sat, 25 Aug 2007) | 2 lines -Fix (r10974): only the first road stop (with correct roadtype) was considered when distributing vehicles. ------------------------------------------------------------------------ r10975 | miham | 2007-08-24 19:49:40 +0000 (Fri, 24 Aug 2007) | 4 lines -Update: WebTranslator2 update to 2007-08-24 21:49:23 croatian - 1 fixed by knovak (1) finnish - 4 changed by tonihele (4) ------------------------------------------------------------------------ r10974 | rubidium | 2007-08-24 19:19:18 +0000 (Fri, 24 Aug 2007) | 2 lines -Fix [FS#1144, FS#1155]: road vehicles that could not (properly) use a road stop still tried to go to that road stop. ------------------------------------------------------------------------ r10973 | KUDr | 2007-08-24 17:49:42 +0000 (Fri, 24 Aug 2007) | 2 lines -Fix [FS#1154]: update wp->xy when waypoint is moved (Catalan) ------------------------------------------------------------------------ r10972 | belugas | 2007-08-24 00:23:35 +0000 (Fri, 24 Aug 2007) | 2 lines -Codechange: Implement the counterpart(GetTranslatedIndustryTileID) of getindustileid of TTDPatch. This allows to ensure that the ID of a tile (taken out of the map or not) is still a valid one regarding the possible override it may have been flagged to. It is not the strict same thing, but is what we need regarding the slightly different approach we took for newindustries. ------------------------------------------------------------------------ r10971 | belugas | 2007-08-24 00:04:51 +0000 (Fri, 24 Aug 2007) | 1 line -Codechange: One less magical number ------------------------------------------------------------------------ r10968 | belugas | 2007-08-23 18:05:51 +0000 (Thu, 23 Aug 2007) | 1 line -Codechange: Remove a tileloop performed in the AfterLoadCountBuildings function and use the main loop of CheckhouseIDs instead ------------------------------------------------------------------------ r10967 | truelight | 2007-08-23 11:08:59 +0000 (Thu, 23 Aug 2007) | 2 lines -Fix: in case of moving the window on create (because it doesn't fit in the screen), make sure to move the viewport too if we are an extra viewport (spotted by Maedhros) ------------------------------------------------------------------------ r10964 | miham | 2007-08-22 20:57:28 +0000 (Wed, 22 Aug 2007) | 8 lines -Update: WebTranslator2 update to 2007-08-22 22:57:00 croatian - 9 fixed, 13 changed by knovak (22) italian - 10 fixed by lorenzodv (10) japanese - 5 fixed by ickoonite (5) polish - 10 fixed, 1 changed by meush (11) slovak - 77 changed by lengyel (77) spanish - 5 fixed by eusebio (5) ------------------------------------------------------------------------ r10963 | belugas | 2007-08-22 01:16:08 +0000 (Wed, 22 Aug 2007) | 2 lines -Revert(10700): Although the idea was good, it was more prone of errors than usefull. So now, it will be better to jump to the overriden tile when it is been marked as an override ------------------------------------------------------------------------ r10962 | belugas | 2007-08-22 00:59:46 +0000 (Wed, 22 Aug 2007) | 1 line -Codechange: protect yourself against an illicit substitution ------------------------------------------------------------------------ r10961 | belugas | 2007-08-22 00:52:25 +0000 (Wed, 22 Aug 2007) | 2 lines -Codechange: Flag default substitutes of industry/tiles with a value that cannot be legal. This avoids the forest of coal mine error in the futur ------------------------------------------------------------------------ r10955 | belugas | 2007-08-21 00:29:10 +0000 (Tue, 21 Aug 2007) | 1 line -Fix: The substitute prop (0x08) of industry tiles does not behave as prop 0x08 of industry. Therefore, do not disable the old industry with value of 0xFF. Not a bug fix, just a spec compliance correction... ------------------------------------------------------------------------ r10953 | rubidium | 2007-08-20 20:29:22 +0000 (Mon, 20 Aug 2007) | 2 lines -Fix [FS#1139, FS#1143]: stations would not get a rating when there were already two stations with a "more than default" rating as no cargo would be moved to the station to be picked up. ------------------------------------------------------------------------ r10948 | glx | 2007-08-19 21:51:36 +0000 (Sun, 19 Aug 2007) | 1 line -Add: [win32] crash.dmp support for MSVC release builds ------------------------------------------------------------------------