PeaAshMeter
  • Joined on 2025-04-29
PeaAshMeter pushed to feature/animation_tree at ArcMutex/heroes-of-nerevelon 2025-10-22 03:50:07 +03:00
601766d5e8 Add ResidentSleeper behavior for async animation waiting
PeaAshMeter pushed to feature/animation_tree at ArcMutex/heroes-of-nerevelon 2025-10-20 03:36:08 +03:00
5de9d9eb9c Add AnimationNode system and integrate into character behaviors and
PeaAshMeter created branch feature/animation_tree in ArcMutex/heroes-of-nerevelon 2025-10-20 03:36:03 +03:00
PeaAshMeter pushed to feature/animation_tree at ArcMutex/heroes-of-nerevelon 2025-10-20 03:36:03 +03:00
PeaAshMeter pushed to main at ArcMutex/heroes-of-nerevelon 2025-10-16 01:23:11 +03:00
a0ddd5f7cd fix attack spell
PeaAshMeter pushed to main at ArcMutex/heroes-of-nerevelon 2025-10-15 22:33:24 +03:00
7ac0a53caa fix skill deadlock after trying to move into a character
PeaAshMeter pushed to main at ArcMutex/heroes-of-nerevelon 2025-10-13 00:52:00 +03:00
ab95eadc27 Fix character.spawn call parameters in love.load function
PeaAshMeter opened issue ArcMutex/heroes-of-nerevelon#8 2025-10-12 03:04:55 +03:00
Написать поведение для характеристик персонажа
PeaAshMeter pushed to main at ArcMutex/heroes-of-nerevelon 2025-10-12 03:03:08 +03:00
8bcae25a2e - implement selector locking when processing a spell (players gonna hate
PeaAshMeter pushed to main at ArcMutex/heroes-of-nerevelon 2025-10-12 00:17:20 +03:00
83115e82f8 fix selection during a cast
PeaAshMeter pushed to main at ArcMutex/heroes-of-nerevelon 2025-10-06 01:38:11 +03:00
177e1ef347 Merge pull request 'character-rework' (#7) from character-rework into main
210faaf6a3 implement base behavior
95b94bb701 rename AnimatedBehavior -> SpriteBehavior
99d523a761 - reimplement animation as AnimatedBehavior
dd84e157bd refactor Character:addBehavior
Compare 9 commits »
PeaAshMeter deleted branch character-rework from ArcMutex/heroes-of-nerevelon 2025-10-06 01:38:11 +03:00
PeaAshMeter merged pull request ArcMutex/heroes-of-nerevelon#7 2025-10-06 01:38:10 +03:00
character-rework
PeaAshMeter created pull request ArcMutex/heroes-of-nerevelon#7 2025-10-06 01:37:58 +03:00
character-rework
PeaAshMeter pushed to character-rework at ArcMutex/heroes-of-nerevelon 2025-10-06 01:36:45 +03:00
210faaf6a3 implement base behavior
PeaAshMeter pushed to character-rework at ArcMutex/heroes-of-nerevelon 2025-10-06 01:30:26 +03:00
95b94bb701 rename AnimatedBehavior -> SpriteBehavior
PeaAshMeter pushed to character-rework at ArcMutex/heroes-of-nerevelon 2025-09-29 04:31:00 +03:00
99d523a761 - reimplement animation as AnimatedBehavior
PeaAshMeter pushed to character-rework at ArcMutex/heroes-of-nerevelon 2025-09-28 23:47:54 +03:00
dd84e157bd refactor Character:addBehavior
PeaAshMeter pushed to character-rework at ArcMutex/heroes-of-nerevelon 2025-09-28 23:39:46 +03:00
9fe2276d04 remove deprecated fields related to spellcasting in Character