summary refs log tree commit diff stats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Scripts are organised per-map nowKelly Rauchenberger2021-02-128-16/+24
|
* Added message bulletsKelly Rauchenberger2021-02-123-5/+5
|
* Flint uses talking animation in script0001 nowKelly Rauchenberger2021-02-112-1/+12
|
* Added choice promptsKelly Rauchenberger2021-02-113-1/+17
| | | | "A presses" are also no longer special values in the lines list, but are rather a field on the MessageLine object.
* Dark green map2 tile should be solidKelly Rauchenberger2021-02-101-2/+2
|
* Player movement/input is halted during cutscenesKelly Rauchenberger2021-02-104-1/+14
|
* Player is no longer controllable during map transitionsKelly Rauchenberger2021-02-101-2/+5
|
* loadMap requires a direction now, so party trails are set up correctlyKelly Rauchenberger2021-02-101-3/+1
|
* Running is preserved across screen transitionsKelly Rauchenberger2021-02-101-0/+13
|
* Direction is preserved across map transitions nowKelly Rauchenberger2021-02-101-0/+28
|
* Fixed audio popping from speaking tonesKelly Rauchenberger2021-02-105-0/+0
| | | | The fix was done by adding a fade in and fade out to the sound files.
* Added fade out around map changeKelly Rauchenberger2021-02-105-9/+39
| | | | Also moved script system first in the loop so that the camera can catch up before rendering. Also added a map change from map 2 back to map 1.
* Map changing!Kelly Rauchenberger2021-02-094-1/+727
| | | | Also removed some dependencies on the Renderer. More changes need to be made. Fading to black before the change would be good. And making sure the characters are facing the right direction. Maybe that code shouldn't live in Game, either. Later we also want to combine the tilesets for these two maps (and any others that are on Tanetane).
* Added trigger zones to the mapKelly Rauchenberger2021-02-092-1/+12
| | | | Walking into a trigger zone runs a script.
* Maps can contain named points of interest called warpsKelly Rauchenberger2021-02-091-1/+4
|
* Entity prototypes can be stored in the map file nowKelly Rauchenberger2021-02-091-1/+14
|
* Added newlines that don't require A pressesKelly Rauchenberger2021-02-091-1/+1
| | | | \n in a text message just indicates a newline. \n\f is a newline with an A press.
* Added "no problem here"Kelly Rauchenberger2021-02-071-0/+5
|
* Added sound and animation changes to scriptingKelly Rauchenberger2021-02-065-2/+35
|
* Added sprite interactionKelly Rauchenberger2021-02-061-1/+1
|
* Added FlintKelly Rauchenberger2021-02-063-0/+330
|
* Organised resources folderKelly Rauchenberger2021-02-0532-8/+8
|
* Created script systemKelly Rauchenberger2021-02-052-0/+27
|
* Added pageflip message soundKelly Rauchenberger2021-02-051-0/+0
|
* Added little bobbing "next message" arrowKelly Rauchenberger2021-02-051-0/+0
|
* Added speaker headerKelly Rauchenberger2021-02-051-0/+0
|
* Added text boxesKelly Rauchenberger2021-02-047-0/+96
| | | | | | 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 running sfx (game does not play them yet though)Kelly Rauchenberger2021-02-0312-1/+531
| | | | Tileset has also been annotated with running sounds
* Added "bumping into something while running" sfxKelly Rauchenberger2021-02-021-0/+0
|
* Added collision with map tilesKelly Rauchenberger2021-02-021-10/+267
|
* Fixed Lucas and Kumatora's normal walk cyclesKelly Rauchenberger2021-02-022-16/+16
|
* Using tmxlite instead of TilesonKelly Rauchenberger2021-02-023-53/+11
|
* Map rendering Works but I don't want to use Tileson so I'm gonna change thatKelly Rauchenberger2021-02-021-0/+53
| | | | Mainly bc Tileson requires std::filesystem, which my clang is too old for apparently, and while I can use gcc instead I just want to not, I suppose. Also Tileson's API is very weird RE const correctness? Idk. And also being able to parse the tmx files rather than exporting to json would be preferable.
* Added BoneyKelly Rauchenberger2021-01-313-0/+404
|
* Added DusterKelly Rauchenberger2021-01-313-0/+369
|
* Added KumatoraKelly Rauchenberger2021-01-313-0/+312
|
* Made use of new sprite sheet data!Kelly Rauchenberger2021-01-313-33/+436
|
* Added crouching/runningKelly Rauchenberger2021-01-302-1/+17
|
* Added standing/walking animationsKelly Rauchenberger2021-01-302-0/+18
|
* Added party following movementKelly Rauchenberger2021-01-301-0/+0
|
* Game now renders an image of LucasKelly Rauchenberger2021-01-301-0/+0