log

age author description
Wed, 28 Jun 2006 20:27:31 +0000 peter1138 (svn r5409) - Regression [r5391]: WE_CLICK event of SelectScenarioWndProc() cascaded to WE_RESIZE handler, causing the Save and Map toolbar widgets to be altered. Fix by putting the break; back. draft
Wed, 28 Jun 2006 18:37:53 +0000 peter1138 (svn r5406) - Regression [r5403]: Fix assertion in TileLoop_Water() caused by oil rigs also using it... draft
Wed, 28 Jun 2006 17:50:26 +0000 miham (svn r5405) WebTranslator2 update to 2006-06-28 19:50:13 draft
Wed, 28 Jun 2006 17:46:55 +0000 belugas (svn r5404) Fix (r5391) : Yet another typo. Nothing specatular :) draft
Wed, 28 Jun 2006 17:33:04 +0000 peter1138 (svn r5403) - Feature: Allow building canals at sea-level, using ctrl to toggle canal or plain water tile. This allows building of non-raisable sea-level water ways (useful in multiplayer) and dikes for low-level areas. draft
Wed, 28 Jun 2006 13:08:40 +0000 miham (svn r5402) WebTranslator2 update to 2006-06-28 15:08:19 draft
Wed, 28 Jun 2006 06:46:15 +0000 tron (svn r5400) Typo in 5391, spotted by peter1138 draft
Wed, 28 Jun 2006 06:21:03 +0000 tron (svn r5399) Simplify a conditional expression: (a && b) || (!a && !b) -> a == b draft
Wed, 28 Jun 2006 06:17:41 +0000 tron (svn r5398) Rename checkRadioTowerNearby() to IsRadioTowerNearby() and flip its return value to make it a bit less ambiguous draft
Wed, 28 Jun 2006 06:12:23 +0000 tron (svn r5397) -Fix: Redraw the screen, when switching the signal side draft
Wed, 28 Jun 2006 06:10:20 +0000 tron (svn r5396) - Remove two fixed parameters draft
Wed, 28 Jun 2006 05:56:09 +0000 tron (svn r5395) The railway station and depot building windows are not affiliated with the terraforming toolbar. So don't let the terraforming toolbar try to close them, they aren't open then anyway. draft
Wed, 28 Jun 2006 05:47:55 +0000 tron (svn r5394) Allocate a small, fixed-size array on the stack instead of malloc()ing it draft
Wed, 28 Jun 2006 03:29:14 +0000 belugas (svn r5393) CodeChange : Little typo correction. Nothing spectacular. Only broke in MSVC draft
Tue, 27 Jun 2006 21:25:53 +0000 tron (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular draft
Tue, 27 Jun 2006 18:27:58 +0000 miham (svn r5390) [Translations] Added initial bulgarian language (not even the headers are complete) draft
Tue, 27 Jun 2006 17:49:06 +0000 miham (svn r5389) WebTranslator2 update to 2006-06-27 19:48:50 draft
Tue, 27 Jun 2006 12:53:13 +0000 miham (svn r5388) WebTranslator2 update to 2006-06-27 14:52:55 draft
Mon, 26 Jun 2006 23:38:32 +0000 richk (svn r5385) - Fix: Corrected new helipad layering so helicopters go over the H, not through it! ;) Thanks to mart3p for spotting this. draft
Mon, 26 Jun 2006 20:58:49 +0000 richk (svn r5376) - Fix: Changed error message when trying to build a CTOL aircraft at a helidepot/helistation to "Airport has no runway". (Thanks to MeusH). Osprey can now be built at helidepot/helistation. (Thanks to mart3p). draft
Mon, 26 Jun 2006 17:51:58 +0000 miham (svn r5370) WebTranslator2 update to 2006-06-26 19:51:45 draft
Mon, 26 Jun 2006 05:58:21 +0000 miham (svn r5366) WebTranslator2 update to 2006-06-26 07:55:30 draft
Sun, 25 Jun 2006 18:58:45 +0000 tron (svn r5365) -Fix: It was possible to dig into a tunnel if certain rail combinations were ontop of it draft
Sun, 25 Jun 2006 17:51:23 +0000 tron (svn r5364) Clean up r5363 draft
Sun, 25 Jun 2006 17:39:19 +0000 tron (svn r5363) Revert 5312, 5288, 5248, 3992, 3249, 3228 draft
Sun, 25 Jun 2006 13:42:37 +0000 richk (svn r5362) - Fix: Updated sprites in New Airports to be allow cleaner replacement by newgrf graphics. All tiles now use SPR_AIRPORT_APRON as the tarmac. Created two new sprites in airports.grf for half-grass half-tarmac tiles on Intercontinental airport. draft
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