fonsinchen
|
5733569153
|
(svn r25435) -Fix: reroute cargo in vehicles if station is deleted
|
2013-06-23 08:29:28 +00:00 |
|
fonsinchen
|
6ce6fd05d8
|
(svn r25434) -Fix: reroute cargo staged for unloading if a link breaks
|
2013-06-23 08:28:53 +00:00 |
|
fonsinchen
|
e3807ed606
|
(svn r25424) -Fix: keep old flows around in an invalidated state to continue routing cargo if necessary
|
2013-06-17 20:38:11 +00:00 |
|
fonsinchen
|
ed42250361
|
(svn r25391) -Fix: make ChangeShare really aware of INT_MIN
|
2013-06-10 21:53:11 +00:00 |
|
fonsinchen
|
07ce972211
|
(svn r25379) -Fix: avoid warning in FlowStatMap::FinalizeLocalConsumption
|
2013-06-09 14:10:33 +00:00 |
|
fonsinchen
|
7b2f8a885e
|
(svn r25365) -Feature: show cargo by next hops and final destinations in the station GUI
|
2013-06-09 13:08:52 +00:00 |
|
fonsinchen
|
1de46050f6
|
(svn r25362) -Feature: consider cargo waiting at other stations for rating at the origin station
|
2013-06-09 13:04:32 +00:00 |
|
fonsinchen
|
f022550df9
|
(svn r25361) -Feature: distribute cargo according to plan given by linkgraph
|
2013-06-09 13:03:48 +00:00 |
|
fonsinchen
|
9f49617eed
|
(svn r25359) -Codechange: schedule jobs when tracking capacities of links
|
2013-06-09 13:02:40 +00:00 |
|
fonsinchen
|
c45cfa22a6
|
(svn r25346) -Codechange: Glue between stations and flow stats
|
2013-06-09 12:49:47 +00:00 |
|
fonsinchen
|
9f54020588
|
(svn r25345) -Add: implementation of SharesMap and FlowStatMap
|
2013-06-09 12:48:42 +00:00 |
|
rubidium
|
0d9a8b07ec
|
(svn r25260) -Codechange: occasionally clear dead links and compress link graphs (fonsinchen)
|
2013-05-19 14:26:14 +00:00 |
|
rubidium
|
6b746167e4
|
(svn r25259) -Codechange: track capacities and usage of links
|
2013-05-19 14:22:04 +00:00 |
|
rubidium
|
7283ec9ef5
|
(svn r25251) -Fix [FS#5540]: when overbuilding a reserved track with a non-track station tile, that tile would remain reserved and eventually trigger a crash upon removal
|
2013-05-18 18:59:06 +00:00 |
|
rubidium
|
026de5c3a9
|
(svn r25243) -Fix [FS#5546]: "No station" error was given, even when there was a station that way occupied or not yours
|
2013-05-13 21:04:12 +00:00 |
|
frosch
|
c5d7445704
|
(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
|
e0d3265546
|
(svn r25149) -Codechange: replace 'magic' 'has rating' bitcheck by descriptive function
|
2013-04-06 12:10:16 +00:00 |
|
rubidium
|
ea035f4804
|
(svn r25132) -Fix [FS#5510, FS#5516]: station rebuilding could leave reserved tiles which caused crashes later on
|
2013-03-31 20:07:32 +00:00 |
|
rubidium
|
43bc429a0d
|
(svn r25016) -Fix [FS#5476]: integer overflow in UpdateStationRating (fonsinchen)
|
2013-02-17 20:16:49 +00:00 |
|
rubidium
|
84ca041564
|
(svn r25008) -Codechange: Make CargoList::Truncate behave similarly to CargoList::MoveTo, i.e. pass the amount to truncate (fonsinchen)
|
2013-02-17 14:10:15 +00:00 |
|
rubidium
|
3e7d2f852e
|
(svn r24961) -Fix [FS#5362] (r23564): making occupied platforms larger would make train reserve onto the newly unreserved bit and cause crashes. Now if a platform is enlarged and there is a reservation, reserve the whole platform
|
2013-02-03 10:03:38 +00:00 |
|
frosch
|
52aaa492e7
|
(svn r24951) -Fix: [NewGRF] Var 10 of CB 24 missed the T part.
|
2013-01-31 18:34:11 +00:00 |
|
peter1138
|
1e10e91fde
|
(svn r24905) -Feature(ish): Implement station randomisation triggers.
|
2013-01-11 07:39:25 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
peter1138
|
9eadd83372
|
(svn r24840) -Fix: Draw NewGRF railtypes in NewGRF station previews.
|
2012-12-23 15:38:54 +00:00 |
|
frosch
|
41ecc712ec
|
(svn r24721) -Fix (r24715): Reallow building road stations.
|
2012-11-13 21:41:54 +00:00 |
|
frosch
|
620bc7b52d
|
(svn r24720) -Fix (r24715): Comparison of different height units.
|
2012-11-13 21:40:50 +00:00 |
|
frosch
|
193ee85c6f
|
(svn r24718) -Codechange: Rename GoodsEntry::days_since_pickup to GoodsEntry::time_since_pickup.
|
2012-11-12 21:59:02 +00:00 |
|
frosch
|
80350a9063
|
(svn r24715) -Fix [FS#5335]: [NewGRF] Allow stations to draw snow/desert aware ground sprites with railtype overlays.
|
2012-11-12 20:13:34 +00:00 |
|
frosch
|
88b8349ec3
|
(svn r24714) -Fix [FS#5337]: [NewGRF] Draw default foundations if resolving of custom station foundation sprites fails.
|
2012-11-12 20:13:17 +00:00 |
|
frosch
|
39a8ed82f5
|
(svn r24708) -Codechange: Check magic values of GoodsEntry::last_speed only via wrapper function.
|
2012-11-12 18:11:26 +00:00 |
|
frosch
|
0819370c69
|
(svn r24704) -Cleanup: No need to initialise stuff twice.
|
2012-11-12 18:10:02 +00:00 |
|
frosch
|
acaa0f3502
|
(svn r24703) -Fix: Disallow closing oilrig airports in SE.
|
2012-11-12 18:09:33 +00:00 |
|
alberth
|
6c6abd87db
|
(svn r24535) -Doc: Two additions, lots of small spelling fixes, and some Doxygen improvements.
|
2012-09-21 09:47:21 +00:00 |
|
frosch
|
8b76e46045
|
(svn r24402) -Fix [FS#5243]: Station properties 11 and 14 were combined incorrectly.
|
2012-07-15 16:17:22 +00:00 |
|
frosch
|
ab55498c1e
|
(svn r24355) -Codechange [FS#5217]: Deduplicate code when building stations. (Hirundo)
|
2012-06-23 15:56:17 +00:00 |
|
frosch
|
4e6f015971
|
(svn r24354) -Fix: When airport construction was denied due to noise, the error message named the wrong town.
|
2012-06-23 15:27:15 +00:00 |
|
frosch
|
2aa43d6c8b
|
(svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and NewsFlag instead.
|
2012-05-26 14:16:03 +00:00 |
|
frosch
|
97608f0814
|
(svn r24167) -Codechange: Rename NewGRFClass::GetCount() to NewGRFClass::GetClassCount()
|
2012-04-22 16:28:19 +00:00 |
|
frosch
|
3d7ac6af1a
|
(svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) into non-static members GetSpec(uint) and GetSpecCount().
|
2012-04-22 16:28:14 +00:00 |
|
frosch
|
d42bd940b2
|
(svn r24162) -Codechange: Remove NewGRFClass::GetName() and SetName() in favour of using Get() and direct member access (which is needed anyway for GRF string resolving).
|
2012-04-22 16:27:55 +00:00 |
|
michi_cc
|
90fa700cc7
|
(svn r24127) -Feature [FS#1497]: Allow closing airports for incoming aircraft. (Based on patch by cirdan)
|
2012-04-17 19:43:18 +00:00 |
|
rubidium
|
61ce522bfa
|
(svn r23942) -Fix: infrastructure cache of standard road stops would get messed up when buying a company with them
|
2012-02-13 17:18:20 +00:00 |
|
rubidium
|
34a5d030b8
|
(svn r23851) -Fix: infrastructure cache could get out of sync when overbuilding a drive through road stop
|
2012-01-25 20:46:51 +00:00 |
|
michi_cc
|
f2fc765290
|
(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 |
|
rubidium
|
09dacda186
|
(svn r23838) -Fix [FS#5000]: assertion got hit when destroing a dock when a ship was loading
|
2012-01-22 18:16:47 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
0cfe86cead
|
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
|
2012-01-03 20:26:05 +00:00 |
|
rubidium
|
b9c4114f30
|
(svn r23717) -Fix [FS#4927]: ships going to wrong dock location when moving the dock while the game is paused
|
2012-01-02 20:39:18 +00:00 |
|
smatz
|
f6d9fbe35c
|
(svn r23716) -Revert (r23705)[FS#4937]: unforeseen consequences
|
2012-01-02 19:47:52 +00:00 |
|