Age | Commit message (Collapse) | Author |
|
now taking 1 (not 2) parameters. also remove an unnecessary dereference.
|
|
|
|
(president) name
by index
|
|
complaining compiler...
|
|
vehicle is loading, down meaning vehicle is unloading
|
|
accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
|
|
better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
|
|
vehicle is while loading/unloading (TheJosh)
|
|
place money in some string.
|
|
issues. Thanks to benc for providing the patch.
|
|
|
|
overflowing them should become a little harder.
|
|
previous commit
|
|
|
|
money64, which is now renamed to player_money.
|
|
easily modified.
|
|
|
|
didn't get loaded properly.
|
|
some less efficient loops.
|
|
delete trains as
a whole rather than each part individually, as that leads to invalid tests on
parts that have already been deleted.
|
|
callbacks 11 and 17 for
road vehicles for those who prefer the technical explanation.
|
|
|
|
or removed if the station has no custom graphics.
|
|
not telling "last_mo_production" when it is the production of the current month).
|
|
individual checks depending on the vehicle type.
|
|
(2.5 years) at stations.
|
|
can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
|
|
to the "type" member of industry struct
|
|
be found in the industry spec, so take it from there instead.
|
|
one-input-cargo-creates-one-output-cargo limit in the factories, sawmills, steelmills and the ones I'm forgetting to mention right now. Use of this functionality will come later.
|
|
|
|
|
|
of loading one (semi-)random vehicle at a time:
- Now it is really FIFO.
- When there is enough cargo to fill the first vehicle in the queue, the next vehicle in the queue start loading (and the next when ....).
|
|
generally loading/unloading will happen fifo, but there are no guarantees on the FIFO-ness. For (better) FIFO guarantees you still need to use improved loading.
|
|
|
|
|
|
vehicle profits.
|
|
loaded into LoadUnloadVehicle instead of duplicating it for each vehicle.
|
|
loading/unloading, but when arriving at the station.
|
|
|
|
processing power anymore when having a lot of trains.
|
|
flag in NewGRF loader.
|
|
|
|
and into landscape.h, and add a few where they didn't exist.
|
|
finally done. Now, time to start clearing as much as possible
|
|
buying player and the bought player need to be two different entities
|
|
bankrupt, or take over), sell all the shares he has first, then sell the shares all people have on this company, and then remove the company.
|
|
|
|
landscape types.
|
|
CargoID loops.
|