summary refs log tree commit diff stats
path: root/src/script_system.cpp
Commit message (Expand)AuthorAgeFilesLines
* Scripts are organised per-map nowKelly Rauchenberger2021-02-121-6/+6
* Added choice promptsKelly Rauchenberger2021-02-111-1/+3
* Player movement/input is halted during cutscenesKelly Rauchenberger2021-02-101-1/+2
* Player is no longer controllable during map transitionsKelly Rauchenberger2021-02-101-3/+4
* loadMap requires a direction now, so party trails are set up correctlyKelly Rauchenberger2021-02-101-2/+2
* Running is preserved across screen transitionsKelly Rauchenberger2021-02-101-1/+13
* Direction is preserved across map transitions nowKelly Rauchenberger2021-02-101-1/+25
* Added fade out around map changeKelly Rauchenberger2021-02-101-2/+8
* Map changing!Kelly Rauchenberger2021-02-091-0/+6
* Added sound and animation changes to scriptingKelly Rauchenberger2021-02-061-0/+29
* Created script systemKelly Rauchenberger2021-02-051-0/+65