cakepie
a6965cf854
Departure boards: reword strings to better reflect that both arrivals and departures may be displayed
2022-12-04 14:22:08 +08:00
cakepie
d5e1954e3b
Departure boards: ignore departure_show_both setting for waypoints
2022-12-04 14:17:51 +08:00
cakepie
5fa9e5efb1
Departure boards: Fix unintuitive "A"/"D" widget lowered states when disabled by departure_show_both
2022-12-03 10:03:16 +08:00
cakepie
b76359d485
Departure boards: Fix no entries shown if "show both" setting turned on while window already open with "Show Deps" false
2022-12-03 09:51:03 +08:00
cakepie
6b6a0adeb4
Departure boards: Fix swapped ship/acft tooltips, use dedicated strings with more appropriate wording instead of repurposing from WID_SV_* widgets' tooltips in station_gui
2022-12-03 00:47:06 +08:00
cakepie
821be47a60
Departure boards: cleanup: move misplaced comment
2022-12-03 00:12:09 +08:00
cakepie
87aa379aa9
Departure boards: Refactor widget toggling
2022-12-03 00:08:16 +08:00
cakepie
c0d3088817
Departure boards: Fix "show via" widget needs redrawn when changed as a side effect of "show deps" toggled
2022-12-02 23:26:16 +08:00
Jonathan G Rennison
afd3004ea0
Debug: Avoid compiler warnings in debug window cargo class printing
2022-11-29 17:58:51 +00:00
Jonathan G Rennison
e97781608f
Crashlog: Windows: Show some memory stats for out of memory crashes
2022-11-29 17:53:15 +00:00
Jonathan G Rennison
2832fc16f5
Template replacement: Use more descriptive strings for add vehicle button
2022-11-28 19:54:41 +00:00
Jonathan G Rennison
210cec6c98
Merge pull request #453 from telk5093/jgrpp
...
Update: Korean translation up to 0.49.2
2022-11-28 19:54:04 +00:00
TELK
e882ba6063
Update: Korean translation up to 0.49.2
2022-11-28 20:18:18 +09:00
Jonathan G Rennison
81e035dc63
Version: Committing version data for tag: jgrpp-0.49.2
2022-11-28 00:05:33 +00:00
Jonathan G Rennison
2eecf19edb
Fix engine changes not updating build template train windows
2022-11-27 20:22:28 +00:00
Jonathan G Rennison
5d171e0023
Add setting for whether dual pane train purchase window uses combined buttons
...
See: #421
2022-11-27 20:15:58 +00:00
Jonathan G Rennison
7b78a4f1ad
Build vehicle window: Fix spelling errors in widget IDs
2022-11-27 19:13:19 +00:00
Jonathan G Rennison
1f36c3f3e4
Merge branch 'master' into jgrpp
...
# Conflicts:
# src/ai/ai_gui.cpp
# src/build_vehicle_gui.cpp
# src/genworld_gui.cpp
# src/lang/english.txt
# src/lang/german.txt
# src/lang/korean.txt
# src/newgrf_sound.cpp
# src/roadveh.h
# src/sound.cpp
# src/station_cmd.cpp
# src/train.h
# src/train_cmd.cpp
# src/vehicle.cpp
# src/vehicle_base.h
# src/vehicle_gui.cpp
2022-11-26 23:04:14 +00:00
Jonathan G Rennison
0e5a09974a
VarAction2: Fix detection of callback handlers which don't inspect var C
2022-11-26 19:42:37 +00:00
Jonathan G Rennison
1364f52405
Fix go to nearest depot orders using the location of a particular depot
2022-11-26 18:43:16 +00:00
Jonathan G Rennison
cd6ab2c385
Departure boards: Fix crash with vehicles which only have implicit orders
2022-11-26 18:38:26 +00:00
Jonathan G Rennison
5a419e4bdd
VarAction2: Detect callback switches which include other adjusts
2022-11-24 23:17:46 +00:00
Jonathan G Rennison
7cc953618a
Documentation: Update low level changes document
2022-11-24 23:17:04 +00:00
Jonathan G Rennison
3d7e5d5369
Avoid unnecessary viewport redraws for unused tile loop house triggers
2022-11-24 02:38:10 +00:00
Jonathan G Rennison
bcb917d8c2
VarAction2: Avoid CB quick exit dropping CBID_RANDOM_TRIGGER callbacks
2022-11-24 02:04:52 +00:00
Jonathan G Rennison
e8de55adcb
Don't start tile animation if it would be stopped immediately
...
See: https://github.com/OpenTTD/OpenTTD/issues/10192
2022-11-24 01:35:01 +00:00
Jonathan G Rennison
96a6a565a5
Don't mark tile dirty when setting animation frame to its current value
...
See: https://github.com/OpenTTD/OpenTTD/issues/10192
2022-11-24 01:34:30 +00:00
Jonathan G Rennison
a42557fed7
Departure boards: Fix windows not being refreshed when changing settings
2022-11-23 21:12:05 +00:00
Jonathan G Rennison
73efbc7bdd
Departure boards: Fix scheduled dispatch departure time when wait time set
2022-11-23 20:47:04 +00:00
Jonathan G Rennison
03a9912a2b
Vehicle list commands now take into account cargo type filter
...
Start/stop
Send to depot type commands
Add to new group
Change order target
2022-11-19 22:40:29 +00:00
Jonathan G Rennison
728b902e9f
No longer use CDECL for GUIList::FilterFunction
2022-11-19 21:51:52 +00:00
Jonathan G Rennison
b52bb3ca44
Show viewport route overlay for shared order vehicle list windows
2022-11-19 00:00:23 +00:00
Jonathan G Rennison
4990a25e48
Add a "if breakdowns enabled" mode to the no depot order warn setting
2022-11-17 23:28:57 +00:00
Jonathan G Rennison
cf6f509859
Add setting flag to enable bool -> int config file load conversion
2022-11-17 23:23:29 +00:00
Jonathan G Rennison
6cf62af092
Change vehicle route overlay settings
...
Add a mode setting: off, all locations, station stops only
Change show vehicle route setting to on/off
Move settings to their own section in the GUI
Add an unset hotkey to switch the mode setting
2022-11-17 22:54:07 +00:00
Jonathan G Rennison
7ec5450ed1
Settings GUI: Move viewport signal settings to their own section
2022-11-17 22:20:11 +00:00
Jonathan G Rennison
f46998696f
Merge pull request #451 from telk5093/jgrpp
...
Update: Korean translation up to 0.49.1
2022-11-17 20:56:33 +00:00
Jonathan G Rennison
1ddccee0d7
Fix timetable state conditional order not initing timetable field
2022-11-17 20:55:11 +00:00
Jonathan G Rennison
cb9c657f59
Fix selected state of dispatch is/not first/last dropdown in order window
2022-11-17 20:43:57 +00:00
Jonathan G Rennison
cbf41a6343
Fix crash when clicking counter or schedule non-train conditional order
2022-11-17 20:24:04 +00:00
Jonathan G Rennison
ff3e275c43
Change no_depot_order_warn setting default to off
2022-11-17 20:23:21 +00:00
Jonathan G Rennison
e92aaade42
NetworkCompanyIsPassworded should return false in single player mode
2022-11-17 00:42:34 +00:00
Jonathan G Rennison
1e769d050f
Leave PLYP chunk unchanged when loading/saving server saves in non-MP
2022-11-17 00:40:12 +00:00
Jonathan G Rennison
dc03bac241
Saveload: Change SlLoadFromBuffer to take a template functor
2022-11-17 00:33:53 +00:00
TELK
bb3549ced9
Update: Korean translation up to 0.49.1
2022-11-14 19:49:30 +09:00
Jonathan G Rennison
f24cdc1fc9
Version: Committing version data for tag: jgrpp-0.49.1
2022-11-13 18:43:27 +00:00
Jonathan G Rennison
8264e2ca4f
Fix missing includes in network_internal.h
2022-11-13 18:43:19 +00:00
Jonathan G Rennison
8020f6d481
Add road stop flags to only show in the road or tram build menus
2022-11-13 16:36:55 +00:00
Jonathan G Rennison
6f963a1268
Include company infrastructure totals in state checksum
2022-11-13 11:53:16 +00:00
Jonathan G Rennison
5e00d535bc
Debug: Detect which frame's state first diverged after a desync
2022-11-13 01:08:39 +00:00