Jonathan G Rennison
000f86f23d
Fix town growth to correctly follow custom bridge heads
2019-09-21 23:13:53 +01:00
Jonathan G Rennison
e040ea1ce6
Fix road/tram catenary not being drawn on custom bridge heads
2019-09-21 11:52:08 +01:00
Jonathan G Rennison
fc5df15b77
Fix fbbbc6e193
: Assumption that Station::xy is a station tile
2019-09-21 11:39:42 +01:00
Jonathan G Rennison
e0b33324a5
Fix 4bd33c6bd0
: Assertion failure on non-road tiles
2019-09-21 11:39:06 +01:00
translators
ceb29cef85
Update: Translations from eints
...
chinese (simplified): 12 changes by ww9980
2019-09-20 19:45:40 +02:00
translators
23168ff3d8
Update: Translations from eints
...
chinese (simplified): 6 changes by ww9980
2019-09-19 19:45:39 +02:00
nikolas
2d27e8e685
Add #6173 : New SDL 2 based video and sound drivers ( #7086 )
2019-09-19 17:18:50 +02:00
translators
b18a58d5e1
Update: Translations from eints
...
spanish (mexican): 9 changes by Absay
2019-09-18 19:45:40 +02:00
Jonathan G Rennison
5c839ba8f3
Version: Committing version data for tag: jgrpp-0.32-rc4
2019-09-18 01:50:25 +01:00
Jonathan G Rennison
1f535915d1
Merge branch 'master' into jgrpp-nrt
...
# Conflicts:
# config.lib
# src/core/bitmath_func.hpp
# src/lang/korean.txt
# src/main_gui.cpp
# src/order_gui.cpp
# src/script/api/script_object.cpp
# src/station_cmd.cpp
# src/video/cocoa/wnd_quartz.mm
2019-09-18 01:18:28 +01:00
Jonathan G Rennison
ef9f6f769e
Improve logging of vehicle details in CheckCaches
2019-09-18 00:46:37 +01:00
Jonathan G Rennison
be0ea1b03f
Increase desync msg ring buffer size, improve DumpDesyncMsgLog format
2019-09-17 21:39:34 +01:00
Jonathan G Rennison
0ce032339e
Improve formatting of CompanyInfrastructure::Dump
2019-09-17 21:17:02 +01:00
glx
1f418555a1
Fix #7742 , 66dd7c3
: widget position can be negative
2019-09-17 20:11:34 +02:00
Jonathan G Rennison
4bd33c6bd0
Fix convert tool on road depots updating infra totals incorrectly
2019-09-17 00:45:47 +01:00
Jonathan G Rennison
a30638bc4a
Merge branch 'jgrpp' into jgrpp-nrt
2019-09-16 22:28:35 +01:00
Jonathan G Rennison
d77c2d380f
Add VehicleCache fields to vehicle debug inspect window
2019-09-16 21:06:55 +01:00
Michael Lutz
ed6a427fcc
Change: [OSX] Recreate backing store if the colour profile of the screen (or the screen) the game window is one changes.
...
This will result in changing colours if moving OpenTTD from one screen to another, but should avoid performance problems if the window is moved.
2019-09-16 19:11:08 +01:00
Michael Lutz
994664dec5
Fix #7644 : [OSX] Try to use system colour space to avoid video output performance degradation.
2019-09-16 19:11:08 +01:00
Jonathan G Rennison
ee812922b6
Fix mass order destination change of orders with load/unload by cargo
2019-09-16 01:02:50 +01:00
Jonathan G Rennison
e4b9eeee71
Set VRF_CONSIST_SPEED_REDUCTION flag in NormaliseTrainHead
2019-09-16 00:58:04 +01:00
Jonathan G Rennison
f9a8c3da46
Fix locked wait times not being preserved when moving orders to new station
2019-09-15 11:37:10 +01:00
Jonathan G Rennison
57337b76bd
Fix false positives in order destination refcount mismatch check
2019-09-15 11:35:49 +01:00
Jonathan G Rennison
eb8ef65a0b
CheckCaches: Indicate incorrect fields in vehicle cache mismatch message
2019-09-15 00:41:45 +01:00
Jonathan G Rennison
6792495705
Add -K switch to write savegame debug data and exit
2019-09-15 00:34:32 +01:00
Jonathan G Rennison
dd13f24804
Merge branch 'save_ext' into jgrpp
2019-09-14 21:27:15 +01:00
Jonathan G Rennison
c83dc67767
Fix -q switch error path failing as language data not yet loaded
2019-09-14 21:27:03 +01:00
Jonathan G Rennison
1e059d1a48
Increase text buffer size in WriteSavegameInfo
2019-09-14 21:04:21 +01:00
Niels Martin Hansen
d35254139a
Fix #7479 : Don't close construction windows when changing client name
2019-09-14 19:16:39 +01:00
Johannes E. Krause
1978b9122b
Fix #7737 , afbf6a5
: missing return
2019-09-14 17:36:34 +02:00
glx22
2ed88d6898
Fix: inconsistent description for 32bpp-sse4-anim blitter ( #7740 )
2019-09-14 16:52:35 +02:00
Owen Rudge
165eae0e80
Fix: Avoid using stat to retrieve file modification times on Windows ( #7731 )
2019-09-13 11:23:25 +01:00
translators
f81cb0a90d
Update: Translations from eints
...
korean: 1 change by telk5093
2019-09-11 19:45:38 +02:00
Jonathan G Rennison
6d10961318
Fix RemoveDockingTile when adjacent to industry without neutral station
2019-09-10 20:06:23 +01:00
translators
b30994168d
Update: Translations from eints
...
korean: 34 changes by telk5093
2019-09-10 19:45:38 +02:00
Juriy Petrochenkov
7bdde8b41d
Fix: Use natural sort when sorting the file list.
2019-09-08 22:18:53 +02:00
Max Maton
e4414471dd
Add: Allow GameScript to demolish without a company
...
This allows GameScripts to shrink towns as well as grow them.
2019-09-08 10:09:19 +02:00
Andy
9014633866
Fix: change Quartz driver colorSpace handling to address certain macOS performance issues ( #7644 )
2019-09-07 22:09:17 +02:00
Niels Martin Hansen
0549a81c30
Fix b3fd7879
: Ignore command flags when verifying script commands
...
Multiplayer games has the server add some flags to the cmd value during the handling.
These flags should not be included in the verification, mask them out. Without this
masking out, scripts tend to die when executing their first command in multiplayer.
2019-09-07 19:38:13 +02:00
glx22
b3fd787959
Fix #7188 : check the validity of command callback for scripts ( #7701 )
2019-09-07 17:37:01 +01:00
Patric Stout
381c2a4587
Add: [DorpsGek] also announce comments on commits
2019-09-07 09:36:57 +01:00
Jonathan G Rennison
4116ccd578
Windows: Do not output crash.dmp files for non-developers
2019-09-07 02:16:36 +01:00
Daniel Lee
2d9eb1c417
Fix #7626 : Allow building drive-through stops over one-way/blocked roads owned by towns (instead of crashing).
2019-09-06 23:21:40 +02:00
translators
058dadf315
Update: Translations from eints
...
french: 4 changes by glx
2019-09-06 19:45:39 +02:00
Jonathan G Rennison
b3431512ee
Add modifier key window for toggling shift/ctrl key states using mouse
2019-09-05 23:21:41 +01:00
Jonathan G Rennison
f681e98f0f
Debug: Show order indices in vehicle debug/inspection GUI
2019-09-05 20:58:23 +01:00
Jonathan G Rennison
6ad78dd637
When copying vehicle orders, reset indices unless orders are equivalent
...
This fixes invalid order indices post copy when conditional
orders are used
2019-09-05 19:07:10 +01:00
JMcKiern
fbbbc6e193
Fix #7692 : Added industry tile to GetOrderCmdFromTile() ( #7709 )
...
Sending order command to an industry tile now checks if a neutral_station is available and sends the order to that station
2019-09-04 22:47:21 +02:00
translators
c4850475c3
Update: Translations from eints
...
slovenian: 4 changes by matej1245
2019-09-04 19:45:39 +02:00
Patric Stout
03aaf695a5
Fix: [DorpsGek] don't report all pushes, but just those done by DorpsGek
...
Those are most often the translator updates, which are pushed
directly to master (and not via a Pull Request).
2019-09-02 08:28:38 +01:00