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 #963 from Nick007J/lcs
all LCS script commands
- Loading branch information
Showing
with
3,484 additions
and 2,103 deletions.
- +2 −1 src/control/Bridge.h
- +4 −2 src/control/CarCtrl.cpp
- +2 −1 src/control/CarCtrl.h
- +2 −1 src/control/GameLogic.cpp
- +1 −0 src/control/GameLogic.h
- +128 −35 src/control/Garages.cpp
- +17 −1 src/control/Pickups.cpp
- +3 −0 src/control/Pickups.h
- +2 −2 src/control/Replay.h
- +208 −214 src/control/Script.cpp
- +34 −5 src/control/Script.h
- +419 −0 src/control/Script10.cpp
- +6 −6 src/control/Script2.cpp
- +7 −1 src/control/Script3.cpp
- +4 −2 src/control/Script4.cpp
- +331 −277 src/control/Script5.cpp
- +399 −352 src/control/Script6.cpp
- +357 −244 src/control/Script7.cpp
- +367 −709 src/control/Script8.cpp
- +773 −0 src/control/Script9.cpp
- +190 −190 src/control/ScriptCommands.h
- +2 −1 src/core/Camera.cpp
- +1 −0 src/core/Camera.h
- +3 −3 src/core/Frontend.cpp
- +10 −0 src/core/Pad.h
- +4 −2 src/core/PlayerInfo.cpp
- +2 −0 src/core/Radar.cpp
- +2 −1 src/core/config.h
- +1 −1 src/core/main.cpp
- +24 −18 src/core/re3.cpp
- +44 −1 src/modelinfo/ModelIndices.h
- +1 −0 src/objects/Object.h
- +74 −1 src/peds/Ped.cpp
- +43 −11 src/peds/Ped.h
- +1 −1 src/peds/PedAI.cpp
- +2 −0 src/render/Hud.cpp
- +2 −0 src/render/Hud.h
- +4 −4 src/save/GenericGameStorage.cpp
- +6 −16 src/vehicles/Cranes.cpp
- +2 −0 src/vehicles/Vehicle.h
There are no files selected for viewing
Oops, something went wrong.