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 #750 from erorcun/miami
Pad, BulletInfo, ProjectileInfo, fixes
- Loading branch information
Showing
with
606 additions
and 313 deletions.
- +1 −1 src/control/Script.cpp
- +1 −1 src/core/Camera.cpp
- +3 −1 src/core/EventList.cpp
- +30 −22 src/core/Frontend.cpp
- +3 −3 src/core/Frontend.h
- +280 −68 src/core/Pad.cpp
- +7 −0 src/core/Pad.h
- +2 −56 src/core/Radar.cpp
- +4 −2 src/core/re3.cpp
- +3 −0 src/modelinfo/ModelIndices.h
- +1 −1 src/modelinfo/VehicleModelInfo.h
- +2 −3 src/peds/Ped.cpp
- +0 −1 src/peds/Ped.h
- +4 −7 src/save/GenericGameStorage.cpp
- +2 −0 src/skel/events.cpp
- +9 −2 src/vehicles/Boat.cpp
- +2 −0 src/vehicles/Vehicle.cpp
- +2 −0 src/vehicles/Vehicle.h
- +102 −58 src/weapons/BulletInfo.cpp
- +148 −87 src/weapons/ProjectileInfo.cpp
There are no files selected for viewing
Oops, something went wrong.