------------------------------------------------------------------------ r5320 | peter1138 | 2006-06-20 13:15:56 +0000 (Tue, 20 Jun 2006) | 2 lines - NewGRF: make sets using TTDPatch's train reversing hack/feature happier (and consistent) by returning 0 for the flag it uses. ------------------------------------------------------------------------ r5318 | peter1138 | 2006-06-20 07:07:28 +0000 (Tue, 20 Jun 2006) | 3 lines - Allow room for a single pixel overflow on the first engine when drawing a train's image. - Draw the depot highlight box after drawing all engines on a line, so that the box isn't hidden. ------------------------------------------------------------------------ r5317 | tron | 2006-06-19 20:13:50 +0000 (Mon, 19 Jun 2006) | 1 line s/RGT_/ROADSIDE_/ and some minor changes ------------------------------------------------------------------------ r5316 | miham | 2006-06-19 17:40:27 +0000 (Mon, 19 Jun 2006) | 4 lines WebTranslator2 update to 2006-06-19 19:40:09 estonian - 4 fixed by t2t2 (4) hungarian - 1 fixed by miham (1) ------------------------------------------------------------------------ r5315 | tron | 2006-06-19 17:22:57 +0000 (Mon, 19 Jun 2006) | 3 lines -Fix: Prohibit altering a road tile while road works are in progress This fixes some glitches like "turning" the excavation by adding/removing road bits or removing the road piece ------------------------------------------------------------------------ r5314 | tron | 2006-06-19 09:40:08 +0000 (Mon, 19 Jun 2006) | 1 line -Regression: When road works started on a road tile with barren roadside the road side turned into trees (caused by r4258) ------------------------------------------------------------------------ r5313 | tron | 2006-06-19 09:15:16 +0000 (Mon, 19 Jun 2006) | 1 line Move IsRailWaypoint() to rail_map.h and remove unused enum ------------------------------------------------------------------------ r5312 | Darkvater | 2006-06-19 06:49:51 +0000 (Mon, 19 Jun 2006) | 1 line - Fix (r5288): Be very strict about terraforming. If a rail tile has a foundation already, bail out. ------------------------------------------------------------------------ r5310 | miham | 2006-06-18 19:00:39 +0000 (Sun, 18 Jun 2006) | 4 lines WebTranslator2 update to 2006-06-18 21:00:21 afrikaans - 116 fixed, 2 changed by TrueTenacity (118) portuguese - 13 fixed by supra90 (13) ------------------------------------------------------------------------ r5309 | tron | 2006-06-18 15:28:29 +0000 (Sun, 18 Jun 2006) | 1 line Partially fix the rail header dependency fiasco: rail_map.h now depends on rail.h and not the other way round anymore ------------------------------------------------------------------------ r5308 | tron | 2006-06-18 09:37:08 +0000 (Sun, 18 Jun 2006) | 1 line Replace an array of function pointers with a switch: It's shorter, more comprehensible, less dependent on magic numbers ------------------------------------------------------------------------ r5307 | tron | 2006-06-18 07:49:25 +0000 (Sun, 18 Jun 2006) | 1 line Remove two unnecessary indirections which used function pointers instead of directly calling the functions ------------------------------------------------------------------------ r5298 | tron | 2006-06-17 14:11:26 +0000 (Sat, 17 Jun 2006) | 1 line Hide function declarations and remove function stubs which aren't needed in the !ENABLE_NETWORK case ------------------------------------------------------------------------ r5297 | tron | 2006-06-17 13:25:22 +0000 (Sat, 17 Jun 2006) | 1 line Check the interface flags if IFF_BROADCAST is set before asking for the broadcast address ------------------------------------------------------------------------ r5295 | tron | 2006-06-17 12:11:17 +0000 (Sat, 17 Jun 2006) | 1 line Handle a quirk in the Windows interface detection code and fix a typo in r5293 (thanks to Darkvater for testing) ------------------------------------------------------------------------ r5294 | tron | 2006-06-17 10:37:20 +0000 (Sat, 17 Jun 2006) | 1 line -Fix: Plug a memory leak ------------------------------------------------------------------------ r5293 | tron | 2006-06-17 10:24:20 +0000 (Sat, 17 Jun 2006) | 3 lines -Fix: Not all network interfaces are capable of broadcasting. Don't record those which aren't -Fix: Not all networks are /24. Generate proper broadcast addresses for non-/24 nets ------------------------------------------------------------------------ r5292 | tron | 2006-06-17 08:16:58 +0000 (Sat, 17 Jun 2006) | 1 line -Fix: When using SIOCGIFCONF to detect network interfaces accomodate for the fact that struct sockaddr doesn't have fixed size in all implementations ------------------------------------------------------------------------ r5291 | glx | 2006-06-17 02:25:18 +0000 (Sat, 17 Jun 2006) | 1 line - Fix: '-f' switch is not valid on windows, so don't show it in help ------------------------------------------------------------------------ r5288 | Darkvater | 2006-06-16 18:54:48 +0000 (Fri, 16 Jun 2006) | 1 line - Fix [FS#199]: Tunnel construction could erronously terraform a foundationed tile with rails. This also fixes another bug where you could implicitly remove a foundation by raising nearby sloped land. Desirable perhaps, but unwanted. ------------------------------------------------------------------------ r5287 | Darkvater | 2006-06-16 18:47:30 +0000 (Fri, 16 Jun 2006) | 1 line - Set some more ignore values (*.user), automatically generated by VS2005 ------------------------------------------------------------------------ r5286 | Darkvater | 2006-06-16 00:28:15 +0000 (Fri, 16 Jun 2006) | 1 line - Clean up VS2005 project files by making them identical to the VS2003 project file. Mainly put object files into a subdirectory of the project directory instead of a level higher which makes absolutely no sense. Also add some ignores, remove obsolete VS6 project files. ------------------------------------------------------------------------ r5285 | miham | 2006-06-15 17:12:55 +0000 (Thu, 15 Jun 2006) | 3 lines WebTranslator2 update to 2006-06-15 19:12:46 american - 1 changed by WhiteRabbit (1) ------------------------------------------------------------------------ r5266 | miham | 2006-06-14 17:54:31 +0000 (Wed, 14 Jun 2006) | 4 lines WebTranslator2 update to 2006-06-14 19:54:19 czech - 4 fixed by Hadez (4) italian - 15 changed by sidew (15) ------------------------------------------------------------------------ r5265 | tron | 2006-06-14 13:22:30 +0000 (Wed, 14 Jun 2006) | 1 line Replace a dozen bogus uses of strncmp() by strcmp() ------------------------------------------------------------------------ r5264 | tron | 2006-06-14 12:30:31 +0000 (Wed, 14 Jun 2006) | 2 lines -Fix: The wrong IP could get unbanned, e.g. 'unban 1.2.3.42' could result in unbanning 1.2.3.4 ------------------------------------------------------------------------ r5263 | tron | 2006-06-14 11:26:56 +0000 (Wed, 14 Jun 2006) | 1 line Use the flag which denotes if it's a plane or helicopter instead of magical engine numbers ------------------------------------------------------------------------ r5262 | tron | 2006-06-14 11:05:30 +0000 (Wed, 14 Jun 2006) | 1 line Add symbolic names for the aircraft subtypes. not perfect, but better than raw numbers ------------------------------------------------------------------------ r5260 | tron | 2006-06-14 09:52:50 +0000 (Wed, 14 Jun 2006) | 1 line -Fix: It was possible to convert the railtype of a bridge while a train was on it ------------------------------------------------------------------------ r5259 | tron | 2006-06-14 09:01:21 +0000 (Wed, 14 Jun 2006) | 1 line -Codechange: GetBridgeHeight{Ramp,}() now returns the height of the bridge, not one level lower ------------------------------------------------------------------------