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
Jonathan G Rennison
68f216cad6
CMake: Fix compilation on CMake < 3.12
...
Bump minimum version to 3.6
2020-07-13 21:23:37 +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
ed0bddf7f8
Version: Committing version data for tag: jgrpp-0.35.0
2020-07-12 12:59:47 +01:00
Jonathan G Rennison
dbdab67cda
version_utils.sh: Fix getting current version
2020-07-12 12:59:24 +01: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
152cba7156
Doc: Update low level changes documentation
2020-07-12 11:50:54 +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
Michael Lutz
00eccbe298
Add: [CMake] Source group definitions to create file filters in generated project files (like the old MSVC projects).
2020-07-10 19:33:00 +02:00
glx22
db0bf20fbb
Fix: ignore more things
2020-07-10 14:48:47 +01:00
frosch
c434387794
Fix: Adjust .gitignore to CMake build system.
2020-07-10 14:48:47 +01: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
e8843cb979
Merge branch 'pr-169' into jgrpp
2020-07-09 17:41:32 +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
Alex Brooke
e0fb398bbd
Fix: debian package dependencies
2020-07-07 17:13:44 -04: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
Jonathan G Rennison
3a65346abc
Timetable auto: Skip congestion check for depot service orders
2020-07-07 20:20:12 +01:00
Jonathan G Rennison
21a4c97a8a
Fix general transparency hotkey not updating vehicles in tunnels
2020-07-07 18:43:34 +01:00
Jonathan G Rennison
894fd6c609
Add separation state to DumpVehicleFlags
2020-07-07 18:22:06 +01:00
Jonathan G Rennison
b7a9f9901a
Auto-separation: Do not clear separation on congestion
...
Clear timetable started, and do no separate using vehicles
without timetable started
2020-07-07 18:21:41 +01:00
Jonathan G Rennison
09a1a7ce1a
Auto-separation: Tidy up Vehicle::InitSeparation
2020-07-07 18:14:50 +01:00
Jonathan G Rennison
fdd8ae2b9b
Whitespace fix
2020-07-07 18:13:53 +01:00
Jonathan G Rennison
b520193831
Fix incorrect news parameters for vehicle too heavy advice message
2020-07-07 18:10:38 +01:00
Jonathan G Rennison
53f9fa139d
Remove redundant year/month date globals
2020-07-07 17:53:54 +01:00
Jonathan G Rennison
c7f6a711b3
Departures board: Fix handling of via orders for arrivals
2020-07-07 17:41:34 +01:00
Jonathan G Rennison
8112e012b6
Fix station catchment overlay not being cleared when distant join window closed
2020-07-07 17:35:26 +01:00
Jonathan G Rennison
5e7f42154d
Merge branch 'pr-8263' into HEAD
2020-07-07 17:29:15 +01:00
Jonathan G Rennison
737ced9f50
Merge branch 'master' into jgrpp
2020-07-07 17:28:19 +01:00
Jonathan G Rennison
641e682e3f
Merge pull request #167 from internet-trains/gs-rivers
...
Gamescript river construction
2020-07-07 01:19:26 +01:00
Yourself
1330a9f59f
Fix: allow deity company to always build river
2020-07-06 17:11:15 -07:00
Yourself
3927ec08c6
Feature: GSMarine.BuildRiver function
2020-07-06 14:32:18 -07:00
Jonathan G Rennison
4ac30471a3
Add debug console command to merge all linkgraph jobs ASAP
2020-07-06 19:51:26 +01:00