PeaAshMeter
  • Joined on 2025-04-29
PeaAshMeter pushed to main at ArcMutex/heroes-of-nerevelon 2026-03-18 05:11:57 +03:00
8fc4ca5483 Merge pull request 'feature/spell-constraints' (#32) from feature/spell-constraints into main
2e96ec821d Add cooldown handling for spells and display in UI
ec816eb666 Refactor spell cast and task returns for optional tasks
d84fc4a7c2 Add path preview and refactor spells with new Spell API
ecec540251 Improve target validation logic in spell casting function
Compare 12 commits »
PeaAshMeter merged pull request ArcMutex/heroes-of-nerevelon#32 2026-03-18 05:11:55 +03:00
feature/spell-constraints
PeaAshMeter created pull request ArcMutex/heroes-of-nerevelon#32 2026-03-18 05:11:40 +03:00
feature/spell-constraints
PeaAshMeter pushed to feature/spell-constraints at ArcMutex/heroes-of-nerevelon 2026-03-18 05:09:39 +03:00
2e96ec821d Add cooldown handling for spells and display in UI
PeaAshMeter pushed to feature/spell-constraints at ArcMutex/heroes-of-nerevelon 2026-03-18 04:05:09 +03:00
ec816eb666 Refactor spell cast and task returns for optional tasks
PeaAshMeter pushed to feature/spell-constraints at ArcMutex/heroes-of-nerevelon 2026-03-18 03:53:31 +03:00
d84fc4a7c2 Add path preview and refactor spells with new Spell API
PeaAshMeter pushed to feature/spell-constraints at ArcMutex/heroes-of-nerevelon 2026-03-18 02:03:34 +03:00
ecec540251 Improve target validation logic in spell casting function
PeaAshMeter pushed to feature/spell-constraints at ArcMutex/heroes-of-nerevelon 2026-03-18 02:02:03 +03:00
a6578ec8dd Refactor target distance check using query intersection
PeaAshMeter pushed to feature/spell-constraints at ArcMutex/heroes-of-nerevelon 2026-03-18 01:47:13 +03:00
ef5ff5f847 tweak light effects in spells
PeaAshMeter pushed to feature/spell-constraints at ArcMutex/heroes-of-nerevelon 2026-03-18 00:56:23 +03:00
0d2ed101d6 Refactor light animation in regenerateMana spell using easing
PeaAshMeter pushed to feature/spell-constraints at ArcMutex/heroes-of-nerevelon 2026-03-17 23:09:40 +03:00
4431934e6b Refactor spell target selection to use composable queries
e0b08b07ec Remove residentsleeper behavior from light effect in regenerateMana
Compare 2 commits »
PeaAshMeter pushed to feature/spell-constraints at ArcMutex/heroes-of-nerevelon 2026-02-13 01:28:41 +03:00
2e6155aea4 Add target validation and refactor spells with new cast logic
PeaAshMeter opened issue ArcMutex/heroes-of-nerevelon#31 2026-02-13 00:47:51 +03:00
Написать простой ИИ
PeaAshMeter closed issue ArcMutex/heroes-of-nerevelon#16 2026-02-13 00:45:39 +03:00
Унифицировать анимации
PeaAshMeter pushed to feature/spell-constraints at ArcMutex/heroes-of-nerevelon 2026-02-13 00:43:59 +03:00
95f2230302 Add simple spell framework and refactor dev_attack spell to use it
PeaAshMeter created branch feature/spell-constraints in ArcMutex/heroes-of-nerevelon 2026-02-13 00:43:56 +03:00
PeaAshMeter pushed to feature/spell-constraints at ArcMutex/heroes-of-nerevelon 2026-02-13 00:43:56 +03:00
PeaAshMeter pushed to main at ArcMutex/heroes-of-nerevelon 2026-02-12 00:07:36 +03:00
93521d2b8b Merge pull request 'feature/task-tweens' (#30) from feature/task-tweens into main
08cfcca756 Remove unused utils require and clean trailing whitespace in tiled
2fc9bdf6a6 Clean up trailing whitespace in audio crossfade function
00f1c7f7ee fix(audio): remove duplicated logic and fix fader lifecycle in crossfade
78776ec0dd Refactor mana regeneration to add flash effect callback
Compare 10 commits »
PeaAshMeter merged pull request ArcMutex/heroes-of-nerevelon#30 2026-02-12 00:07:35 +03:00
feature/task-tweens