1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/client/battle
2023-06-26 17:15:59 +03:00
..
BattleActionsController.cpp Show cursor (including attack direction) when swiping in battle 2023-06-05 19:20:18 +03:00
BattleActionsController.h Test version of swipe gesture for in-combat attacks 2023-06-05 19:20:08 +03:00
BattleAnimationClasses.cpp Battle animations use tick() for updates 2023-05-14 22:23:00 +03:00
BattleAnimationClasses.h Battle animations use tick() for updates 2023-05-14 22:23:00 +03:00
BattleConstants.h Removed delays due to thread waits from battle animations 2023-03-20 20:19:05 +02:00
BattleEffectsController.cpp vcmi: split bonus to enumerator and HeroBonus.h 2023-05-03 18:01:06 +03:00
BattleEffectsController.h vcmi: add reverse effect animation type 2023-03-31 01:01:25 +03:00
BattleFieldController.cpp Merge pull request #2250 from IvanSavenko/event_handling_fixes 2023-06-25 17:39:55 +03:00
BattleFieldController.h Merge pull request #2250 from IvanSavenko/event_handling_fixes 2023-06-25 17:39:55 +03:00
BattleInterface.cpp Moved CGameState files into a separate directory 2023-06-26 17:15:59 +03:00
BattleInterface.h show/showAll methods now use Canvas instead of SDL_Surface 2023-06-02 16:42:18 +03:00
BattleInterfaceClasses.cpp Moved CGameState files into a separate directory 2023-06-26 17:15:59 +03:00
BattleInterfaceClasses.h Fix battle queue stack highlighting 2023-06-20 19:58:05 +03:00
BattleObstacleController.cpp Implemented foreground/background obstacles: 2023-06-06 15:53:14 +03:00
BattleObstacleController.h Battle animations use tick() for updates 2023-05-14 22:23:00 +03:00
BattleProjectileController.cpp Battle animations use tick() for updates 2023-05-14 22:23:00 +03:00
BattleProjectileController.h Battle animations use tick() for updates 2023-05-14 22:23:00 +03:00
BattleRenderer.cpp Renamed BattleControlPanel -> BattleWindow 2022-12-21 17:06:47 +02:00
BattleRenderer.h Implemented foreground/background obstacles: 2023-06-06 15:53:14 +03:00
BattleSiegeController.cpp Implemented foreground/background obstacles: 2023-06-06 15:53:14 +03:00
BattleSiegeController.h Fix ios compile 2023-01-20 16:11:43 +02:00
BattleStacksController.cpp Moved CGameState files into a separate directory 2023-06-26 17:15:59 +03:00
BattleStacksController.h Battle animations use tick() for updates 2023-05-14 22:23:00 +03:00
BattleWindow.cpp Moved CGameState files into a separate directory 2023-06-26 17:15:59 +03:00
BattleWindow.h Fix spellcast cancelation in battle 2023-06-05 19:20:06 +03:00
CreatureAnimation.cpp Fix special colors in battle 2023-03-26 00:46:21 +02:00
CreatureAnimation.h vcmi: modernize headers 2023-04-30 13:35:54 +03:00