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 #731 from erorcun/miami
Population done, mouse AUX buttons, Frontend, Hud, fixes
- Loading branch information
Showing
with
1,414 additions
and 1,124 deletions.
- +1 −1 src/audio/MusicManager.cpp
- +1 −1 src/control/GameLogic.cpp
- +2 −2 src/control/PathFind.cpp
- +2 −1 src/control/PathFind.h
- +2 −0 src/control/Phones.cpp
- +36 −31 src/core/ControllerConfig.cpp
- +330 −733 src/core/Frontend.cpp
- +7 −18 src/core/Frontend.h
- +3 −0 src/core/Frontend_PS2.cpp
- +3 −0 src/core/Frontend_PS2.h
- +5 −2 src/core/IniFile.cpp
- +0 −2 src/core/MenuScreens.cpp
- +3 −0 src/core/common.h
- +1 −1 src/core/timebars.cpp
- +27 −0 src/modelinfo/ModelInfo.cpp
- +2 −0 src/modelinfo/ModelInfo.h
- +2 −2 src/peds/CivilianPed.cpp
- +2 −0 src/peds/Gangs.cpp
- +1 −1 src/peds/Ped.cpp
- +1 −1 src/peds/Ped.h
- +2 −5 src/peds/PedChat.cpp
- +2 −0 src/peds/PedType.cpp
- +842 −182 src/peds/Population.cpp
- +16 −24 src/peds/Population.h
- +8 −18 src/render/Credits.cpp
- +11 −0 src/render/Draw.cpp
- +2 −14 src/render/Font.cpp
- +51 −36 src/render/Hud.cpp
- +1 −0 src/render/Hud.h
- +3 −1 src/save/PCSave.cpp
- +1 −3 src/skel/glfw/glfw.cpp
- +1 −1 src/skel/win/win.cpp
- +32 −26 src/vehicles/CarGen.cpp
- +9 −18 src/vehicles/Cranes.cpp
- +2 −0 src/weapons/ShotInfo.cpp
There are no files selected for viewing
Oops, something went wrong.