Jonathan G Rennison
|
dd99fd646d
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/base_station_base.h
# src/industry.h
# src/industry_cmd.cpp
# src/industry_gui.cpp
# src/lang/korean.txt
# src/os/macosx/crashlog_osx.cpp
# src/station_cmd.cpp
# src/town.h
# src/town_cmd.cpp
# src/town_gui.cpp
|
2020-01-20 18:36:55 +00:00 |
|
Jonathan G Rennison
|
09b13dd484
|
Add conditional orders for cargo load percentage and waiting cargo amount
See: #90
|
2020-01-18 20:32:42 +00:00 |
|
Jonathan G Rennison
|
bb363695fc
|
YAPF: Prevent user for configuring signal penalties to negative values
Warn if signal penalty polynomial goes negative, and clamp to non-negative
|
2020-01-17 19:23:03 +00:00 |
|
Jonathan G Rennison
|
424813446f
|
TBTR: Avoid unnecessary iterations of template replacement pool
|
2020-01-16 01:16:08 +00:00 |
|
Jonathan G Rennison
|
c3223903ed
|
Codechange: Cache resolved town, station and industry name strings
|
2020-01-12 19:37:43 +00:00 |
|
frosch
|
a4be4514c9
|
Fix #7925: Reset temporary saveload data at the start of loading a savegame instead of at the end.
Otherwise temporary data may be passed from an aborted load action to the next load action.
|
2020-01-12 19:08:38 +01:00 |
|
Jonathan G Rennison
|
7960db35f2
|
Merge branch 'master' into jgrpp
# Conflicts:
# config.lib
# projects/openttd_vs140.vcxproj
# projects/openttd_vs140.vcxproj.filters
# projects/openttd_vs141.vcxproj
# projects/openttd_vs141.vcxproj.filters
# projects/openttd_vs142.vcxproj
# projects/openttd_vs142.vcxproj.filters
# src/aircraft_cmd.cpp
# src/base_station_base.h
# src/core/pool_type.hpp
# src/disaster_vehicle.cpp
# src/economy.cpp
# src/engine.cpp
# src/group.h
# src/group_cmd.cpp
# src/group_gui.cpp
# src/lang/english.txt
# src/lang/german.txt
# src/linkgraph/linkgraph_gui.cpp
# src/network/network_command.cpp
# src/network/network_server.cpp
# src/openttd.cpp
# src/order_cmd.cpp
# src/road_cmd.cpp
# src/saveload/afterload.cpp
# src/saveload/cargopacket_sl.cpp
# src/saveload/linkgraph_sl.cpp
# src/saveload/order_sl.cpp
# src/saveload/station_sl.cpp
# src/saveload/town_sl.cpp
# src/saveload/vehicle_sl.cpp
# src/screenshot.cpp
# src/screenshot.h
# src/settings_gui.cpp
# src/settings_type.h
# src/smallmap_gui.cpp
# src/station.cpp
# src/station_cmd.cpp
# src/table/settings.ini
# src/toolbar_gui.cpp
# src/town_cmd.cpp
# src/train.h
# src/train_cmd.cpp
# src/train_gui.cpp
# src/vehicle.cpp
# src/vehicle_base.h
# src/vehiclelist.cpp
# src/window_type.h
|
2020-01-06 18:45:51 +00:00 |
|
Charles Pigott
|
d1cead7f25
|
Fix: When loading old timetabled saves, also reset cached timetable duration
|
2020-01-05 20:51:26 +00:00 |
|
Charles Pigott
|
cddb8a4605
|
Fix #7587: Crash when loading saves with waypoints with invalid locations
|
2020-01-05 20:51:26 +00:00 |
|
Jonathan G Rennison
|
6f75d9119d
|
ChillPP: Add support for loading compatible linkgraph settings
|
2020-01-03 18:54:44 +00:00 |
|
Jonathan G Rennison
|
c681a9d5de
|
Fix vehicle timetable automate flag from ChillPP v8 savegames
|
2020-01-03 13:02:35 +00:00 |
|
Jonathan G Rennison
|
b8b84a9a0b
|
Fix leftover PBS reservation on signalled tunnel/bridge entrances in ChillPP savegames
|
2020-01-03 12:43:03 +00:00 |
|
Jonathan G Rennison
|
4936b3ba51
|
Add support for loading ChillPP v8 savegames
|
2020-01-03 00:08:33 +00:00 |
|
Jonathan G Rennison
|
5dc1027c6b
|
Add initial support for loading ChillPP v14.7 savegames
|
2020-01-01 23:14:00 +00:00 |
|
Jonathan G Rennison
|
b4453fac23
|
Saveload: Log chunk sizes when load fails due to chunk size mismatch
|
2020-01-01 17:13:17 +00:00 |
|
Jonathan G Rennison
|
796a878b90
|
Fix town growth rates when loading JokerPP v1.27 savegames
See #123
|
2019-12-29 02:03:48 +00:00 |
|
Jonathan G Rennison
|
ec0b43f231
|
Clear rail ageing data when loading JokerPP savegames
See #123
|
2019-12-29 01:53:52 +00:00 |
|
Jonathan G Rennison
|
f0754b007e
|
Fix road/tram type handling when loading JokerPP v1.27 savegames
See #123
|
2019-12-29 01:53:32 +00:00 |
|
Jonathan G Rennison
|
6f7ed57fbd
|
Fix loading of ORDX chunk from JokerPP savegames
See #123
|
2019-12-28 23:43:20 +00:00 |
|
Jonathan G Rennison
|
d56d4ea51f
|
Add initial support for loading JokerPP savegames
See #123
|
2019-12-28 13:10:32 +00:00 |
|
Niels Martin Hansen
|
2fd871e2af
|
Feature: Configurable game ending year
Functionally reverts 683b65ee1
|
2019-12-28 12:27:39 +01:00 |
|
Jonathan G Rennison
|
c75ed00f0f
|
Saveload: Allow discarding chunks with a load handler
|
2019-12-26 20:30:55 +00:00 |
|
glx
|
ee7a8eebca
|
Codechange: Replace FOR_ALL_TOWNS with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
0b489f9924
|
Codechange: Replace FOR_ALL_SUBSIDIES with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
847e5f33d4
|
Codechange: Replace story related FOR_ALL with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
869581eb23
|
Codechange: Replace FOR_ALL_SIGNS with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
b91abd3af9
|
Codechange: Replace FOR_ALL_ROADSTOPS with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
514565fad6
|
Codechange: Replace FOR_ALL_OBJECTS with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
11f178a312
|
Codechange: Replace FOR_ALL_STORAGES with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
d8a1be48cd
|
Codechange: Replace vehicle related FOR_ALL with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
9892d90b26
|
Codechange: Replace order related FOR_ALL with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
09fa39c5b5
|
Codechange: Replace linkgraph related FOR_ALL with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
00c2a98cf3
|
Codechange: Replace FOR_ALL_INDUSTRIES with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
4ae829cb27
|
Codechange: Replace FOR_ALL_GROUPS with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
f58ce3db19
|
Codechange: Replace FOR_ALL_GOALS with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
1f6b3a37f9
|
Codechange: Replace FOR_ALL_ENGINES with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
1c92ba8ebe
|
Codechange: Replace FOR_ALL_CARGO_PAYMENTS with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
fa9769f81a
|
Codechange: Replace FOR_ALL_DEPOTS with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
5fce5fa300
|
Codechange: Replace FOR_ALL_CARGOPACKETS with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
60e3cf8aff
|
Codechange: Replace FOR_ALL_ENGINE_RENEWS with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
ddabfed1cd
|
Codechange: Replace station related FOR_ALL with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
glx
|
3a14cea068
|
Codechange: Replace FOR_ALL_COMPANIES with range-based for loops
|
2019-12-21 20:13:03 +01:00 |
|
Jonathan G Rennison
|
0704fb81a3
|
Fix narrowing cast error in Load_VESR() in MSVC
|
2019-12-18 20:35:06 +00:00 |
|
Jonathan G Rennison
|
aa8aae9a62
|
Initial implementation of tracerestrict speed restriction feature
|
2019-12-06 21:15:07 +00:00 |
|
Jonathan G Rennison
|
030e8bf762
|
Rename programmable signals to programmable pre-signals
This is to make it less unclear what they actually are and do
|
2019-12-05 18:13:35 +00:00 |
|
Jonathan G Rennison
|
bbd487a2a7
|
Revert "Avoid unnecessary calls to SettingsDisableElrail in AfterLoadGame"
This reverts commit 5008a09fe9 .
This seems to cause regressions with some older savegames/GRF configurations.
|
2019-11-13 20:21:18 +00:00 |
|
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
|
e568100407
|
Fix SlError exception handling in threaded load mode
|
2019-11-07 01:17:41 +00:00 |
|
Jonathan G Rennison
|
785eed2958
|
Fix loading of savegames which use LZO compression
|
2019-11-07 00:18:24 +00:00 |
|