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 #365 from Fire-Head/master
CWeaponEffects done, CGame done. restored some R* names
- Loading branch information
Showing
with
590 additions
and 126 deletions.
- +1 −1 src/control/GameLogic.cpp
- +3 −3 src/control/Gangs.cpp
- +1 −1 src/control/Gangs.h
- +4 −0 src/control/Garages.cpp
- +3 −0 src/control/Garages.h
- +2 −2 src/control/Script.cpp
- +1 −1 src/control/Script.h
- +2 −3 src/core/CutsceneMgr.cpp
- +396 −41 src/core/Game.cpp
- +9 −8 src/core/Game.h
- +19 −1 src/core/RwHelper.cpp
- +8 −1 src/core/RwHelper.h
- +2 −2 src/core/TxdStore.cpp
- +1 −1 src/core/TxdStore.h
- +1 −0 src/core/World.cpp
- +1 −0 src/core/World.h
- +1 −2 src/core/main.cpp
- +1 −0 src/core/main.h
- +13 −13 src/peds/Ped.cpp
- +1 −0 src/render/Rubbish.cpp
- +1 −0 src/render/Rubbish.h
- +1 −0 src/render/Skidmarks.cpp
- +1 −0 src/render/Skidmarks.h
- +1 −0 src/render/SpecialFX.cpp
- +1 −0 src/render/SpecialFX.h
- +87 −26 src/render/WeaponEffects.cpp
- +17 −13 src/render/WeaponEffects.h
- +2 −2 src/vehicles/Automobile.cpp
- +1 −0 src/weapons/Weapon.cpp
- +8 −5 src/weapons/Weapon.h
There are no files selected for viewing
Oops, something went wrong.