summary refs log tree commit diff stats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Added a randomly wandering Ionia to the mapKelly Rauchenberger2021-02-201-1/+16
|
* Added Duster idle animationKelly Rauchenberger2021-02-201-5/+5
|
* Added Kumatora idle animationKelly Rauchenberger2021-02-201-8/+8
|
* Added Boney idle animationKelly Rauchenberger2021-02-201-8/+8
|
* Added Lucas blinking idle animationKelly Rauchenberger2021-02-201-5/+5
|
* Added IoniaKelly Rauchenberger2021-02-203-0/+164
|
* Added documentation to the message-related script functionsKelly Rauchenberger2021-02-181-0/+23
|
* Started adding event where Claus joins the partyKelly Rauchenberger2021-02-185-1/+138
|
* Made some sprites persist between map changesKelly Rauchenberger2021-02-171-9/+3
| | | | | | The player party characters are now initialised at the start of the game and are no longer re-created after every map change. The script system takes care of moving the player into the correct position on the new map. Deleted sprite IDs are now reused the next time a sprite is created, instead of throwing out everything between maps.
* Added expressions (currently just surprise)Kelly Rauchenberger2021-02-175-0/+53
|
* Added scriptable camera panningKelly Rauchenberger2021-02-162-1/+41
|
* Added Kumatora talking animationKelly Rauchenberger2021-02-152-2/+10
|
* Wrote some dialogue for the Doria eventKelly Rauchenberger2021-02-151-4/+26
|
* Added heart glyph and gamestate script objectKelly Rauchenberger2021-02-155-3/+16
|
* Added DoriaKelly Rauchenberger2021-02-155-1/+224
| | | | Things to note about her: she does not have walking animations in the intercardinal directions. Also her disappearing animation needs a higher frame rate than the 30 FPS we currently have.
* Added camera shake to lightning eventKelly Rauchenberger2021-02-152-0/+19
|
* Added map fadeoutsKelly Rauchenberger2021-02-142-11/+24
| | | | Screen fadeouts and map fadeouts are now handled by the effect system.
* Added sfx to electrocution eventKelly Rauchenberger2021-02-135-1/+11
|
* Added lightning sprite to mailbox eventKelly Rauchenberger2021-02-137-3/+55
| | | | | | | | Sprites can be destroyed now, which really just means that their index is removed from the list of active sprites. The actual memory is not freed until all sprites are deleted on map change. Sprite layers are introduced. All sprites by default are on layer 0 (Normal) which renders them in between the lower and upper map layers. There is also a layer 1 (Above) that renders above the upper map layer, and the sprite for the lightning strike uses this layer in order to not be hidden by the trees. Fixed a bug where waiting for the end of a non-looping animation would trip the flag immediately upon the final frame activating, instead of waiting the length of the last frame.
* Added non-looping animationsKelly Rauchenberger2021-02-134-2/+36
| | | | Lucas can get electrocuted now.
* Added sprite shadowsKelly Rauchenberger2021-02-132-0/+1
|
* Got correct sprites for message arrowsKelly Rauchenberger2021-02-122-0/+0
|
* Added sfx for selecting message choicesKelly Rauchenberger2021-02-122-0/+0
|
* Added tile-sized invisible spritesKelly Rauchenberger2021-02-122-2/+28
| | | | These are used when you want a solid, interactable object that is part of the map instead of sprite animated (e.g. the mailboxes).
* 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
|