SamuXarick and Charles Pigott
318b51c58a
Fix: [AI/GS] CanBuildConnectedRoadPartsHere neighbours tiles were at times incorrect
2020-03-31 23:08:53 +01:00
Charles Pigott
df7f642a02
Codechange: [AzurePipelines] Update MacOS image to 10.14
2020-03-31 23:08:53 +01:00
Charles Pigott
a0dc9ef847
Change: Keep News Window usable by only storing the 1024 latest news messages
2020-03-31 23:08:53 +01:00
Andy and Charles Pigott
8b4501604c
Fix: Provide two sets of tram tracks not one in the GUI icon for building tramway
2020-03-31 23:08:53 +01:00
SamuXarick and Charles Pigott
4082121511
Fix f5381798: Station::GetTileArea reduced docks to a single tile ( #8014 )
2020-03-31 23:08:53 +01:00
glx and Charles Pigott
40b3bc6f1a
Fix #8011 , f5381798: Dock tile in TTD savegame was only 2 bytes
2020-03-31 23:08:53 +01:00
frosch and Charles Pigott
b5a8510b9b
Fix #7998 : Crash when scripts tried to access companies with invalid IDs.
2020-03-31 23:08:53 +01:00
glx and Charles Pigott
aa7dbdc42e
Fix: Ignore non-printable characters when layouting a string
2020-03-31 23:08:53 +01:00
LCD 47 and Charles Pigott
2f57d65575
Fix: [SDL2] Support pasting from clipboard on Linux
2020-03-31 23:08:53 +01:00
Charles Pigott
ceae49a1d8
Fix #6399 : Create parent directories if they don't already exist
2020-03-31 23:08:53 +01:00
Charles Pigott
dc2f10bf11
Doc: [Script] Add a note about how wagon connectivity works for scripts
2020-03-31 23:08:53 +01:00
Charlène and Charles Pigott
0643a3627f
Fix: OpenBSD endianness detection
2020-03-31 23:08:53 +01:00
Charles Pigott
fd106cf67b
Fix #7993 : Compile warning in kick/ban debug messages
2020-03-31 23:08:53 +01:00
Niels Martin Hansen and Charles Pigott
3d5b729290
Fix #7958 : Use NewGRF provided catenary sprites when either front or back is overridden
2020-03-31 23:08:53 +01:00
Niels Martin Hansen and Charles Pigott
81ed69d8d4
Codechange: Refactor road bridge catenary drawing
2020-03-31 23:08:53 +01:00
Samu and Charles Pigott
bd3ba91181
Fix #7944 : Demolishing locks built on rivers didn't always restore the river
2020-03-31 23:08:53 +01:00
Charles Pigott
49d2a07f66
Fix #7988 : Memory leak when using custom depot names
1.10.0-RC1
2020-02-09 12:02:32 +00:00
Charles Pigott
887dce4655
Update: Prepare for 1.10.0-RC1
2020-02-09 12:02:32 +00:00
translators
a499e9acdd
Update: Translations from eints
...
russian: 2 changes by Lone_Wolf
2020-02-08 19:45:39 +01:00
glx and Niels Martin Hansen
2b1a7ceb4e
Fix #7976 : Don't kick the client doing the rcon
2020-02-08 09:03:14 +01:00
Jonathan G Rennison and Niels Martin Hansen
1a88fb5c91
Fix #7592 : Do not cache road vehicle path within 8 tiles of destination with multiple entrances
...
Ported from jgrpp commit 79d5be7e265df3be8b73d484f0c7261b3c23229d
2020-02-07 23:02:10 +01:00
Niels Martin Hansen
9e632355f1
Fix #7525 : Move autorenew setting to Basic category
2020-02-07 22:05:34 +01:00
Niels Martin Hansen
04ce1f0713
Fix #7885 : [Fluidsynth] Use recommended method of setting sample rate
2020-02-07 21:01:11 +01:00
Johannes E. Krause and Charles Pigott
107283748a
Feature: SLF_HEX to print hexadecimal numbers in the config file
2020-02-06 21:00:30 +00:00
Johannes E. Krause and Charles Pigott
f389d66e36
Fix: Loading SDT_INTLIST similar to loading SDT_NUMX
2020-02-06 21:00:30 +00:00
Johannes E. Krause and Charles Pigott
76eab18f02
Fix: Saving SDT_INTLIST handle unsigned values properly
2020-02-06 21:00:30 +00:00
Samu and Charles Pigott
3089c625e4
Fix #7088 : close AI/GS textfile window when their data are invalid
2020-02-06 20:58:11 +00:00
stormcone and Charles Pigott
492d2704f1
Fix #7974 : Crash when CTRL+click to show a vehicle group that is collapsed
2020-02-06 16:10:46 +00:00
Niels Martin Hansen and Charles Pigott
805ecd32be
Fix 5880f147: Integer width warnings
2020-02-06 16:09:36 +00:00
Niels Martin Hansen
3fcb240f8e
Fix d84b67e5: Station rating effects affecting too large area
2020-02-06 16:39:25 +01:00
translators
58c8ff456e
Update: Translations from eints
...
korean: 2 changes by telk5093
2020-02-05 19:45:39 +01:00
Bjarni Thor and Charles Pigott
5880f1479f
Feature #7756 : Allow server to supply a reason to kicked/banned clients
...
This commit adds the missing feature of allowing the server owner to
provide a reason for kicking/banning a client, which the client sees in
a pop-up window after being kicked. The implementation extends the
network protocol by adding a new network action called
NETWORK_ACTION_KICKED that is capable of having an error string, unlike
the other network error packages. Additionally, the kick function
broadcasts a message to all clients about the kicked client and the
reason for the kick.
2020-02-04 22:17:39 +00:00
glx and glx22
b5d56559d2
Fix #7969 : limit recursion during alias execution
2020-02-04 18:41:38 +01:00
translators
ac7cc18ab9
Update: Translations from eints
...
czech: 22 changes by djst
2020-02-02 19:45:40 +01:00
Jonathan G Rennison and Niels Martin Hansen
14af8701df
Fix #6566 : Fix signed integer overflow in viewport draw area chunking
...
This caused drawing areas larger than 2097151 pixels at 8x zoom to
not be subdivided into smaller chunks as required.
This resulted in pathological performance issues in the sprite sorter.
2020-02-02 15:37:14 +01:00
glx and Charles Pigott
196157b29e
Fix #7966 : SQInteger is 64-bit, print it as 64-bit
2020-02-01 10:14:51 +00:00
translators
be9ca4689e
Update: Translations from eints
...
korean: 4 changes by telk5093
2020-01-30 19:45:39 +01:00
kiwitreekor and GitHub
5df01bf95e
Add: [NewGRF] Station variable 6A, querying GRFID of nearby station tiles ( #7956 )
2020-01-29 21:23:23 +01:00
Jonathan G Rennison and Michael Lutz
2fee030a26
Change: Algorithm for transfer feeder payments
...
The original algorithm pays intermediate legs in feeder systems based
on the start and end stations of that particular leg.
This tends to result in large negative payments on the final leg for
journeys with many feeder legs, as the overall feeder payment increases
with the number of legs, and the final leg is penalised for discrepancies
between the previous leg payments and the actual payment for delivery
from the source to the destination.
The feeder share setting is a partial mitigation, however it is difficult
to tune as a suitable value depends on the number of legs and the network
topology, which are often not the same for all vehicles.
The new incremental algorithm pays the cargo payment from the source
station to the end station of the current leg, minus any previous
transfer feeder payments for each leg.
This prevents unbounded increase of feeder payments and therefore avoids
the issue of excessive negative payments on the final leg.
Feeder payments may be negative, e.g. in the case of poorly performing
or highly indirect legs. This is better than penalising the final leg.
This mode reduces the need to tune the feeder shares setting to the
current network.
The feeder share setting applies in the existing way.
2020-01-28 23:37:16 +01:00
Patric Stout and Charles Pigott
a38122e6f2
Fix: [AzurePipelines] the changelog-generation-script was mixing UTC and non-UTC
...
'date -u' returns the time in UTC. 'git log' uses local time. In
result, when a machine is on for example +0100, it would generate
the changelog of 7 days 1 hour, instead of 7 days. This is a silly
oversight.
2020-01-26 21:11:47 +00:00
translators
791eaedb64
Update: Translations from eints
...
tamil: 13 changes by aswn
2020-01-26 19:45:44 +01:00
PeterN and GitHub
fff05cf117
Fix #7868 : Missing override attribute. ( #7963 )
2020-01-26 16:19:04 +00:00
JMcKiern and Charles Pigott
2158e26b9e
Fix #7950 : Incorrect setup of normal screenshot viewport
2020-01-26 14:48:35 +00:00
glx and Charles Pigott
bf4672864d
Fix #7960 : use the same method as findversion.sh to determine tag
2020-01-26 14:47:54 +00:00
Niels Martin Hansen and GitHub
c8779fb311
Feature: NewGRF callback profiling ( #7868 )
...
Adds a console command newgrf_profile to collect some profiling data about NewGRF action 2 callbacks and produce a CSV file.
2020-01-26 13:45:51 +01:00
translators
f88ac83408
Update: Translations from eints
...
indonesian: 1 change by fanioz
2020-01-24 19:45:40 +01:00
glx and Charles Pigott
341941af85
Fix #7952 : don't try to access destroyed QueryStrings
2020-01-22 19:53:27 +00:00
glx and Charles Pigott
9d5dd893cd
Codechange: [AzurePipelines] remove commit-checker
2020-01-19 09:05:20 +00:00
glx and Charles Pigott
fb3de33a38
Add: [Actions] commit-checker workflow
2020-01-19 09:05:20 +00:00
JMcKiern and Niels Martin Hansen
6dfe5c852e
Fix #7927 : Incorrect resolution shown in "Huge screenshot" query window. ( #7949 )
2020-01-18 23:05:51 +01:00