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
Merge pull request #101 from gennariarmando/master
Update Frontend.
- Loading branch information
Showing
with
1,444 additions
and 194 deletions.
- +5 −0 src/ControllerConfig.cpp
- +1 −0 src/ControllerConfig.h
- +1,235 −65 src/Frontend.cpp
- +20 −4 src/Frontend.h
- +42 −42 src/MenuScreens.h
- +8 −0 src/PCSave.cpp
- +7 −0 src/PCSave.h
- +7 −2 src/audio/DMAudio.cpp
- +7 −1 src/audio/DMAudio.h
- +0 −14 src/common.h
- +5 −0 src/entities/PlayerSkin.cpp
- +7 −0 src/entities/PlayerSkin.h
- +2 −1 src/entities/Vehicle.cpp
- +1 −0 src/entities/Vehicle.h
- +21 −21 src/main.cpp
- +1 −0 src/main.h
- +23 −23 src/render/Clouds.cpp
- +4 −4 src/render/Credits.cpp
- +13 −0 src/render/Draw.cpp
- +7 −0 src/render/Draw.h
- +3 −3 src/render/Font.cpp
- +20 −14 src/render/Hud.cpp
- +1 −0 src/render/MBlur.h
- +4 −0 src/skel/win/win.h
There are no files selected for viewing
Oops, something went wrong.