Jonathan G Rennison
|
cbdd9f84d8
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/console_gui.cpp
# src/lang/korean.txt
# src/video/sdl2_v.cpp
# src/video/sdl2_v.h
# src/window.cpp
# src/window_gui.h
|
2019-11-12 18:43:10 +00:00 |
|
S. D. Cloudt
|
13cc8a0cee
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
|
Jonathan G Rennison
|
edfd378e93
|
Merge branch 'master' into jgrpp
# Conflicts:
# source.list
# src/blitter/32bpp_anim.cpp
# src/linkgraph/linkgraphjob.cpp
# src/order_cmd.cpp
# src/vehicle.cpp
# src/vehicle_type.h
|
2019-10-05 21:45:54 +01:00 |
|
Jonathan G Rennison
|
0246d59c8d
|
FlowStat: Replace btree_map with flat map which is inlined in small case
Inline storage for size <= 2
Size = 1 is ~90%
Size = 2 is ~9%
Size >=3 is ~1% and gets a separate allocation
|
2019-10-01 02:34:15 +01:00 |
|
Jonathan G Rennison
|
90550d9642
|
FlowStatMap: Replace RB-tree with btree-indexed vector
|
2019-10-01 02:13:33 +01:00 |
|
JMcKiern
|
04f659e768
|
Fix: Some typos found using codespell
|
2019-09-29 21:27:32 +01:00 |
|
Jonathan G Rennison
|
36eb4165b8
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/bridge_map.h
# src/crashlog.cpp
# src/industry.h
# src/linkgraph/linkgraph_type.h
# src/order_type.h
# src/saveload/afterload.cpp
# src/settings.cpp
# src/settings_type.h
# src/smallmap_gui.cpp
# src/spritecache.cpp
# src/stdafx.h
# src/table/settings.h.preamble
# src/train.h
# src/vehicle.cpp
# src/viewport.cpp
# src/viewport_func.h
# src/widgets/station_widget.h
# src/zoom_func.h
# src/zoom_type.h
|
2019-07-08 16:19:07 +01:00 |
|
Jonathan G Rennison
|
49dee941fb
|
Validate cargo packet deferred payments in CheckCaches
|
2019-06-08 17:13:14 +01:00 |
|
Jonathan G Rennison
|
674732cd68
|
Merge: Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-11 18:14:13 +01:00 |
|
Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
|
Jonathan G Rennison
|
e735c1a51a
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/aircraft_cmd.cpp
# src/autoreplace_cmd.cpp
# src/pathfinder/follow_track.hpp
# src/pathfinder/yapf/yapf_rail.cpp
# src/saveload/afterload.cpp
# src/saveload/saveload.cpp
# src/script/api/ai/ai_station.hpp.sq
# src/script/api/game/game_station.hpp.sq
# src/script/api/script_station.hpp
# src/track_func.h
# src/vehicle_base.h
|
2018-11-05 12:53:36 +00:00 |
|
Charles Pigott
|
f5b1115039
|
Doc: Lots and lots of doxymentation fixes
|
2018-10-31 12:35:54 +01:00 |
|
Jonathan G Rennison
|
1cc545c816
|
Fix iterator invalidation issues in CargoPacketList actions
See: #48
|
2018-04-30 16:55:07 +01:00 |
|
Jonathan G Rennison
|
ab6119cb76
|
Merge branch 'infrastructure_sharing' into jgrpp
|
2018-01-28 17:28:12 +00:00 |
|
Jonathan G Rennison
|
2c16800454
|
Add debug console command to show cargo packet deferred payment stats
|
2018-01-28 17:26:35 +00:00 |
|
Jonathan G Rennison
|
8c0c9274ea
|
Merge branch 'infrastructure_sharing' into jgrpp
# Conflicts:
# src/economy.cpp
# src/misc.cpp
# src/openttd.cpp
# src/saveload/extended_ver_sl.cpp
|
2018-01-26 18:47:08 +00:00 |
|
Jonathan G Rennison
|
9000d74f3c
|
Pay all cargo payment incomes when cargo finally delivered
|
2018-01-26 18:28:57 +00:00 |
|
Jonathan G Rennison
|
a422cb6753
|
Use a deque instead of list for CargoPacketList and StationCargoPacketMap.
|
2016-09-13 22:58:00 +01:00 |
|
Jonathan G Rennison
|
495aa729df
|
Fix VehicleCargoList::Truncate when not all cargo is MTA_KEEP.
|
2016-02-25 18:39:04 +00:00 |
|
fonsinchen
|
a363b2c317
|
(svn r26575) -Change [FS#5995]: Add an assert to catch underflowing action counts.
|
2014-05-11 12:49:51 +00:00 |
|
fonsinchen
|
1dc630ff26
|
(svn r26575) -Change [FS#5995]: Add an assert to catch underflowing action counts.
|
2014-05-11 12:49:51 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
frosch
|
858e80f3dd
|
(svn r26333) -Fix: Compilation without static_assert.
|
2014-02-11 20:34:48 +00:00 |
|
frosch
|
a92bf49191
|
(svn r26333) -Fix: Compilation without static_assert.
|
2014-02-11 20:34:48 +00:00 |
|
frosch
|
03169121c2
|
(svn r26328) -Fix: Warnings and compilation failures.
|
2014-02-10 17:13:54 +00:00 |
|
frosch
|
6040da6654
|
(svn r26328) -Fix: Warnings and compilation failures.
|
2014-02-10 17:13:54 +00:00 |
|
fonsinchen
|
88787412b6
|
(svn r26327) -Fix [FS#5901]: Take care of next_station when reassigning from MTA_DELIVER to MTA_TRANSFER.
|
2014-02-09 21:10:25 +00:00 |
|
fonsinchen
|
fbd6707afc
|
(svn r26327) -Fix [FS#5901]: Take care of next_station when reassigning from MTA_DELIVER to MTA_TRANSFER.
|
2014-02-09 21:10:25 +00:00 |
|
fonsinchen
|
f528d2c592
|
(svn r25910) -Fix: Guard against empty FlowStats in a few more places.
|
2013-10-23 19:04:06 +00:00 |
|
fonsinchen
|
49d2cd4049
|
(svn r25910) -Fix: Guard against empty FlowStats in a few more places.
|
2013-10-23 19:04:06 +00:00 |
|
fonsinchen
|
bd230f34f4
|
(svn r25900) -Change [FS#5677]: Allow restricted flows to be picked for kept cargo.
|
2013-10-22 16:15:59 +00:00 |
|
fonsinchen
|
809df5aaf6
|
(svn r25900) -Change [FS#5677]: Allow restricted flows to be picked for kept cargo.
|
2013-10-22 16:15:59 +00:00 |
|
fonsinchen
|
54db96be43
|
(svn r25891) -Feature: Use smallstack to allow for multiple next hops when loading and unloading.
|
2013-10-20 13:47:58 +00:00 |
|
fonsinchen
|
fff00b6460
|
(svn r25891) -Feature: Use smallstack to allow for multiple next hops when loading and unloading.
|
2013-10-20 13:47:58 +00:00 |
|
fonsinchen
|
6ce4c1808b
|
(svn r25715) -Fix: return correct value from StationCargoList::Reserve, fix some documentation and simplify StationCargoList::Load a bit
|
2013-08-10 14:19:58 +00:00 |
|
fonsinchen
|
8bec8a982b
|
(svn r25715) -Fix: return correct value from StationCargoList::Reserve, fix some documentation and simplify StationCargoList::Load a bit
|
2013-08-10 14:19:58 +00:00 |
|
fonsinchen
|
3dd811e179
|
(svn r25434) -Fix: reroute cargo staged for unloading if a link breaks
|
2013-06-23 08:28:53 +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
|
c9452bbbff
|
(svn r25419) -Fix: assign some random other source station to packets which have lost their source
|
2013-06-15 20:48:50 +00:00 |
|
fonsinchen
|
647d92c0d5
|
(svn r25419) -Fix: assign some random other source station to packets which have lost their source
|
2013-06-15 20:48:50 +00:00 |
|
fonsinchen
|
741c431caa
|
(svn r25362) -Feature: consider cargo waiting at other stations for rating at the origin station
|
2013-06-09 13:04:32 +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
|
04e3eb6fab
|
(svn r25361) -Feature: distribute cargo according to plan given by linkgraph
|
2013-06-09 13:03:48 +00:00 |
|
fonsinchen
|
f022550df9
|
(svn r25361) -Feature: distribute cargo according to plan given by linkgraph
|
2013-06-09 13:03:48 +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
|
7dd2354a13
|
(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
|
d6e2a8aa56
|
(svn r25010) -Codechange: Add general framework for cargo actions, i.e. loading, transfering, delivering and such, to contain this logic in a single place instead of spread around (fonsinchen)
|
2013-02-17 14:36:40 +00:00 |
|
rubidium
|
79b74a5925
|
(svn r25010) -Codechange: Add general framework for cargo actions, i.e. loading, transfering, delivering and such, to contain this logic in a single place instead of spread around (fonsinchen)
|
2013-02-17 14:36:40 +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 |
|