glx22
aca5d97a68
Fix: properly support utf-8 in baseset translation vbscript ( #8154 )
2020-06-01 22:16:57 +01:00
dP
fd8ca95947
Fix: Desync after house replacement
2020-06-01 22:16:57 +01:00
Matthijs Kooijman
9617fa727d
Fix: sdl2-config would always be detected as present
...
The presence of sdl2-config is used go determine whether to look for
sdl2 first, or just sdl1. However, when sdl2-config is *not* present,
`which` returns an empty string. Due to lack of quoting, this produces
`[ -x ]`, rather than `[ -x "" ]` and it turns out the former actually
has a succesful exit status for some reason.
This was not a problem when just running configure, because it would
then just fail to detect sdl2 and fall back to sdl1. However, when
passing `--with-sdl` (without specifying a version), this would only
attempt to detect sdl2, even when sdl2-config was not present, but sdl1
is.
Adding quotes makes the check work as intended.
2020-06-01 22:16:57 +01:00
glx22
74b591c2e9
Fix #8142 , 5aa6351: Buoy owner and tile owner can be different ( #8143 )
2020-06-01 22:16:57 +01:00
dP
78e558717c
Fix #8137 : New clients can't join (desync) after funding an industry
2020-06-01 22:16:57 +01:00
dP
cb9c4bf4a0
Codechange: Refactor FindStationsAroundTiles to avoid code duplication
2020-06-01 22:16:57 +01:00
glx22
e39c5829a2
Add: stations_near and industries_near cache check ( #8139 )
2020-06-01 22:16:57 +01:00
glx
a089c876ab
Fix #8132 : Corrupted savegame crashing OpenTTD on load
2020-06-01 22:16:57 +01:00
glx
1072c74bc4
Fix: Stop any gamelog action when recovering from SlError()
2020-06-01 22:16:57 +01:00
glx
bb251f45fc
Fix #8119 : Update docking area when clearing a shore rail tile
2020-06-01 22:16:57 +01:00
Charles Pigott
21aa339901
Add: [AzurePipelines] Ubuntu Focal (20.04) 64bit build for releases
2020-06-01 22:16:57 +01:00
Niels Martin Hansen
3132d29805
Fix: Two issues in MIDI file writer
...
Variable-length values would write threshold values with a byte too many.
System Exclusive messages would cause write to fail since the end byte was treated as part of next message.
2020-06-01 22:16:57 +01:00
SamuXarick
94581d352a
Fix #8119 , f538179: Update docking tile area when placing a diagonal rail next to a dock end ( #8124 )
2020-06-01 22:16:57 +01:00
glx22
cf27deb675
Fix #8117 : Memory leak in admin port ( #8122 )
2020-06-01 22:16:57 +01:00
glx22
40d68273aa
Add: docking tiles cache check ( #8120 )
2020-06-01 22:16:57 +01:00
glx
2cc244bde0
Fix #8021 : limit savegame range for docking tiles fixing
2020-06-01 22:16:57 +01:00
duck
7872b1e0b5
Fix #8102 : Update Windows installer strings to reference newer Windows version ( #8114 )
...
* Fix #8102 : Update Windows installer strings to reference versions newer than 7
* Fix 2c53390: Version strings incorrectly capitalised
2020-06-01 22:16:57 +01:00
glx
22519b3b0d
Update: Lang files
2020-06-01 22:16:57 +01:00
glx
5b2447e10c
Codechange: Use a dynamic copyright year
2020-06-01 22:16:57 +01:00
Yexo
e0680c9ede
Fix: reset roadtype/streetcartype info for non-road bridges
2020-06-01 22:16:57 +01:00
Yexo
ea895f05eb
Fix #8108 : always update tile_hash after updating v->tile
2020-06-01 22:16:57 +01:00
SamuXarick
37187df7ef
Fix c01a2e2: crash on loading old savegames with invalid animated tile information
2020-06-01 22:16:57 +01:00
frosch
2faa89a98e
Fix: OpenGFX download link did no longer work. ( #8105 )
2020-06-01 22:16:57 +01:00
frosch
4297cc5f21
Fix #8093 : Build+Refit changed game-state in command test run, and thus caused desyncs.
...
Use DC_AUTOREPLACE for actions that shall be reversibe, in this case:
- Do not rearrange free wagons in test-run.
- Do not discard OrderBackups.
The latter was not triggered by actual auto-replace, since it does not set a 'user'.
2020-06-01 22:16:57 +01:00
frosch
591ca82845
Fix: When build+refit an engine, do not refit any free wagons that may get attached.
2020-06-01 22:16:57 +01:00
frosch
e90322f6e9
Codechange: Unify the tests whether build+refit is in simulation-test or real-run.
2020-06-01 22:16:57 +01:00
SamuXarick
978cc774ec
Fix: [Script] ScriptMarine::AreWaterTilesConnected failed for aqueducts ( #8074 )
2020-06-01 22:16:57 +01:00
Charles Pigott
7f77b8c1e2
Doc: Prepare for 1.10.1 release
2020-04-13 18:39:51 +01:00
glx
2bf936bbbc
Fix #8081 : Check for waypoints when removing docking tiles
2020-04-13 18:39:51 +01:00
Pavel Stupnikov
eb8d79f41f
Fix a5681d3e: Make goal question ID use 16 bits again ( #8072 )
2020-04-13 18:39:51 +01:00
glx
0737458ec4
Fix #8064 : Incorrect display of refit capacity
2020-04-13 18:39:51 +01:00
frosch
7e659bc3da
Fix #8060 , 5880f14: Restore admin network API compatibility.
2020-04-13 18:39:51 +01:00
stormcone
612c912144
Fix #8055 , c02ef3e: Crash when roadtype availability changed with the road toolbar open ( #8058 )
2020-04-13 18:39:51 +01:00
Charles Pigott
c8cd5f7f3a
Doc: Prepare for 1.10.0 release
2020-03-31 23:08:53 +01:00
Charles Pigott
0c87ae1875
Update: Translations
2020-03-31 23:08:53 +01:00
Charles Pigott
cc458c9559
Add: Titlegame for 1.10 branch by ALEXbr
2020-03-31 23:08:53 +01:00
Charles Pigott
9f0371117b
Codechange: Disable asserts for release
2020-03-31 23:08:53 +01:00
SamuXarick
b6d409f8a7
Fix: [Script] Random deviation upper bound range should be inclusive
2020-03-31 23:08:53 +01:00
SamuXarick
d0613bad11
Doc: [Script] Make it clear random_deviation and CONFIG_RANDOM range upper bounds are inclusive
2020-03-31 23:08:53 +01:00
Jonathan G Rennison
27cbee76b4
Codechange: Don't fail configure if SDL2 is not detected
2020-03-31 23:08:53 +01:00
glx
7e3eabdaae
Fix #8043 , c02ef3e4: Incorrect handling of global road/tram hotkeys
2020-03-31 23:08:53 +01:00
Sebastian Pauka
a4d73d74a2
Fix #7644 : [Cocoa] Manually set colorspace to sRGB
2020-03-31 23:08:53 +01:00
SamuXarick
d4bd17d443
Fix #8020 : Add missing docking tiles around industry neutral stations
2020-03-31 23:08:53 +01:00
SamuXarick
a82dca883f
Fix #8039 : [AI/GS] SetOrderFlags and GetOrderDestination didn't work for oil rigs
2020-03-31 23:08:53 +01:00
SamuXarick
18ad0fa983
Change: Open company window when clicking on a company goal ( #8033 )
2020-03-31 23:08:53 +01:00
SamuXarick
fd64c62bcd
Fix: Ignore clicks on non-applicable global goals ( #8035 )
2020-03-31 23:08:53 +01:00
SamuXarick
b542ebfb52
Fix: [AI/GS] Consider neutral station setting when creating tile lists
2020-03-31 23:08:53 +01:00
SamuXarick
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