frosch
|
5eddbb338b
|
(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
|
2013-04-13 13:42:08 +00:00 |
|
rubidium
|
2b6669a7ff
|
(svn r25156) -Fix [FS#5495, FS#5497]: if a vehicle had some cargo, and it would try to unload without actually unloading, the vehicle would just not load any cargo at the station (fonsinchen)
|
2013-04-06 18:57:18 +00:00 |
|
frosch
|
22bb015f3d
|
(svn r25041) -Remove [FS#3764-ish]: ordered refit with subtypes, since the cases where it worked were corner cases rather than the general case.
|
2013-02-24 16:41:51 +00:00 |
|
rubidium
|
cdb0a76958
|
(svn r25012) -Codechange: persistently keep 'reserved' cargo (for full-load improved loading) instead of calculating if for every cycle
|
2013-02-17 14:54:50 +00:00 |
|
rubidium
|
446d50f658
|
(svn r25011) -Codechange: allow vehicle transfer and profit text effects to be shown at the same time (fonsinchen)
|
2013-02-17 14:50:54 +00:00 |
|
rubidium
|
71bbc130fc
|
(svn r25009) -Codechange: refactor bits of cargo packet (lists) to reduce duplicated code (fonsinchen)
|
2013-02-17 14:17:06 +00:00 |
|
zuu
|
b1016f66ba
|
(svn r24986) -Change: Cleanup goals and cargo monitors of companies when they go bankrupt or are taken over.
|
2013-02-10 19:49:04 +00:00 |
|
rubidium
|
99a08e1e8c
|
(svn r24968) -Fix [FS#5379]: company window was not updated when shared were enabled/disabled
|
2013-02-04 20:29:38 +00:00 |
|
rubidium
|
968b41fa3f
|
(svn r24963) -Fix [FS#5435]: Do not stop loading if there are reservations left (fonsinchen)
|
2013-02-03 12:58:57 +00:00 |
|
rubidium
|
f790d70cd6
|
(svn r24962) -Fix [FS#5438]: Reserve all capacity while unloading to avoid 'stealing' cargo, i.e. loading cargo onto a second vehicle when the first can't be fully filled yet (fonsinchen)
|
2013-02-03 10:06:34 +00:00 |
|
planetmaker
|
f8fd13dea1
|
(svn r24927) -Cleanup [FS#5440]: No need to check a positive value to be larger than 0
|
2013-01-20 16:17:24 +00:00 |
|
peter1138
|
c00a400cc7
|
(svn r24905) -Feature(ish): Implement station randomisation triggers.
|
2013-01-11 07:39:25 +00:00 |
|
peter1138
|
4ebbfc3de4
|
(svn r24904) -Fix (r22746): "Train loads/unloads cargo" station animation triggers on individual platform
|
2013-01-10 22:56:49 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
rubidium
|
c749a02ac4
|
(svn r24883) -Fix: a completely emptied vehicle could trigger an assert
|
2013-01-03 18:18:32 +00:00 |
|
rubidium
|
0dd0bbc071
|
(svn r24882) -Fix: desync when NewGRF changes the stats related to acceleration (power, weight, tractive effort, etc) during service or 32 day triggers
|
2013-01-02 22:20:07 +00:00 |
|
frosch
|
883f9bec9b
|
(svn r24718) -Codechange: Rename GoodsEntry::days_since_pickup to GoodsEntry::time_since_pickup.
|
2012-11-12 21:59:02 +00:00 |
|
frosch
|
56e63338ed
|
(svn r24705) -Fix: Station rating might consider very old vehicles very young.
|
2012-11-12 18:10:21 +00:00 |
|
planetmaker
|
f2e94237fc
|
(svn r24619) -Change: Check for bankruptcy on a monthly basis (ZxBioHazardZx)
|
2012-10-20 22:05:26 +00:00 |
|
planetmaker
|
b446780f01
|
(svn r24618) -Feature: Pay interest also on a negative cash value (ZxBioHazardZx)
|
2012-10-20 21:58:48 +00:00 |
|
planetmaker
|
4075b006a0
|
(svn r24617) -Change: Only bankrupt, if you have negative money considering you took max loan (ZxBiohazardZx)
|
2012-10-20 21:57:33 +00:00 |
|
frosch
|
adf1929f0a
|
(svn r24566) -Codechange: Reorder some code more intuitively. (Juanjo)
|
2012-10-01 19:38:08 +00:00 |
|
frosch
|
0ba2ed7676
|
(svn r24565) -Fix: Stop both price and payment inflation if either of them has reached MAX_INFLATION.
|
2012-10-01 19:31:55 +00:00 |
|
frosch
|
7122602026
|
(svn r24564) -Fix [FS#5312] (r17433): Limiting the inflation did not quite work.
|
2012-10-01 19:29:31 +00:00 |
|
frosch
|
be150d3ad0
|
(svn r24497) -Feature [FS#5106]: When using autorefit only load/refit vehicles if other wagons cannot already take all cargo without refitting. This way the consist preserves its refit potential as long as possible, in case other cargo arrives at the station.
|
2012-08-25 14:26:14 +00:00 |
|
alberth
|
05aaf18d38
|
(svn r24405) -Add: Save and load of active cargo monitors.
|
2012-07-15 17:07:06 +00:00 |
|
alberth
|
1d11291071
|
(svn r24404) -Add: Data structures for cargo transport monitoring.
|
2012-07-15 17:05:17 +00:00 |
|
frosch
|
a8c88f43b6
|
(svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and NewsFlag instead.
|
2012-05-26 14:16:03 +00:00 |
|
frosch
|
c796801c4d
|
(svn r24281) -Cleanup: Merge all company news subtypes into a single one; they all behave the same.
|
2012-05-26 14:15:46 +00:00 |
|
frosch
|
3e7642abe5
|
(svn r24204) -Fix: If a company is taken over or bankrupts, transfer exclusive transport rights to the new owner resp. cancel them.
|
2012-05-06 11:37:43 +00:00 |
|
michi_cc
|
0542e26460
|
(svn r23931) -Change: Scale infrastructure cost of rail tracks by the total number of all tracks and not independently for each rail type.
|
2012-02-11 22:43:39 +00:00 |
|
michi_cc
|
52b951ca6f
|
(svn r23844) -Fix (r23414): Infrastructure count for stations wasn't updated properly on company takeover. And don't count buoys while loading a game either.
|
2012-01-22 22:21:21 +00:00 |
|
frosch
|
f591787e4a
|
(svn r23841) -Fix: Clear NewGRF vehicle cache when their owner changes. (esp. vehicle var 43)
|
2012-01-22 21:17:38 +00:00 |
|
rubidium
|
70c7fbd90e
|
(svn r23826) -Fix [FS#4972]: the detailed performance rating window showed the cargo count of the current quarter instead of the last quarter like the tooltip says
|
2012-01-20 20:18:19 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
truebrain
|
77b7366c29
|
(svn r23622) -Add: a set of events to trigger in a GameScript
|
2011-12-19 20:59:36 +00:00 |
|
frosch
|
14c6a7465a
|
(svn r23485) -Fix: Autorefit failed if the first part of an articulated vehicle did not carry any cargo.
|
2011-12-10 21:00:57 +00:00 |
|
michi_cc
|
d3b7b89493
|
(svn r23415) -Feature: Infrastructure maintenance costs.
|
2011-12-03 23:40:46 +00:00 |
|
truebrain
|
98103121d4
|
(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)
|
2011-11-29 23:15:35 +00:00 |
|
truebrain
|
229e572663
|
(svn r23298) -Add: track statistics of all incoming and outgoing goods. Incoming based on TownEffect, outgoing based on CargoType (based on patch by Terkhen)
|
2011-11-23 16:05:19 +00:00 |
|
michi_cc
|
6548ec6e9e
|
(svn r23233) -Codechange: Refactor maximum and actually transported cargo amount of towns into a reusable struct.
|
2011-11-15 20:47:53 +00:00 |
|
frosch
|
7d4568361c
|
(svn r23151) -Change: [NewGRF v8] Deprecate callback 12, and use callback 36 instead.
|
2011-11-08 17:28:05 +00:00 |
|
frosch
|
52774235eb
|
(svn r23148) -Change: [NewGRF] Check the results of various callbacks for validness.
|
2011-11-08 17:27:13 +00:00 |
|
michi_cc
|
ad2fdd8d6f
|
(svn r23111) -Fix: Keep subtype when automatically choosing the cargo for auto-refitting.
|
2011-11-04 15:04:24 +00:00 |
|
michi_cc
|
81f583de47
|
(svn r23109) -Fix: Subtract auto-refit costs from the vehicle profit.
|
2011-11-04 13:21:24 +00:00 |
|
michi_cc
|
f200ffa90c
|
(svn r23087) -Feature: Auto-refitting of vehicles during loading at a station when the vehicle allows it.
|
2011-11-04 00:38:51 +00:00 |
|
frosch
|
72cd855978
|
(svn r23074) -Codechange: Add Vehicle::GetEngine() to simplify code.
|
2011-11-01 00:21:08 +00:00 |
|
rubidium
|
c6b2145da6
|
(svn r23067) -Fix [FS#4812]: updating the group statistics got more strict checks, so there was some trouble moving a vehicles and groups from one company to another
|
2011-10-30 20:24:00 +00:00 |
|
rubidium
|
de27205e6c
|
(svn r23031) -Fix [FS#4804]: for the admin "bots" there was no distinction between bankruptcy and manual removal of companies even though the API suggested that
|
2011-10-15 20:42:32 +00:00 |
|
frosch
|
d071eefc54
|
(svn r22985) -Feature: Display autoreplace status in group GUI.
|
2011-10-03 17:26:37 +00:00 |
|