Age | Commit message (Collapse) | Author |
|
|
|
sizeof the variable rather than a struct
|
|
fixes random deserts that sometimes occurred.
|
|
file memory
|
|
This mainly aids code navigation...
|
|
|
|
|
|
|
|
checking and activation/deactivation. Do swap the GRFID for displaying purposes.
|
|
not GUI windows yet) (mart3p)
|
|
NewGRF files via action 5
|
|
This actually works by replacing our hardcoded sprites.
|
|
|
|
of sprites in the set.
|
|
loops.
|
|
our version value.
|
|
|
|
mapping from our own state. (heavily based on mart3p's code)
|
|
avoid having 8 copies of the airport FTAs, and make the enums used available elsewhere.
|
|
svk! Sorry for that.
|
|
functions.
- Codechange: Use IsValidDiagDirection() in CmdBuildRoadStop().
|
|
|
|
|
|
the parent scope vehicle to be the same as self scope. (Thanks mart3p)
|
|
|
|
|
|
that ref counting is gone.
|
|
|
|
and try to document it a little.
if anyone comes up with an idea on how to simplify this thing a bit, I'd be grateful
|
|
the correct type after rather than before it has been adjusted.
|
|
Removing the _industry_type_costs in favor of IndustrySpec.cost_multiplier;
In order to let industry_gui use the GetIndustrySpec accessor,
some structs had to be moved in industry.h
|
|
|
|
|
|
also fixes some known bugs (e.g. the 'Standard Five' in UKRS is now the correct colour)
|
|
purchase list as N/A.
|
|
|
|
|
|
south corner of the map (appeared in r4367)
|
|
group directly instead of resolving it as only callback and spriteid groups are returned.
|
|
|
|
now cloned vehicles get the same service interval as the original vehicle
I applied this to autoreplace as well even though it's not mentioned in the bug report (autorenew should not alter service interval)
|
|
in openttd.cfg
|
|
isn't used yet.
|
|
This is following the same scheme as for IndustrySpec
|
|
my fixup for the screwup.. er.. You know. Thanks Tron for spotting it
|
|
is selected in the scenario editor.
-Side effects:
- Removed one global variable from variables.h
- Remove an ugly hack for the "many random towns" function
|
|
Sorry
|
|
|
|
handle success/failure can fail if a recursive call fails but doesn't set the error message, thus resulting in an old, possibly erroneous being used (see FS#130 prior to r4585). Now properly reset the global variable _error_message in these cases.
|
|
command did not return the appropiate error message of invalid-slope when building road.
|