Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added A* pathfinding | Kelly Rauchenberger | 2021-02-27 | 1 | -1/+1 |
| | |||||
* | Pressing M mutes/unmutes music | Kelly Rauchenberger | 2021-02-27 | 1 | -0/+6 |
| | | | | (except when the debug console is open) | ||||
* | Added copy-pasting into the debug console | Kelly Rauchenberger | 2021-02-21 | 1 | -0/+5 |
| | |||||
* | Added a debug console | Kelly Rauchenberger | 2021-02-21 | 1 | -2/+42 |
| | | | | | | | | Open it by pressing backtick, close it by hitting escape. Pressing backtick does not open it in release builds. Current shortcomings: opening it for the first time also types a backtick for some reason, but not on subsequent times. Also, it doesn't create a coroutine, so any script function that yields is going to fail. This also added a "is gameplay paused" flag to Game, which will be useful for adding a pause menu. | ||||
* | Added variable movement speed | Kelly Rauchenberger | 2021-02-20 | 1 | -1/+2 |
| | | | | Ionia now moves at half Lucas's speed, which I think is good for NPCs. | ||||
* | Scripts are organised per-map now | Kelly Rauchenberger | 2021-02-12 | 1 | -3/+3 |
| | |||||
* | Added choice prompts | Kelly Rauchenberger | 2021-02-11 | 1 | -0/+8 |
| | | | | "A presses" are also no longer special values in the lines list, but are rather a field on the MessageLine object. | ||||
* | Added "no problem here" | Kelly Rauchenberger | 2021-02-07 | 1 | -0/+13 |
| | |||||
* | Added sprite interaction | Kelly Rauchenberger | 2021-02-06 | 1 | -13/+33 |
| | |||||
* | Created script system | Kelly Rauchenberger | 2021-02-05 | 1 | -1/+3 |
| | |||||
* | Added little bobbing "next message" arrow | Kelly Rauchenberger | 2021-02-05 | 1 | -2/+3 |
| | |||||
* | Added speaker header | Kelly Rauchenberger | 2021-02-05 | 1 | -1/+1 |
| | |||||
* | Added text boxes | Kelly Rauchenberger | 2021-02-04 | 1 | -2/+7 |
| | | | | | | Text now reveals itself and scrolls! Yay! It even plays speaker beeps. TODO: the arror indicating an A press is needed. Bullets on lines that need bullets. The header that says who the speaker is, if relevant. | ||||
* | Added cutscene bars (and resized game) | Kelly Rauchenberger | 2021-02-03 | 1 | -5/+15 |
| | |||||
* | Added input system | Kelly Rauchenberger | 2021-02-03 | 1 | -0/+89 |