RigsOfRods / rigs-of-rods

Main development repository for Rigs of Rods soft-body physics simulator
https://www.rigsofrods.org
GNU General Public License v3.0
1.01k stars 178 forks source link

Enabled direct shifting in "manual shift, auto clutch" mode #3028

Closed ohlidalp closed 7 months ago

ohlidalp commented 1 year ago

These input events now work in "Manual Shift - Auto Clutch" mode:

    TRUCK_SHIFT_GEAR_REVERSE  - shift directly to reverse gear
    TRUCK_SHIFT_GEAR01        - shift directly to first gear
    TRUCK_SHIFT_GEAR02        - shift directly to second gear
    TRUCK_SHIFT_GEAR03        - shift directly to third gear
    TRUCK_SHIFT_GEAR04        - shift directly to fourth gear
    TRUCK_SHIFT_GEAR05        - shift directly to 5th gear
    TRUCK_SHIFT_GEAR06        - shift directly to 6th gear
    TRUCK_SHIFT_GEAR07        - shift directly to 7th gear
    TRUCK_SHIFT_GEAR08        - shift directly to 8th gear
    TRUCK_SHIFT_GEAR09        - shift directly to 9th gear
    TRUCK_SHIFT_GEAR10        - shift directly to 10th gear
    TRUCK_SHIFT_GEAR11        - shift directly to 11th gear
    TRUCK_SHIFT_GEAR12        - shift directly to 12th gear
    TRUCK_SHIFT_GEAR13        - shift directly to 13th gear
    TRUCK_SHIFT_GEAR14        - shift directly to 14th gear
    TRUCK_SHIFT_GEAR15        - shift directly to 15th gear
    TRUCK_SHIFT_GEAR16        - shift directly to 16th gear
    TRUCK_SHIFT_GEAR17        - shift directly to 17th gear
    TRUCK_SHIFT_GEAR18        - shift directly to 18th gear

Fixes #2995

Download dev builds here

CuriousMike56 commented 1 year ago

This needs to be rebased on master or merged into #3065, I get a ton of CMake errors when attempting to build this PR, likely due to the missing Conan updates.

ohlidalp commented 11 months ago

@CuriousMike56 ready