Jonathan G Rennison
|
c3902b862d
|
Fix ed9a5392 : Wrong string code for Korean
|
2024-09-09 22:02:49 +01:00 |
|
Jonathan G Rennison
|
3813dc3698
|
Departures: Use silver for via departures, yellow for no load/unload
|
2024-09-09 19:49:08 +01:00 |
|
Jonathan G Rennison
|
e7bd85926c
|
Departures: Use enum for departure show as type
Tidy up struct Departure field init
|
2024-09-09 19:31:29 +01:00 |
|
Jonathan G Rennison
|
db9e2e545c
|
Departures: Only do smart terminus detection for station departures
|
2024-09-09 17:45:20 +01:00 |
|
Jonathan G Rennison
|
e964e1a9d3
|
Departures: Simplify struct CallAt operators
|
2024-09-09 17:39:10 +01:00 |
|
Jonathan G Rennison
|
8e0a1fa8ae
|
Always enable public roads button in scenario editor
|
2024-09-09 17:25:50 +01:00 |
|
Jonathan G Rennison
|
0badb27b7c
|
Use enum type for build public roads setting
|
2024-09-09 17:25:22 +01:00 |
|
Jonathan G Rennison
|
7b1f6b81b1
|
Departures: Show no date at all in date mode with a frozen calendar
|
2024-09-08 22:51:07 +01:00 |
|
Jonathan G Rennison
|
ed9a5392ed
|
Departures: Add button to show destination arrival times
|
2024-09-08 22:04:34 +01:00 |
|
Jonathan G Rennison
|
9ce255d706
|
Departures: Fix width of departure time and status columns
|
2024-09-08 22:04:34 +01:00 |
|
Jonathan G Rennison
|
de972cd48f
|
Departures: Enable smart terminus detection for scheduled dispatch source mode
|
2024-09-08 22:00:02 +01:00 |
|
Jonathan G Rennison
|
0d8f9d7630
|
Departures: Fix calling at times when shifting departure times
|
2024-09-08 20:30:24 +01:00 |
|
Jonathan G Rennison
|
0ea17452f6
|
Departures: Fix handling of departure tick with conditional orders after source order
|
2024-09-08 20:29:50 +01:00 |
|
Jonathan G Rennison
|
9d590d1fa7
|
Departures: Turn on smart terminus detection by default
|
2024-09-08 18:26:12 +01:00 |
|
Jonathan G Rennison
|
714adbd070
|
Departures: Handle smart terminus detection in a single pass at the end
|
2024-09-08 18:25:37 +01:00 |
|
Jonathan G Rennison
|
85668549a3
|
Departures: Don't include via departures in smart terminus detection
|
2024-09-08 13:08:32 +01:00 |
|
Jonathan G Rennison
|
c9ad1aec51
|
Departures: Show station via departures using yellow text for the time
|
2024-09-08 13:05:19 +01:00 |
|
Jonathan G Rennison
|
1fd1c77586
|
Add an AssignBit function, use instead of SB for single bit assignments
|
2024-09-08 12:44:16 +01:00 |
|
Jonathan G Rennison
|
d544d98c72
|
Set default hotkey for switch viewport vehicle route overlay mode
|
2024-09-08 10:34:48 +01:00 |
|
Jonathan G Rennison
|
db0e8a8ec0
|
Lang: Adjust string codes
|
2024-09-08 10:02:30 +01:00 |
|
Qwest8K
|
9373f8f467
|
Update: Russian localization (#744)
|
2024-09-08 10:01:45 +01:00 |
|
Jonathan G Rennison
|
b48f82ca5d
|
Fix narrowing conversion warnings for CHashTableT::Count
|
2024-09-08 09:53:13 +01:00 |
|
Jonathan G Rennison
|
83888a5ed6
|
Departures: Fix narrowing conversion warnings
|
2024-09-08 09:52:49 +01:00 |
|
Jonathan G Rennison
|
58c72c9bc7
|
Fix renaming dispatch schedule tag when it already had a name
|
2024-09-08 02:50:53 +01:00 |
|
Jonathan G Rennison
|
f1bf3e9ca2
|
Departures: Add scheduled dispatch 24 hour timetable mode
|
2024-09-08 02:42:36 +01:00 |
|
Jonathan G Rennison
|
3b5eada729
|
Fix crash in GetGameStringPtr when there are no GS strings
|
2024-09-08 02:22:01 +01:00 |
|
Jonathan G Rennison
|
90368bccf8
|
Fix 2e3f7d5f : Duplicate order occupancy button in other company order window
|
2024-09-07 21:29:54 +01:00 |
|
Jonathan G Rennison
|
da3b8dfb97
|
Departures: Split some parts of MakeDepartureList into separate functions
|
2024-09-07 20:39:48 +01:00 |
|
Jonathan G Rennison
|
2edf361d59
|
Departures: Fix unnecessary copy in ScheduledDispatchDepartureLocalFix
|
2024-09-07 17:43:59 +01:00 |
|
Jonathan G Rennison
|
b5cd4607cf
|
Departures: Move get candidate order dates from vehicle to separate function
|
2024-09-07 17:02:33 +01:00 |
|
Jonathan G Rennison
|
7da47a5eaf
|
Consider loading advance order type as stopped in ReReserveTrainPath
|
2024-09-07 14:29:02 +01:00 |
|
Jonathan G Rennison
|
7d4c6a16ad
|
Avoid unnecessary reservations when editing track under trains loading in stations
|
2024-09-07 11:52:46 +01:00 |
|
Jonathan G Rennison
|
fc6e2a3c5f
|
Tracerestrict: Fix deleting a slot changing the subtype of referencing actions
|
2024-09-06 20:56:29 +01:00 |
|
Jonathan G Rennison
|
2e624df58b
|
Add caveats to setting text for train speed adaptation
|
2024-09-06 19:14:05 +01:00 |
|
Jonathan G Rennison
|
a0333c5443
|
Always show train speed adaptation info in vehicle details when enabled
|
2024-09-06 18:38:14 +01:00 |
|
Jonathan G Rennison
|
b8ca23978c
|
Move GroundVehicle::DoUpdateSpeed implementation out of header
|
2024-09-06 17:45:37 +01:00 |
|
Jonathan G Rennison
|
b39a17c41e
|
Fix: Road stop availability callback
|
2024-09-06 02:55:14 +01:00 |
|
Jonathan G Rennison
|
ad26c7fbf6
|
Debug: Dump all sprite groups for road stops
|
2024-09-06 02:40:14 +01:00 |
|
Jonathan G Rennison
|
474d90ec40
|
Fix 8d62a8f0 : Road stop variable 6B crashing for road stop preview in GUI
|
2024-09-06 01:16:13 +01:00 |
|
Jonathan G Rennison
|
2c5502dc2d
|
Departures: Generalise vehicle type and no vehicles strings
|
2024-09-05 20:50:53 +01:00 |
|
Jonathan G Rennison
|
971a917c7a
|
Departures: Add departures support for depots
|
2024-09-05 20:33:05 +01:00 |
|
Jonathan G Rennison
|
4bb0279c0a
|
Remove STR_JUST_STATION, it duplicates STR_STATION_NAME
|
2024-09-05 19:03:57 +01:00 |
|
Jonathan G Rennison
|
aab79f6a93
|
Departures: Improve handling of different sources types in window
|
2024-09-05 18:43:22 +01:00 |
|
Jonathan G Rennison
|
f50144e4d8
|
Picker GUI: Fix picker tool class changes not updating type list
|
2024-09-05 18:25:41 +01:00 |
|
Jonathan G Rennison
|
248846614e
|
Departures: Use vehicle type mask iteration filter
|
2024-09-05 18:21:07 +01:00 |
|
Jonathan G Rennison
|
bf7750321a
|
Add a vehicle type mask front only iteration filter
|
2024-09-05 18:19:46 +01:00 |
|
Jonathan G Rennison
|
4842010b7d
|
Fix minor alignment issue
|
2024-09-05 17:38:41 +01:00 |
|
Jonathan G Rennison
|
9d277a5a4c
|
Departures: Use more general order destination detection abstraction
|
2024-09-05 17:37:53 +01:00 |
|
Jonathan G Rennison
|
fb37caf785
|
Use OrderList::GetNext wrapper for order advancement
|
2024-09-04 23:50:44 +01:00 |
|
Jonathan G Rennison
|
47a4dba414
|
Departures: Improve handling of conditional orders in arrivals mode
|
2024-09-04 23:13:22 +01:00 |
|