mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 04:19:19 +02:00
Merge branch 'gfx-work' into sim
This commit is contained in:
@@ -41,6 +41,9 @@ commanddescription_sequence Commands_descriptions = {
|
||||
{ "independentbrakedecreasefast", command_target::vehicle, command_mode::oneoff },
|
||||
{ "independentbrakeset", command_target::vehicle, command_mode::oneoff },
|
||||
{ "independentbrakebailoff", command_target::vehicle, command_mode::oneoff },
|
||||
{ "universalbrakebutton1", command_target::vehicle, command_mode::oneoff },
|
||||
{ "universalbrakebutton2", command_target::vehicle, command_mode::oneoff },
|
||||
{ "universalbrakebutton3", command_target::vehicle, command_mode::oneoff },
|
||||
{ "trainbrakeincrease", command_target::vehicle, command_mode::continuous },
|
||||
{ "trainbrakedecrease", command_target::vehicle, command_mode::continuous },
|
||||
{ "trainbrakeset", command_target::vehicle, command_mode::oneoff },
|
||||
@@ -102,9 +105,9 @@ commanddescription_sequence Commands_descriptions = {
|
||||
{ "compressorenable", command_target::vehicle, command_mode::oneoff },
|
||||
{ "compressordisable", command_target::vehicle, command_mode::oneoff },
|
||||
{ "compressortogglelocal", command_target::vehicle, command_mode::oneoff },
|
||||
{ "compressorpresetactivatenext", command_target::vehicle, command_mode::oneoff },
|
||||
{ "compressorpresetactivateprevious", command_target::vehicle, command_mode::oneoff },
|
||||
{ "compressorpresetactivatedefault", command_target::vehicle, command_mode::oneoff },
|
||||
{ "compressorpresetactivatenext", command_target::vehicle, command_mode::oneoff },
|
||||
{ "compressorpresetactivateprevious", command_target::vehicle, command_mode::oneoff },
|
||||
{ "compressorpresetactivatedefault", command_target::vehicle, command_mode::oneoff },
|
||||
{ "motoroverloadrelaythresholdtoggle", command_target::vehicle, command_mode::oneoff },
|
||||
{ "motoroverloadrelaythresholdsetlow", command_target::vehicle, command_mode::oneoff },
|
||||
{ "motoroverloadrelaythresholdsethigh", command_target::vehicle, command_mode::oneoff },
|
||||
|
||||
Reference in New Issue
Block a user