Commit Graph

4068 Commits (ef4b0ab5b68c7ce4904eeaec2945682f99dac138)
 

Author SHA1 Message Date
tron ef4b0ab5b6 (svn r5363) Revert 5312, 5288, 5248, 3992, 3249, 3228
They were all aimed at fixing the terraform-into-tunnel problem, but introduced new sideeffects while doing so
18 years ago
richk 5f29205e94 (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. 18 years ago
Darkvater 0985148388 (svn r5360) - Fix (r5359): *sigh*, compile before you commit... 18 years ago
Darkvater 4b3d4afb47 (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. 18 years ago
miham 9b0a071980 (svn r5355) WebTranslator2 update to 2006-06-25 08:46:11
afrikaans  - 462 fixed, 5 changed by TrueTenacity (467)
american   - 13 fixed by WhiteRabbit (13)
portuguese - 14 fixed by supra90 (14)
ukrainian  - 13 fixed by znikoz (13)
18 years ago
tron eb15c9fffa (svn r5352) -Fix: Return accurate slope information for tunnels and bridges to fix several foundation graphics glitches 18 years ago
tron d1540dad34 (svn r5351) -Fix: Several graphical glitches at adjacent tiles with foundations. Some borders were missing, some were superfluous 18 years ago
tron d083c3cbd7 (svn r5348) -Fix: A HQ could only be flooded at its northern tile, the other 3 were immune to water 18 years ago
richk 5d2bff0b78 (svn r5346) - Feature: Add 4 new airports. 2 for aircraft, 2 for helicopters.
Commuter airport: Small. 5x4. 3 terminals, 2 helipads.
Intercontinental: massive. 9x11. 8 terminals, 2 helipads, 4 runways.
Helidepot: a small heliport with a depot for helis only.
Helistation: a large heliport with 3 helipads and a depot.
18 years ago
peter1138 505565c1ce (svn r5338) - NewGRF: add support for vehicle variable 48, vehicle type info (more mart3p) 18 years ago
peter1138 1e34740946 (svn r5337) - NewGRF: pass the engine type to the engine resolver, to allow support for variable 7F for unbuilt vehicles (mart3p) 18 years ago
peter1138 191023787a (svn r5336) - NewGRF: draw custom helicopter rotor sprites in vehicle info window, ensuring the correct direction is used (inspiration from mart3p) 18 years ago
peter1138 fed615a997 (svn r5335) - Newgrf: correct spelling of hangar 18 years ago
miham 09dcb90c52 (svn r5328) 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)
18 years ago
tron 28eefd737a (svn r5327) 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
18 years ago
tron 5d1ae07dc5 (svn r5326) Remove the indicator bit for custom waypoint graphics, because it just contains redundant information
Yup-yup-ed by: peter1138
18 years ago
tron b8778e6341 (svn r5325) Don't test something if we already know the result true, because the same test was performed just a few lines before 18 years ago
peter1138 eebcec949b (svn r5320) - NewGRF: make sets using TTDPatch's train reversing hack/feature happier (and consistent) by returning 0 for the flag it uses. 18 years ago
peter1138 34ba92b488 (svn r5318) - 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.
18 years ago
tron e6b7fbd949 (svn r5317) s/RGT_/ROADSIDE_/ and some minor changes 18 years ago
miham 3723f3f300 (svn r5316) WebTranslator2 update to 2006-06-19 19:40:09
estonian   - 4 fixed by t2t2 (4)
hungarian  - 1 fixed by miham (1)
18 years ago
tron d8605beacf (svn r5315) -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
18 years ago
tron bba2109b22 (svn r5314) -Regression: When road works started on a road tile with barren roadside the road side turned into trees (caused by r4258) 18 years ago
tron fc4a046fe2 (svn r5313) Move IsRailWaypoint() to rail_map.h and remove unused enum 18 years ago
Darkvater c0ca6fbd66 (svn r5312) - Fix (r5288): Be very strict about terraforming. If a rail tile has a foundation already, bail out. 18 years ago
miham 075cb1752c (svn r5310) WebTranslator2 update to 2006-06-18 21:00:21
afrikaans  - 116 fixed, 2 changed by TrueTenacity (118)
portuguese - 13 fixed by supra90 (13)
18 years ago
tron 000497273c (svn r5309) Partially fix the rail header dependency fiasco: rail_map.h now depends on rail.h and not the other way round anymore 18 years ago
tron 098bf494da (svn r5308) Replace an array of function pointers with a switch: It's shorter, more comprehensible, less dependent on magic numbers 18 years ago
tron eba337d51a (svn r5307) Remove two unnecessary indirections which used function pointers instead of directly calling the functions 18 years ago
tron 150b9cb869 (svn r5298) Hide function declarations and remove function stubs which aren't needed in the !ENABLE_NETWORK case 18 years ago
tron d9febd1458 (svn r5297) Check the interface flags if IFF_BROADCAST is set before asking for the broadcast address 18 years ago
tron 325e460ca9 (svn r5295) Handle a quirk in the Windows interface detection code and fix a typo in r5293 (thanks to Darkvater for testing) 18 years ago
tron 5ee201d71e (svn r5294) -Fix: Plug a memory leak 18 years ago
tron 213061ef47 (svn r5293) -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
18 years ago
tron 9e130fe09e (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 18 years ago
glx 24e31b69cc (svn r5291) - Fix: '-f' switch is not valid on windows, so don't show it in help 18 years ago
Darkvater fcf19e18eb (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. 18 years ago
Darkvater 57d0d447f9 (svn r5287) - Set some more ignore values (*.user), automatically generated by VS2005 18 years ago
Darkvater df90a8a89d (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. 18 years ago
miham e93e581dc6 (svn r5285) WebTranslator2 update to 2006-06-15 19:12:46
american   - 1 changed by WhiteRabbit (1)
18 years ago
miham 9ce3dfffe0 (svn r5266) WebTranslator2 update to 2006-06-14 19:54:19
czech      - 4 fixed by Hadez (4)
italian    - 15 changed by sidew (15)
18 years ago
tron 5f7a8a3c58 (svn r5265) Replace a dozen bogus uses of strncmp() by strcmp() 18 years ago
tron 5778bfa04a (svn r5264) -Fix: The wrong IP could get unbanned, e.g. 'unban 1.2.3.42' could result in unbanning 1.2.3.4 18 years ago
tron aedb7f0112 (svn r5263) Use the flag which denotes if it's a plane or helicopter instead of magical engine numbers 18 years ago
tron 44829a401c (svn r5262) Add symbolic names for the aircraft subtypes. not perfect, but better than raw numbers 18 years ago
tron 505e85c99b (svn r5260) -Fix: It was possible to convert the railtype of a bridge while a train was on it 18 years ago
tron e12ea73ec4 (svn r5259) -Codechange: GetBridgeHeight{Ramp,}() now returns the height of the bridge, not one level lower 18 years ago
miham 36c3a72018 (svn r5250) WebTranslator2 update to 2006-06-13 19:40:20
italian    - 4 fixed, 1 changed by sidew (5)
18 years ago
peter1138 670b0f7d9a (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. 18 years ago
Darkvater 1ae2eba279 (svn r5248) - [Codechange]: Remove TerraformProc()'s mode parameter as it is not used 18 years ago