- Dec 27, 2018
-
-
Nathan Lovato authored
-
Nathan Lovato authored
-
Nathan Lovato authored
Just like BattlerAnim before it, we have pawns that are reusable character controllers, that apply to NPCs and to the playable character. And these pawns could be any character in the game, so we need to be able to change the skin on them. Having separate scenes for animation is also essential for animators to be able to do their job properly, while the devs can keep working on the Pawn scenes
-
Nathan Lovato authored
-
Nathan Lovato authored
-
Nathan Lovato authored
-
- Dec 23, 2018
-
-
Nathan Lovato authored
Also added variables to store references to nodes like AnimationPlayer, Added Robi sprite, #93
-
Nathan Lovato authored
-
Nathan Lovato authored
Add physics layers, remove boolean variable to check if the character is interacting, now the game pauses during interactions Now using physics layers and masks as well to only interact with the player's pawn.
-
Nathan Lovato authored
This relies on pausing the game: The NPCs still process during pause, as e.g. if they were walking around you may not want to freeze the entire game. The PawnLeader stops as it inherits its pause mode from LocalMap and GameBoard. The StartCombatAction unpauses the game to play combat. I've changed the interaction with map actions so they use the "finished" signal instead of InteractivePawn waiting for the method to return.
-
- Dec 22, 2018
-
-
Nathan Lovato authored
-
Nathan Lovato authored
-
Nathan Lovato authored
/!\ Nodes you add to on instanced scenes (interactive pawns in this case) are lost when you rename a parent!
-
Nathan Lovato authored
-
Nathan Lovato authored
-
Nathan Lovato authored
-
- Dec 21, 2018
-
-
Nathan Lovato authored
Fix a bug that causes skills to be learned at the wrong level.
-
Alex Hamerling authored
-
-
Nathan Lovato authored
closes #95
-
- Dec 20, 2018
-
-
Nathan Lovato authored
Fix clipping when the `highlight` animation of a `CombatPortrait` sta…
-
Gresille&Siffle authored
Now, the only animation that modifies the modulate property is `disable`.
-
- Dec 19, 2018
-
-
Nathan Lovato authored
Add missing .import files for the turn order interface (close #138)
-
Gresille&Siffle authored
-
- Dec 18, 2018
-
-
* Game over screen added When the whole party is defeated, a game over screen is displayed. The player can either restart the encounter, or exit the game from it. Closes #29 * Fixed mistakes and removed Game Over scene from CombatArena * Removed grab focus from selection arrow
-
Nathan Lovato authored
Manabars won't hide when depleted by default
-
Also, when a bar is set to hide when depleted, it will not show up again once another encounter starts.
-
Gresille&Siffle authored
* [WIP] Add new interface elements to represent the combat turn order... This commit add two new scenes: TurnOrder and CombatPortrait. The TurnOrder scene is designed to be a child of the CombatInterface node in the CombatArena scene. It is initialized at the same time as the other interface nodes, and dynamically display a CombatPortrait node for each battlers, both PC and NPC. For the moment, the CombatPortrait are just placeholders, and do not display the real battlers portraits. * [WIP] Rebuild the TurnOrder interface every time the TurnQueue is updated * [WIP] Better CombatPortrait animation between combat turns * [WIP] The TurnOrder node manages its own connections with signals... ... also add missing docstrings, and a CombatPortrait placeholder * Fix previous commit, add missing Godette combat portrait * Do not rebuild the TurnOrder interface if no battler enters of leaves the arena ... also add better combat portrait for Godette, Robi and Porcupine (256x256px) * Animate the CombatPortrait faster * Finally add the combat portrait of each battler * Use battler.is_able_to_play() in CombatArena instead of directly checking the stats attribute... ... and minor comment changes in the turn order interface. * Slightly reduce the space between CombatPortrait in the TurnOrder interface
-
- Dec 15, 2018
-
-
Nathan Lovato authored
-
Nathan Lovato authored
Keep battlers in the TurnQueue, close #121
-
Nathan Lovato authored
Create extensible AI for battlers
-
Nicholas Hydock authored
-
Nicholas Hydock authored
-
Gresille&Siffle authored
-
Nathan Lovato authored
-
Nathan Lovato authored
Fix #128, play the death animation correctly when a battler dies
-
- Dec 14, 2018
-
-
Gresille&Siffle authored
-
Nathan Lovato authored
InteractivePawn triggers actions with player input
-
- Dec 13, 2018
-
-
Nathan Lovato authored
Fix Touch Screen related issues
-
Henrique Campos authored
-