------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ r5250 | miham | 2006-06-13 17:40:29 +0000 (Tue, 13 Jun 2006) | 3 lines WebTranslator2 update to 2006-06-13 19:40:20 italian - 4 fixed, 1 changed by sidew (5) ------------------------------------------------------------------------ r5249 | peter1138 | 2006-06-13 17:13:46 +0000 (Tue, 13 Jun 2006) | 2 lines - Add code to copy the palette to a temporary byte aligned array when making a PCX screenshot, if the palette array is not byte aligned. ------------------------------------------------------------------------ r5248 | Darkvater | 2006-06-13 14:04:12 +0000 (Tue, 13 Jun 2006) | 1 line - [Codechange]: Remove TerraformProc()'s mode parameter as it is not used ------------------------------------------------------------------------ r5240 | peter1138 | 2006-06-12 11:38:07 +0000 (Mon, 12 Jun 2006) | 2 lines - NewGRF: when there is more than one engine in a consist, base livery overrides and powered wagon weight/power on the last engine before the wagon. ------------------------------------------------------------------------ r5229 | glx | 2006-06-11 21:38:35 +0000 (Sun, 11 Jun 2006) | 1 line Remove a write-only variable ------------------------------------------------------------------------ r5228 | KUDr | 2006-06-11 21:19:51 +0000 (Sun, 11 Jun 2006) | 1 line Suppress MSVC warnings about signed/unsigned comparison ------------------------------------------------------------------------ r5227 | miham | 2006-06-11 19:23:39 +0000 (Sun, 11 Jun 2006) | 5 lines WebTranslator2 update to 2006-06-11 21:23:24 lithuanian - 16 fixed, 3 changed by Plyta (19) polish - 4 changed by meush (4) spanish - 31 fixed by eusebio (31) ------------------------------------------------------------------------