1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/client/battle
beegee1 69eee05ccc - Partially fixed mantis #1065 (Gate with hex 95 can't be attacked)
- Fixed 'catapult tried to attack non-catapultable hex!' problem, now catapult attacks attackable wall parts only
- Fixed problem that the server performed applying damage on a wall part twice
- Added methods for checking what wall parts are attackable and if a wall part is potentially attackable
- Added functionality to trace net packages
- Added functionality to trace std::vectors
- Added tracing for CatapultAttack(CPack)
- Updated various toString methods to use {} instead of []
- Refactoring
2013-12-08 17:54:13 +00:00
..
CBattleAnimations.cpp - fixed missing DLL_LINKAGE 2013-11-09 13:49:36 +00:00
CBattleAnimations.h refactoring of CBattleInterface::show() and all related code 2013-07-19 16:35:16 +00:00
CBattleInterface.cpp - Partially fixed mantis #1065 (Gate with hex 95 can't be attacked) 2013-12-08 17:54:13 +00:00
CBattleInterface.h - Changed visibility of curInt member of BattleInterface from public to private and provided a getter method 2013-11-03 16:44:47 +00:00
CBattleInterfaceClasses.cpp - Fixed some warnings from cppcheck 2013-11-06 13:42:58 +00:00
CBattleInterfaceClasses.h Minor fixes: 2013-07-07 19:44:08 +00:00
CCreatureAnimation.cpp - fixed missing DLL_LINKAGE 2013-11-09 13:49:36 +00:00
CCreatureAnimation.h - Moved FunctionList from /client to /lib -> used in client and server 2013-11-30 10:08:38 +00:00