summaryrefslogtreecommitdiffstats
path: root/src/control/Script6.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-08small refactoringNikolay Korolev1-4/+4
2021-08-01mission replayNikolay Korolev1-6/+19
2021-07-23syncNikolay Korolev1-0/+4
2021-07-10Fix debug script loader crashing missionsMagnus Larsen1-0/+4
* open_script is now exposed in Script.h, perhaps it should be namespaced as a static method on CTheScripts? I'm unsure what is preferred. * I've moved the joypad code out of open_script to prevent buttons held down at mission load time from changing the scriptToLoad.
2021-01-31Revert "First batch of fixes (CallAndMessage)"Filip Gawin1-4/+2
This reverts commit 7a3b80a9b7f414967fe59f89ab0fe5416735babe.
2021-01-31First batch of fixes (CallAndMessage)Filip Gawin1-2/+4
2021-01-16consistency fixNikolay Korolev1-2/+1
2021-01-16more fixNikolay Korolev1-14/+14
2021-01-16fixNikolay1-0/+1
2021-01-13fixNikolay Korolev1-1/+1
2021-01-07missing changesNikolay Korolev1-3/+3
2021-01-07minor refactoringNikolay Korolev1-3/+3
2021-01-07minor refactoringNikolay Korolev1-4/+6
2021-01-04Fix unlimited rotation in Phnom Penh '86Sergeanur1-1/+1
2020-12-28More bike leftoversSergeanur1-2/+2
2020-12-18PlayerInfo functions reordered into original order, FindPlayer... functions moved to PlayerInfo, improved CVector <-> RwV3d conversion, small fixesSergeanur1-1/+1
2020-12-14Implement COMMAND_IS_CAR_PASSENGER_SEAT_FREEshfil1-1/+8
Fixes 881
2020-12-07uint8 enums fixedwithmorten1-1/+1
2020-11-29GTA_VERSION define and some config.h cleanupaap1-1/+1
2020-11-24Script commands split to original filesSergeanur1-0/+1803
2020-11-24Script commands split to original filesSergeanur1-0/+1343