Age | Commit message (Collapse) | Author |
|
includes for GCC 4.0+. Also clearify commit r8968 in-code
|
|
- introduce a new format (with backward compatability) that is more clear and needs a much simpler face drawer
- replace tons of ifs/switches/magic numbers by table lookups
|
|
strict-aliasing
|
|
stuff.. we know that\!
|
|
|
|
instead of trying to do the same manually.
|
|
afrikaans - 69 fixed, 24 changed by TrueTenacity (93)
american - 1 fixed by WhiteRabbit (1)
brazilian_portuguese - 14 fixed, 9 changed by tucalipe (11), fukumori (12)
catalan - 13 fixed by arnaullv (13)
czech - 13 fixed by Hadez (13)
dutch - 13 fixed by habell (13)
esperanto - 13 fixed by LaPingvino (13)
french - 13 fixed, 1 changed by glx (14)
german - 13 fixed by Neonox (13)
hungarian - 13 fixed by miham (13)
icelandic - 1 fixed by scrooge (1)
italian - 13 fixed by sidew (13)
japanese - 4 fixed by ickoonite (4)
korean - 3 fixed by darkttd (3)
norwegian_bokmal - 1 fixed by oletk (1)
polish - 14 fixed by meush (14)
portuguese - 11 fixed by izhirahider (11)
russian - 13 fixed, 25 changed by DarkFenX (38)
slovak - 16 fixed, 33 changed by lengyel (49)
slovenian - 13 fixed by Necrolyte (13)
spanish - 13 fixed by eusebio (13)
swedish - 13 fixed by daishan (13)
traditional_chinese - 9 fixed, 3 changed by thomasau (12)
turkish - 13 fixed by jnmbk (13)
ukrainian - 15 fixed, 29 changed by mad (32), znikoz (12)
|
|
A few little cleanups here and there.
|
|
their GRF info/name set.
|
|
headers.
|
|
with respect to RailTileType and RoadTileType.
|
|
Among which, tiles area now read m1..m6, while the bits are always enumerated from 7 to 0
Hoping it will stay that way...
|
|
comments style.
|
|
characters when determining network compatability. This makes it possible to have 'long' branch names while still being able to play network games.
|
|
rewrite r8832 using awk
|
|
0xFF bit 10,
which is set when a vehicle was built during the exclusive testing phase.
|
|
be used for more than just the gradual loading status.
|
|
Engine.flags to engine.h and give the enum values better names.
|
|
which just returns Engine[id].flags
|
|
tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType.
|
|
|
|
link at the final screen and also copy any heightmaps to the desination directory.
|
|
after the makefilerewrite and add roadstops.grf to the uninstaller.
|
|
ensures an updated changelog, readme, etc.
|
|
from an aircraft and removing the airport it was heading:
- the aircraft would go to (0, 0) and circle there. Clicking the 'eye' to jump to the aircraft in the main window could cause a segmentation fault.
- when rebuilding an airport with the StationID of the old airport could crash as the FTA state of the aircraft is higher than the number of states of the new airport, causing a crash of all clients and the server when assertions are enabled.
- when rebuilding an airport with the StationID of the old airport can bring the aircraft in a state where is keeps circling the airport.
To solve these issues all aircraft without a valid order will try to go to the nearest hangar it can safely get to (large jets do not land on small airports). If there is no hangar to go to, the airplane crashes (out of fuel).
|
|
newgrf GUI if the changes in there are not activated (this happens in the title screen)
|
|
slashes in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix.
|
|
correct one.
|
|
in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix.
|
|
externs into the functions that use them.
|
|
two unused enums.
|
|
a map accessors header.
|
|
|
|
|
|
|
|
Get rid of DECLARE_ENUM_AS_BIT_INDEX(Trackdir, TrackdirBits) and DECLARE_ENUM_AS_BIT_INDEX() altogether
|
|
Get rid of DECLARE_ENUM_AS_BIT_INDEX(Track, TrackBits)
|
|
Remove the unused second parameter from GetTileRailType()
|
|
Change the signature of GetNewVehiclePos():
-void GetNewVehiclePos(const Vehicle *v, GetNewVehiclePosResult *gp);
+GetNewVehiclePosResult GetNewVehiclePos(const Vehicle *v);
|
|
Most (i.e. 13 of 15) callers of GetNewVehiclePos() do not care for the return and the others can figure it out by inspecting the information returned in struct GetNewVehiclePosResult.
Therefore remove the return value.
|
|
Slightly simplify the control flow of TrainController()
|
|
variable scope, const, misc.
|
|
|
|
mapping is now dealt with only in NewGRF code, on load where possible.
|
|
|
|
|
|
list of cargo labels.
|
|
by goto
|
|
support, applied to action 3s only.
|
|
range then choose the cargo type from its refit list.
|