summaryrefslogtreecommitdiffstats
path: root/src/control/Script6.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* small refactoringNikolay Korolev2021-08-081-4/+4
|
* Fix debug script loader crashing missionsMagnus Larsen2021-07-101-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.
* Revert "First batch of fixes (CallAndMessage)"Filip Gawin2021-01-311-4/+2
| | | | This reverts commit 7a3b80a9b7f414967fe59f89ab0fe5416735babe.
* First batch of fixes (CallAndMessage)Filip Gawin2021-01-311-2/+4
|
* fixNikolay Korolev2021-01-131-1/+1
|
* missing changesNikolay Korolev2021-01-071-3/+3
|
* minor refactoringNikolay Korolev2021-01-071-4/+6
|
* More bike leftoversSergeanur2020-12-281-2/+2
|
* Implement COMMAND_IS_CAR_PASSENGER_SEAT_FREEshfil2020-12-141-1/+8
| | | Fixes 881
* GTA_VERSION define and some config.h cleanupaap2020-11-291-1/+1
|
* Script commands split to original filesSergeanur2020-11-241-0/+1343