This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Overhaul MusicManager - fix radio bugs, scroll to prev station, radio…
… off text
- Loading branch information
Showing
with
384 additions
and 255 deletions.
- +6 −6 src/audio/AudioLogic.cpp
- +294 −218 src/audio/MusicManager.cpp
- +12 −12 src/audio/MusicManager.h
- +1 −1 src/audio/audio_enums.h
- +7 −7 src/audio/soundlist.h
- +1 −1 src/core/Camera.cpp
- +45 −0 src/core/ControllerConfig.cpp
- +4 −0 src/core/ControllerConfig.h
- +5 −1 src/core/config.h
- +1 −1 src/render/Hud.cpp
- +3 −3 src/save/GenericGameStorage.cpp
- +1 −1 src/save/GenericGameStorage.h
- +1 −1 src/text/Text.cpp
- +2 −2 src/vehicles/Vehicle.cpp
- +1 −1 src/vehicles/Vehicle.h
There are no files selected for viewing
Oops, something went wrong.