Commit Graph

36959 Commits

Author SHA1 Message Date
Jonathan G Rennison
4a21fafd5c Debug: Add stadium and church count to town debug window 2020-08-03 20:27:12 +01:00
Jonathan G Rennison
ce6cdc551f Add anywhere mode to ignore house zone scenario editor setting
See: #177
2020-08-03 19:37:50 +01:00
Jonathan G Rennison
348530b052 Fix scenario editor settings visibility 2020-08-03 19:35:46 +01:00
Jonathan G Rennison
157beb05ed Add settings to ignore date/zone/GRF when placing houses in scenario editor
See: #177
2020-08-03 19:02:11 +01:00
Jonathan G Rennison
b7118b60fe Add setting to enable multiple churches/stadiums in scenario editor
See: #177
2020-08-03 16:39:03 +01:00
Jonathan G Rennison
3dfbeb07f6 Settings: Add scenario editor section 2020-08-03 18:32:27 +01:00
Niels Martin Hansen
84efde8ee3 Change: Log when rejecting a TAR archive for extraction
Based on report in <https://www.tt-forums.net/viewtopic.php?f=31&t=87374>
2020-07-28 19:20:13 +02:00
Jonathan G Rennison
8f8e14c9b2 CMake: Fix languages not being recompiled where required 2020-07-28 17:49:50 +01:00
Łukasz Hryniuk
3effad0bea Fix: Properly invalidate mouse-over station coverage highlight (#8263) 2020-07-27 17:37:47 +01:00
dP
452e1e3328 Codechange #8258: Remove unused town cargo caches from the savegame 2020-07-27 17:32:00 +01:00
TechGeekNZ
a10013dd00 Codechange: Spell 'Viewport' consistently
Some places in the codebase misspell 'Viewport' as 'ViewPort' or 'view_port'.
This patch makes everything consistent.
2020-07-27 17:31:29 +01:00
TechGeekNZ
c0bf7cc840 Fix: GCC warns about possibly uninitialized data in signal.cpp
When compiling with '-Og', GCC warns about variables that are
initialized by reference in the condition of a 'while' loop.

This commit silences the warning by explicitly initializing the
variables in question to their respective 'invalid value' markers,
which will most likely be optimized out when the compiler realizes
the values are never used.
2020-07-27 17:25:58 +01:00
translators
a56bf35409 Update: Translations from eints
french: 1 change by glx
2020-07-25 19:45:38 +02:00
translators
82672342b7 Update: Translations from eints
belarusian: 35 changes by KorneySan
2020-07-24 19:45:41 +02:00
translators
663c301e7c Update: Translations from eints
belarusian: 64 changes by KorneySan
russian: 2 changes by KorneySan
2020-07-22 19:45:40 +02:00
translators
808fbaa767 Update: Translations from eints
belarusian: 11 changes by KorneySan
2020-07-21 19:45:40 +02:00
Jonathan G Rennison
651ac33858 Departure boards: Defer vehicle list refresh when invalidated 2020-07-19 12:47:51 +01:00
Jonathan G Rennison
cd093931db Departure board: Always invalidate boards in DeleteVehicleOrders 2020-07-19 12:47:23 +01:00
Jonathan G Rennison
c0e267973f Departure board: Skip vehicles with no orders 2020-07-19 12:21:34 +01:00
Jonathan G Rennison
c35f620746 Fix vehicle destination text colour when mousing over
See: https://github.com/OpenTTD/OpenTTD/issues/8272
2020-07-17 17:17:07 +01:00
glx
4079c47b6c Change: rewrote squirrel_export in CMake 2020-07-16 00:53:26 +02:00
glx
8794c61f25 Change: rewrote generate_widget in CMake 2020-07-16 00:53:26 +02:00
Jonathan G Rennison
d290fac2ad Add hotkey to show link graph legend window 2020-07-15 20:40:05 +01:00
Pavel Stupnikov
26b91192a3 Feature: Center text and icons in the status bar vertically (#8273) 2020-07-15 16:57:31 +02:00
TELK
58f1ec6b5e Update: Translations of Korean - Make more natural conditional orders for cargo 2020-07-15 18:35:07 +09:00
Jonathan G Rennison
0a63412c76 Lang: Fix string code issues in czech.txt 2020-07-14 19:39:18 +01:00
Lurker23
cfcd463adf Add: cs_CZ partial translation (#174)
* Update czech.txt

* Update czech.txt
2020-07-14 17:30:55 +01:00
dP
706c47265e Fix: Set invalid road and tram types for rail tunnel ends 2020-07-13 16:38:21 +02:00
Jonathan G Rennison
05dc785f13 Split STR_ORDER_CONDITIONAL_CARGO string into two, adjust format
See: #172
2020-07-12 21:58:49 +01:00
Jonathan G Rennison
a79cab9b45 Merge branch 'pr-173' into jgrpp 2020-07-12 21:17:46 +01:00
TELK
eb0328f258 ko-KR: Update translation up to 0.35.0 2020-07-13 03:31:06 +09:00
translators
954d0b4e5b Update: Translations from eints
korean: 1 change by telk5093
2020-07-12 19:45:40 +02:00
Jonathan G Rennison
6d1535b902 Also show destination on mouseover when vehicle waiting for PBS/routing restriction 2020-07-12 12:32:35 +01:00
Jonathan G Rennison
7467051331 Merge branch 'master' into jgrpp
# Conflicts:
#	.gitignore
#	src/network/network_server.cpp
#	src/vehicle_gui.cpp
2020-07-12 12:29:28 +01:00
Jonathan G Rennison
f998b1eaa6 Only do RV leader check within uncached area 2020-07-12 11:30:14 +01:00
Jonathan G Rennison
c1adefc86d Only do RV leader check if there are multiple target candidates 2020-07-11 22:54:10 +01:00
Jonathan G Rennison
e05f4b2faf Use front vehicle for vehicle orders in RV YAPF leader check 2020-07-11 22:42:59 +01:00
Jonathan G Rennison
49fdc9c77a Merge branch 'pr-138' into jgrpp 2020-07-11 22:05:17 +01:00
Jonathan G Rennison
c93cffed64 Tidy up PR #138 2020-07-11 22:04:01 +01:00
Yourself
087cae82fc Add: zero tree growth setting 2020-07-10 15:22:02 -07:00
Abdurrahmaan Iqbal
7d2db99bfd Fix #7772: Show destination on mouseover when vehicle stopped (and not in depot) 2020-07-10 14:48:22 +01:00
TrevorShelton
c39d62c245 Update: Disuse of STR_ERROR_INCOMPATIBLE_ROAD 2020-07-10 14:47:55 +01:00
TrevorShelton
c7e391da93 Change #8162: Conversion of Town Road, Impr. Error
This changes the error when you attempt to convert a road owned by a town to another road, specifying that it's owned by the town rather than simply being incompatible. As the original poster of the issue pointed out, these seemed to be the only occurences of the incompatible road string, so now it's unused, but they would be left untouched in case of future use or since changing it to a different error would do the work of removing it then. If requested, it likely wouldn't be too difficult to remove the string entirely.
2020-07-10 14:47:55 +01:00
Jonathan G Rennison
48b15bb7b8 Avoid superfluous calls to SetDirtyAsBlocks when dragging window
See: #170
2020-07-09 20:27:51 +01:00
Jonathan G Rennison
002e99ac34 Debug: Show tile info on separate lines in vehicle debug window 2020-07-09 17:40:00 +01:00
Jonathan G Rennison
053d4f3bff Fix: Thread unsafe use of SendPacket for PACKET_SERVER_MAP_SIZE
NetworkTCPSocketHandler::SendPacket is not thread safe and may not
be used concurrently from multiple threads without suitable locking
2020-07-09 16:08:01 +01:00
Jonathan G Rennison
1f5de8b82c Auto separation: Remove circular linked list, use new algorithm 2020-07-09 02:15:16 +01:00
Jonathan G Rennison
2219a1a5b7 Debug: Add ahead/behind separation vehicles to vehicle debug window 2020-07-08 19:30:26 +01:00
Jonathan G Rennison
c81c805856 Timetable auto: Add an absolute threshold for congestion detection
In addition to existing proportional threshold
2020-07-07 20:28:56 +01:00
Jonathan G Rennison
73340fc112 Timetable auto: Clear timetabled flag with travel time when congested 2020-07-07 20:20:46 +01:00