Age | Commit message (Collapse) | Author |
|
source station is deleted
|
|
|
|
struct so (some vehicle related) NewGRF cache 'desyncs' can be tested easier.
|
|
|
|
from VehicleRail to Train
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
time, binary size and run time (with asserts disabled) should be improved
|
|
parameters
|
|
improper SVXConverter conversions
|
|
|
|
PoolItem::IsValidID() and PoolItem::Get()
|
|
|
|
introduce shiny new IsPlainRailTile()
|
|
the saveload pool; it makes writing replacements unnecessarily difficult. And now we've got SmallVector that does more than enough for saving with less lines of 'interface' code.
|
|
In the first phase, indexes are stored. In the second phase, indexes are checked for validity and converted to pointers
|
|
|
|
|
|
|
|
|
|
that we allow removing towns now, but better not have desync prone code lingering around)
|
|
|
|
PoolItem::IsValidID(index)
|
|
PoolItem::GetPoolSize()
|
|
|
|
0.3.5 and 0.3.6 caused crash
|
|
CompanySettings struct
|
|
printf-like functions
-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
|
|
-Fix [FS#2864]: autopause and manual pausing conflict with eachother
-Fix: new game + pause on new game + autopause make the game not unpause on the first join
|
|
converted causing corrupt/invalid orders when loading pre 0.7 savegames.
|
|
couldn't handle skipping strings on load yet?
|
|
with user override.
|
|
this ID' from 'some' strings and replace the string name with something more sensible.
|
|
end, middle or far end of a platform from the point of view of the driver of the train that enters the station.
|
|
if a loaded crash.sav causes a crash
|
|
mapping on load if necessary.
|
|
-Fix (r1307): missing comma in _name_original_english_4
|
|
sources too
|
|
|
|
generated in the generate world window to be customized.
Some warnings:
-the maximum number of towns to be accepted is set to 5000
-the minimum number of towns to be accepted is set to 1
-the number that is specified is NOT guaranteed to be the exact number of towns generated. The normal mechanism of town creation has not been modified. So town placement can still fail.
-setting a custom number of town will change your difficulty settings to custom as well
|
|
|
|
VehiclePositionChanged and EndVehicleMove.
|
|
coord.(left,right,top,bottom), i.e. use Rect.
|
|
the term 'compatible newgrf' again some sense and to not crash because of trivial changes.
|