log

age author description
Sun, 25 Jun 2006 12:28:40 +0000 Darkvater (svn r5360) - Fix (r5359): *sigh*, compile before you commit... draft
Sun, 25 Jun 2006 12:27:49 +0000 Darkvater (svn r5359) - Setting a patch value through the console would show the old value as a confirmation. This was caused by the actual action being executed a tick later in multiplayer mode. Simply work around it by not showing the new value. If someone really must now it, just query again. draft
Sun, 25 Jun 2006 06:46:27 +0000 miham (svn r5355) WebTranslator2 update to 2006-06-25 08:46:11 draft
Sat, 24 Jun 2006 22:52:24 +0000 tron (svn r5352) -Fix: Return accurate slope information for tunnels and bridges to fix several foundation graphics glitches draft
Sat, 24 Jun 2006 22:19:28 +0000 tron (svn r5351) -Fix: Several graphical glitches at adjacent tiles with foundations. Some borders were missing, some were superfluous draft
Sat, 24 Jun 2006 08:08:28 +0000 tron (svn r5348) -Fix: A HQ could only be flooded at its northern tile, the other 3 were immune to water draft
Fri, 23 Jun 2006 22:05:40 +0000 richk (svn r5346) - Feature: Add 4 new airports. 2 for aircraft, 2 for helicopters. draft
Thu, 22 Jun 2006 21:31:09 +0000 peter1138 (svn r5338) - NewGRF: add support for vehicle variable 48, vehicle type info (more mart3p) draft
Thu, 22 Jun 2006 21:25:51 +0000 peter1138 (svn r5337) - NewGRF: pass the engine type to the engine resolver, to allow support for variable 7F for unbuilt vehicles (mart3p) draft
Thu, 22 Jun 2006 21:15:27 +0000 peter1138 (svn r5336) - NewGRF: draw custom helicopter rotor sprites in vehicle info window, ensuring the correct direction is used (inspiration from mart3p) draft
Thu, 22 Jun 2006 21:03:19 +0000 peter1138 (svn r5335) - Newgrf: correct spelling of hangar draft
Wed, 21 Jun 2006 17:52:27 +0000 miham (svn r5328) WebTranslator2 update to 2006-06-21 19:52:04 draft
Wed, 21 Jun 2006 16:40:23 +0000 tron (svn r5327) Use DrawFoundation() for houses draft
Wed, 21 Jun 2006 11:30:28 +0000 tron (svn r5326) Remove the indicator bit for custom waypoint graphics, because it just contains redundant information draft
Wed, 21 Jun 2006 11:13:02 +0000 tron (svn r5325) Don't test something if we already know the result true, because the same test was performed just a few lines before draft
Tue, 20 Jun 2006 13:15:56 +0000 peter1138 (svn r5320) - NewGRF: make sets using TTDPatch's train reversing hack/feature happier (and consistent) by returning 0 for the flag it uses. draft
Tue, 20 Jun 2006 07:07:28 +0000 peter1138 (svn r5318) - Allow room for a single pixel overflow on the first engine when drawing a train's image. draft
Mon, 19 Jun 2006 20:13:50 +0000 tron (svn r5317) s/RGT_/ROADSIDE_/ and some minor changes draft
Mon, 19 Jun 2006 17:40:27 +0000 miham (svn r5316) WebTranslator2 update to 2006-06-19 19:40:09 draft
Mon, 19 Jun 2006 17:22:57 +0000 tron (svn r5315) -Fix: Prohibit altering a road tile while road works are in progress draft
Mon, 19 Jun 2006 09:40:08 +0000 tron (svn r5314) -Regression: When road works started on a road tile with barren roadside the road side turned into trees (caused by r4258) draft
Mon, 19 Jun 2006 09:15:16 +0000 tron (svn r5313) Move IsRailWaypoint() to rail_map.h and remove unused enum draft
Mon, 19 Jun 2006 06:49:51 +0000 Darkvater (svn r5312) - Fix (r5288): Be very strict about terraforming. If a rail tile has a foundation already, bail out. draft
Sun, 18 Jun 2006 19:00:39 +0000 miham (svn r5310) WebTranslator2 update to 2006-06-18 21:00:21 draft
Sun, 18 Jun 2006 15:28:29 +0000 tron (svn r5309) Partially fix the rail header dependency fiasco: rail_map.h now depends on rail.h and not the other way round anymore draft
Sun, 18 Jun 2006 09:37:08 +0000 tron (svn r5308) Replace an array of function pointers with a switch: It's shorter, more comprehensible, less dependent on magic numbers draft
Sun, 18 Jun 2006 07:49:25 +0000 tron (svn r5307) Remove two unnecessary indirections which used function pointers instead of directly calling the functions draft
Sat, 17 Jun 2006 14:11:26 +0000 tron (svn r5298) Hide function declarations and remove function stubs which aren't needed in the !ENABLE_NETWORK case draft
Sat, 17 Jun 2006 13:25:22 +0000 tron (svn r5297) Check the interface flags if IFF_BROADCAST is set before asking for the broadcast address draft
Sat, 17 Jun 2006 12:11:17 +0000 tron (svn r5295) Handle a quirk in the Windows interface detection code and fix a typo in r5293 (thanks to Darkvater for testing) draft
Sat, 17 Jun 2006 10:37:20 +0000 tron (svn r5294) -Fix: Plug a memory leak draft
Sat, 17 Jun 2006 10:24:20 +0000 tron (svn r5293) -Fix: Not all network interfaces are capable of broadcasting. Don't record those which aren't draft
Sat, 17 Jun 2006 08:16:58 +0000 tron (svn r5292) -Fix: When using SIOCGIFCONF to detect network interfaces accomodate for the fact that struct sockaddr doesn't have fixed size in all implementations draft
Sat, 17 Jun 2006 02:25:18 +0000 glx (svn r5291) - Fix: '-f' switch is not valid on windows, so don't show it in help draft
Fri, 16 Jun 2006 18:54:48 +0000 Darkvater (svn r5288) - 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. draft
Fri, 16 Jun 2006 18:47:30 +0000 Darkvater (svn r5287) - Set some more ignore values (*.user), automatically generated by VS2005 draft
Fri, 16 Jun 2006 00:28:15 +0000 Darkvater (svn r5286) - 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. draft
Thu, 15 Jun 2006 17:12:55 +0000 miham (svn r5285) WebTranslator2 update to 2006-06-15 19:12:46 draft
Wed, 14 Jun 2006 17:54:31 +0000 miham (svn r5266) WebTranslator2 update to 2006-06-14 19:54:19 draft
Wed, 14 Jun 2006 13:22:30 +0000 tron (svn r5265) Replace a dozen bogus uses of strncmp() by strcmp() draft
Wed, 14 Jun 2006 12:30:31 +0000 tron (svn r5264) -Fix: The wrong IP could get unbanned, e.g. 'unban 1.2.3.42' could result in unbanning 1.2.3.4 draft
Wed, 14 Jun 2006 11:26:56 +0000 tron (svn r5263) Use the flag which denotes if it's a plane or helicopter instead of magical engine numbers draft
Wed, 14 Jun 2006 11:05:30 +0000 tron (svn r5262) Add symbolic names for the aircraft subtypes. not perfect, but better than raw numbers draft
Wed, 14 Jun 2006 09:52:50 +0000 tron (svn r5260) -Fix: It was possible to convert the railtype of a bridge while a train was on it draft
Wed, 14 Jun 2006 09:01:21 +0000 tron (svn r5259) -Codechange: GetBridgeHeight{Ramp,}() now returns the height of the bridge, not one level lower draft
Tue, 13 Jun 2006 17:40:29 +0000 miham (svn r5250) WebTranslator2 update to 2006-06-13 19:40:20 draft
Tue, 13 Jun 2006 17:13:46 +0000 peter1138 (svn r5249) - 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. draft
Tue, 13 Jun 2006 14:04:12 +0000 Darkvater (svn r5248) - [Codechange]: Remove TerraformProc()'s mode parameter as it is not used draft
Mon, 12 Jun 2006 11:38:07 +0000 peter1138 (svn r5240) - 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. draft
Sun, 11 Jun 2006 21:38:35 +0000 glx (svn r5229) Remove a write-only variable draft
Sun, 11 Jun 2006 21:19:51 +0000 KUDr (svn r5228) Suppress MSVC warnings about signed/unsigned comparison draft
Sun, 11 Jun 2006 19:23:39 +0000 miham (svn r5227) WebTranslator2 update to 2006-06-11 21:23:24 draft
Sun, 11 Jun 2006 16:00:56 +0000 tron (svn r5226) Reduce the mess that sending chat messages is draft
Sun, 11 Jun 2006 14:56:21 +0000 tron (svn r5225) Some windows periodically check if their parent exists - if not they close themselves draft
Sun, 11 Jun 2006 07:17:43 +0000 tron (svn r5222) Misc. smaller changes, mostly const, variable scope and replacing some magic numbers by enums draft
Sat, 10 Jun 2006 21:06:29 +0000 tron (svn r5221) Make the assertion in SetTileType() more strict: "lower edge of map <=> VOID" instead of just "lower edge of map => VOID" draft
Sat, 10 Jun 2006 20:11:02 +0000 tron (svn r5220) Testing for existence AND using rm -f is tautologous draft
Sat, 10 Jun 2006 20:08:19 +0000 tron (svn r5219) CMD_CLEAR_AREA doesn't use p2, so don't pass anything seemingly meaningful draft
Sat, 10 Jun 2006 19:40:43 +0000 tron (svn r5218) Remove GenericRaiseLowerLand(). It's not really as generic as the its name suggests, it's just an unnecessary indirection draft
Sat, 10 Jun 2006 18:54:28 +0000 miham (svn r5217) WebTranslator2 update to 2006-06-10 20:54:18 draft