..
AccessibilityInfo.cpp
convert line endings from CRLF (Windows) to LF (Linux/Unix)
2023-10-19 16:23:21 +02:00
AccessibilityInfo.h
convert line endings from CRLF (Windows) to LF (Linux/Unix)
2023-10-19 16:23:21 +02:00
AutocombatPreferences.h
Comment out unused OH3 options so they do not clutter code suggestions
2023-08-20 19:11:36 +02:00
BattleAction.cpp
convert line endings from CRLF (Windows) to LF (Linux/Unix)
2023-10-19 16:23:21 +02:00
BattleAction.h
Refactoring of serialization versioning handling
2024-01-20 20:34:51 +02:00
BattleAttackInfo.cpp
convert line endings from CRLF (Windows) to LF (Linux/Unix)
2023-10-19 16:23:21 +02:00
BattleAttackInfo.h
convert line endings from CRLF (Windows) to LF (Linux/Unix)
2023-10-19 16:23:21 +02:00
BattleHex.cpp
convert line endings from CRLF (Windows) to LF (Linux/Unix)
2023-10-19 16:23:21 +02:00
BattleHex.h
Refactoring of serialization versioning handling
2024-01-20 20:34:51 +02:00
BattleInfo.cpp
Split CGeneralTextHandler file into 1 file per class form
2024-07-20 12:55:17 +00:00
BattleInfo.h
Fix typos using https://github.com/crate-ci/typos
2024-06-24 03:47:19 +02:00
BattleProxy.cpp
Pass functor via reference to avoid costly copies
2023-11-18 19:43:11 +02:00
BattleProxy.h
Pass functor via reference to avoid costly copies
2023-11-18 19:43:11 +02:00
BattleStateInfoForRetreat.cpp
vcmi: massive refactoring v1
2023-04-05 22:33:12 +03:00
BattleStateInfoForRetreat.h
BattleAI: avoid selfblocking on siege
2023-04-09 16:22:37 +03:00
CBattleInfoCallback.cpp
Replaced most of usages of CRandomGenerator with vstd::RNG in library
2024-07-16 13:13:07 +00:00
CBattleInfoCallback.h
Replaced most of usages of CRandomGenerator with vstd::RNG in library
2024-07-16 13:13:07 +00:00
CBattleInfoEssentials.cpp
Removed most of non-const static fields in lib. Reduced header includes.
2024-01-19 13:55:22 +02:00
CBattleInfoEssentials.h
Fix BattleEvaluator.cpp:286:32: error: function 'battleGetAllObstacles' with deduced return type cannot be used before it is defined
2024-01-17 14:41:47 +00:00
CObstacleInstance.cpp
Entities are now non-copyable
2024-05-17 14:47:09 +00:00
CObstacleInstance.h
Added 'Serializeable' base class for classes serializeable by pointer
2024-05-16 18:40:59 +00:00
CPlayerBattleCallback.cpp
Add missing semicolon after macro usage
2024-01-16 20:18:18 +00:00
CPlayerBattleCallback.h
convert line endings from CRLF (Windows) to LF (Linux/Unix)
2023-10-19 16:23:21 +02:00
CUnitState.cpp
Split CGeneralTextHandler file into 1 file per class form
2024-07-20 12:55:17 +00:00
CUnitState.h
proper logging of drained life and resurrected count
2024-06-09 23:54:20 +02:00
DamageCalculator.cpp
Limit predicted damage / loses to actual stack health
2024-07-09 06:39:41 +02:00
DamageCalculator.h
Extract revenge calculation to separate method
2024-01-10 22:56:26 +01:00
Destination.cpp
vcmi: modernize lib/battle
2023-02-16 23:37:19 +03:00
Destination.h
vcmi: modernize lib/battle
2023-02-16 23:37:19 +03:00
IBattleInfoCallback.h
Remove trailing semicolons from more macros
2024-01-16 19:46:21 +00:00
IBattleState.cpp
IBattleState.h
Pass functor via reference to avoid costly copies
2023-11-18 19:43:11 +02:00
IUnitInfo.h
wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined
2022-09-24 15:55:21 +03:00
PossiblePlayerBattleAction.h
Fix alternative actions to support more than 2 actions + simplify logic
2024-07-15 00:41:05 +02:00
ReachabilityInfo.cpp
BattleAI: fix moving to unreachable in case of back-to-back 2-hex
2024-07-14 11:46:45 +03:00
ReachabilityInfo.h
Fix typos using https://github.com/crate-ci/typos
2024-06-24 03:47:19 +02:00
SideInBattle.cpp
Explicitly convert identifier to underlying enumeration
2023-11-03 16:03:29 +02:00
SideInBattle.h
Refactoring of serialization versioning handling
2024-01-20 20:34:51 +02:00
SiegeInfo.cpp
convert line endings from CRLF (Windows) to LF (Linux/Unix)
2023-10-19 16:23:21 +02:00
SiegeInfo.h
Refactoring of serialization versioning handling
2024-01-20 20:34:51 +02:00
Unit.cpp
Split CGeneralTextHandler file into 1 file per class form
2024-07-20 12:55:17 +00:00
Unit.h
Fixed issues from review
2024-06-11 16:47:23 +02:00