Jonathan G Rennison
c3fce9c09b
Fix ff628813
: Inverted test for if train refit state matches template
2020-01-18 21:49:36 +00:00
Jonathan G Rennison
7611e1229c
Use 0 for per-cargo percent loaded value when capacity is 0
2020-01-18 20:48:41 +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
07f5b86dfc
YAPF: Remove pointer indirection for YAPF game settings
2020-01-17 19:21:58 +00:00
Jonathan G Rennison
f79ec13852
Timetable automation: Bias wait time adjustments in positive direction
...
Remove case where wait time is set directly when it is less than half
the current value, this is still used for travel times.
2020-01-17 18:45:45 +00:00
Jonathan G Rennison
f8a97753b5
TBTR: Fix height/drawing artefacts when resizing replacement window
2020-01-17 00:09:01 +00:00
Jonathan G Rennison
ee6d808578
TBTR: Template replacements now also apply to child groups
2020-01-16 21:47:29 +00:00
Jonathan G Rennison
ff6288139e
TBTR: Send train to depot when replacement due but servicing disabled
...
This is to match autoreplace
2020-01-16 21:10:56 +00:00
Jonathan G Rennison
06a2bedfe5
TBTR: Fix template replacement refits having 0 cost
2020-01-16 20:33:45 +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
5a3b67c5c3
Merge pull request #128 from James103/patch-1
...
Fix: year of latest release
2020-01-10 22:51:00 +00:00
James103
0fdb66ee6f
Fix: year of latest release
2020-01-10 16:42:31 -06:00
Jonathan G Rennison
5d88e40568
Version: Committing version data for tag: jgrpp-0.33.0
2020-01-10 21:50:53 +00:00
Jonathan G Rennison
9df3ae5f56
Documentation: Adjust readme text
2020-01-10 21:06:30 +00:00
Jonathan G Rennison
c50ee4efec
Merge branch 'master' into jgrpp
...
# Conflicts:
# src/linkgraph/mcf.cpp
2020-01-10 18:46:20 +00:00
Samu
8b0e4bb101
Codechange: Use const instead of magic number for vehicle profit threshold
2020-01-09 13:51:58 +00:00
Jonathan G Rennison
6e7117e04c
Codechange: [Linkgraph] Skip MCF source node Dijkstra when all demand satisfied
...
MCF Dijkstra iterations are executed for all source nodes in a round-robin order.
Source nodes typically require different numbers of MCF Dijkstra iterations
to satisfy all of their demand.
This change is to avoid performing MCF Dijkstra iterations on source nodes which
have already been fully satisfied.
2020-01-08 22:49:53 +01:00
Jonathan G Rennison
278ddc1f58
Fix missing string code from vehicle list mass action button setting text
2020-01-08 20:37:26 +00:00
translators
190e074287
Update: Translations from eints
...
russian: 2 changes by Lone_Wolf
2020-01-08 19:45:41 +01:00
Jonathan G Rennison
4adfe0c9ae
Merge branch 'master' into jgrpp
...
# Conflicts:
# src/industry_gui.cpp
# src/lang/korean.txt
# src/town.h
# src/town_gui.cpp
2020-01-08 18:40:34 +00:00
translators
5a31efd98d
Update: Translations from eints
...
finnish: 1 change by hpiirai
2020-01-07 19:45:39 +01:00
Niels Martin Hansen
7413d65c2a
Cleanup: Unused music GUI strings
2020-01-07 18:13:58 +01:00
Niels Martin Hansen
f02b643a44
Change: Show volume sliders with wedges instead of boxy slider
2020-01-07 18:13:58 +01:00
Niels Martin Hansen
35c55dfe70
Add: Filled polygon drawing function
2020-01-07 18:13:58 +01:00
SamuXarick
fa71375ec2
Fix e04ca90
: squirrel export script got forgotten
2020-01-07 15:07:24 +00:00
glx
5c10c426fe
Fix 196d5868
: Always apply filter on town directory rebuild
2020-01-07 14:21:35 +00:00
Jonathan G Rennison
150dfba95b
Codechange: Remove std::function from Pool iteration wrapper
...
Add a separate template wrapper for filtered iteration
2020-01-07 09:00:45 +00:00
Jonathan G Rennison
4cc1420beb
Fix: Non-deterministic name sorting in industry directory window
...
In the case where multiple industries have the same name, sorting
in the industry directory window is non-deterministic.
This results in the order changing on each re-sort, and is noticeable
when the industries have different production or transported values.
2020-01-07 09:03:36 +01:00
Samu
a0066ebca1
Cleanup: Remove unused parameter
2020-01-06 23:20:35 +00:00
stormcone
eb07e174f1
Fix #7908 , b524f1a
: "Show the NewGRF name in the build vehicle window" is missing the "On/Off" display.
2020-01-06 19:22:42 +00:00
translators
1812b0cf49
Update: Translations from eints
...
finnish: 4 changes by hpiirai
english (us): 20 changes by Supercheese
french: 7 changes by glx
korean: 7 changes by telk5093
2020-01-06 19:45:41 +01:00
Jonathan G Rennison
6d326deafe
Change: [Linkgraph] Only acquire thread join performance measurements on network clients
...
Network servers and single player clients do not block on thread joins
due to instead pausing shortly before the join is due.
(cherry picked from commit a5697ddeeb43c64ae6cac25581022efcf8e107bd)
2020-01-06 18:25:27 +00:00
Jonathan G Rennison
741237a94a
Remove unused variables: CompanyStationsWindow::last_station, IndustryDirectoryWindow::last_industry
2020-01-06 18:22:21 +00:00
Jonathan G Rennison
964739f235
Industry directory window: Only resort on production change if necessary
2020-01-06 18:22:21 +00:00
Jonathan G Rennison
b868ce8605
Town directory window: Only resort on population change if necessary
2020-01-06 18:22:21 +00:00
Jonathan G Rennison
68fa46d351
Remove unused variable TownDirectoryWindow::last_town
2020-01-06 18:22:21 +00:00
Jonathan G Rennison
61934fdfdc
Remove std::function from Pool iteration wrapper
...
Add a separate template wrapper for filtered iteration
2020-01-06 19:09:24 +00: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
Jonathan G Rennison
7afa667e66
Use town cached name for town list window filtering
2020-01-06 00:41:00 +00:00
Charles Pigott
5b52f25902
Fix e558aa8
: Compiler warning about unused value (and move some variable declarations to where they're used)
2020-01-05 23:31:20 +00:00
glx
39e6247bec
Fix #7899 , 196d5868
: don't trigger filter changes more than expected
2020-01-05 22:51:27 +00:00
Niels Martin Hansen
ac3bc30a30
Add: Highlight item under mouse in file browser
2020-01-05 23:50:00 +01:00
Niels Martin Hansen
838117b05e
Doc: Missing member description
2020-01-05 23:50:00 +01:00
stormcone
596fb5d54a
Change: In the industry directory window an industry will be greyed out if it temporarily does not accept the cargo selected by the acceptance cargo filter.
2020-01-05 20:52:17 +00:00
stormcone
808253c29c
Change: Move the filtered cargo to the first place in the industry directory window's cargo lists
2020-01-05 20:52:17 +00:00
stormcone
70f9c3c655
Feature: Industry directory cargo filtering
2020-01-05 20:52:17 +00:00
Charles Pigott
ab9042145e
Fix #6667 : Also recalculate bridge costs for 'spectated' AI companies
2020-01-05 20:51:45 +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