------------------------------------------------------------------------ r5338 | peter1138 | 2006-06-22 21:31:09 +0000 (Thu, 22 Jun 2006) | 2 lines - NewGRF: add support for vehicle variable 48, vehicle type info (more mart3p) ------------------------------------------------------------------------ r5337 | peter1138 | 2006-06-22 21:25:51 +0000 (Thu, 22 Jun 2006) | 2 lines - NewGRF: pass the engine type to the engine resolver, to allow support for variable 7F for unbuilt vehicles (mart3p) ------------------------------------------------------------------------ r5336 | peter1138 | 2006-06-22 21:15:27 +0000 (Thu, 22 Jun 2006) | 2 lines - NewGRF: draw custom helicopter rotor sprites in vehicle info window, ensuring the correct direction is used (inspiration from mart3p) ------------------------------------------------------------------------ r5335 | peter1138 | 2006-06-22 21:03:19 +0000 (Thu, 22 Jun 2006) | 2 lines - Newgrf: correct spelling of hangar ------------------------------------------------------------------------ r5328 | miham | 2006-06-21 17:52:27 +0000 (Wed, 21 Jun 2006) | 9 lines WebTranslator2 update to 2006-06-21 19:52:04 american - 1 fixed by WhiteRabbit (1) dutch - 1 fixed, 1 changed by habell (2) french - 1 fixed by glx (1) german - 4 fixed by moewe2 (4) italian - 1 fixed, 1 changed by sidew (2) polish - 1 fixed by meush (1) ukrainian - 1 fixed by znikoz (1) ------------------------------------------------------------------------ r5327 | tron | 2006-06-21 16:40:23 +0000 (Wed, 21 Jun 2006) | 4 lines Use DrawFoundation() for houses -Fix: Some graphical glitches on house tiles with foundations -Fix: The selection cursor is now aligned with the top of the foundation for house tiles ------------------------------------------------------------------------ r5326 | tron | 2006-06-21 11:30:28 +0000 (Wed, 21 Jun 2006) | 3 lines Remove the indicator bit for custom waypoint graphics, because it just contains redundant information Yup-yup-ed by: peter1138 ------------------------------------------------------------------------ r5325 | tron | 2006-06-21 11:13:02 +0000 (Wed, 21 Jun 2006) | 1 line Don't test something if we already know the result true, because the same test was performed just a few lines before ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------