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 #550 from erorcun/miami
Weapon layer in Peds
- Loading branch information
Showing
with
2,164 additions
and 857 deletions.
- +1 −1 src/animation/AnimBlendAssocGroup.cpp
- +1 −0 src/animation/AnimBlendAssociation.h
- +500 −149 src/animation/AnimManager.cpp
- +30 −1 src/animation/AnimManager.h
- +129 −38 src/animation/AnimationId.h
- +2 −2 src/control/Script.cpp
- +0 −14 src/core/Cam.cpp
- +2 −2 src/core/FileLoader.cpp
- +1 −0 src/core/Game.cpp
- +24 −5 src/core/Pad.cpp
- +14 −2 src/core/Pools.cpp
- +7 −5 src/core/Streaming.cpp
- +1 −0 src/core/Streaming.h
- +5 −1 src/core/World.cpp
- +15 −14 src/modelinfo/ModelIndices.h
- +2 −1 src/modelinfo/SimpleModelInfo.h
- +2 −2 src/modelinfo/WeaponModelInfo.h
- +8 −11 src/peds/CopPed.cpp
- +1 −1 src/peds/EmergencyPed.cpp
- +847 −427 src/peds/Ped.cpp
- +65 −11 src/peds/Ped.h
- +128 −39 src/peds/PlayerPed.cpp
- +18 −7 src/peds/PlayerPed.h
- +27 −6 src/peds/Population.cpp
- +45 −21 src/render/Hud.cpp
- +9 −0 src/render/MBlur.cpp
- +2 −0 src/render/MBlur.h
- +1 −1 src/vehicles/Automobile.cpp
- +8 −3 src/vehicles/Vehicle.cpp
- +60 −22 src/weapons/ProjectileInfo.cpp
- +1 −0 src/weapons/ProjectileInfo.h
- +86 −42 src/weapons/Weapon.cpp
- +1 −0 src/weapons/Weapon.h
- +85 −23 src/weapons/WeaponInfo.cpp
- +26 −5 src/weapons/WeaponInfo.h
- +10 −1 src/weapons/WeaponType.h
There are no files selected for viewing
Oops, something went wrong.