Age | Commit message (Collapse) | Author |
|
|
|
-Fix: When inserting an order for a ship while checking the distance between the new order and the order it is inserted after adhere the order types to determine the correct type of destination (i.e. station or depot)
Also do a better job in determining the preceding order
NOTE: 0.5 candidate
|
|
Simplify MoveGoodsToSation() under the assumption that 0 is less or equal than 0
|
|
Reduce variable scope
|
|
drive through stations.
|
|
road' bit was not set.
|
|
Remove the unused function AllocateStation() which was left over from r8125
|
|
Remove the explicit check for buoys when inserting goto station orders.
This is already covered by the preceding OWNER_NONE test.
|
|
Remove the possiblity to take over stations with OWNER_NONE by building a station next to it
-Fix: It was possible to take over buoys by building a station next to them
Also remove the now unnecessary special case which prevented taking over oilrigs
NOTE: 0.5 candidate
|
|
a duplicate
|
|
already know it isn't.
|
|
|
|
thing, sorry for it)
|
|
a few more
|
|
it is handled in WebTranslator2 from now on
|
|
We should keep the list in sync with the build command as hacked clients can avoid a block in the GUI only
|
|
for a certain vehicle type. We have a function to do that
|
|
|
|
games because the static buffer used for name conversion is overwritten in the callback function.
|
|
aren't the same (even though they both tell if it's a plane or helicopter)
|
|
Adapt GetClosestStationFromTile() more to the way it is used:
- All but deleted stations get filtered later, so do not include non-deleted station in the first place
- Remove the two parameters, which are the same for all callers
|
|
A spectator cannot build stations, so do not include a special case for him
|
|
|
|
-Codechange: Use a more generic test, which tests the allowed aircraft instead of hardcoding the airport type numbers, to generate station names
|
|
-Codechange: Allow goto station orders to public stations in general, not just oilrigs (though this is the same till now)
|
|
Cloning were unaware that articulated locomotives could refit without refitting the front unit
|
|
|
|
'configure' in the last 3 changes in 'configure'
|
|
that can't use the airport in question
Now it's even better than ever because unless the no jetcrash cheat is enabled, the small airports will not show fast aircraft
|
|
the depot window
|
|
operator applied to unsigned type, result still unsigned'
|
|
-Codechange: Do not hardcode the catchment radius of airports, but hold the information in AirportFTAClass
-Fix (r979): The default AI tested possible airport locations with a fixed catchment radius instead of the radius of the to be built airport
|
|
|
|
into the cmd code.
|
|
afrikaans - 1 changed by TrueTenacity (1)
brazilian_portuguese - 1 fixed, 1 changed by fukumori (2)
bulgarian - 4 fixed by groupsky (4)
dutch - 3 fixed by habell (3)
esperanto - 3 fixed by LaPingvino (3)
finnish - 5 fixed by kerba (5)
icelandic - 15 fixed, 30 changed by scrooge (45)
italian - 3 fixed by sidew (3)
norwegian_bokmal - 13 fixed by oletk (13)
turkish - 3 fixed by jnmbk (3)
|
|
Don't do bogus initialisations and prefer simpler code
|
|
on approach direction. Note: they're not yet used, but will be soon
|
|
found or not
|
|
simular to timidity via extmidi)
[PSP] -Add: added PSP specific code for libtimidity. libtimidity code is based on the work of Turulo. Tnx a bunch!
|
|
almost UNIX, just it needs more includes ;)
(or more, it compiles, if it works is a whole other story ;))
|
|
Abbreviate GetAirport(st->airport_type) to st->Airport()
|
|
Do not handle a special case for goto hangar orders to oilrigs - they do not have a hangar anyway
|
|
is a single-headed. Only do it if it previously had no power and that now there is. Or something...
|
|
landscape.html.
No addition nor correction on actual data
|
|
compilation error
|
|
error under Win32. Changed to AIRPLANES
|
|
too many lines in build vehicle windows and crash the game
|
|
-Codechange: Do not hardcode the airports with a short airstrip anymore, but make it a flag in AirportFTAClass
|
|
-Codechange: Make the encoding of accepted aircraft types of airports a bit more sensible and move the enum into struct AirportFTAClass
|
|
EngineID with certain newGRF sets
|