1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00
vcmi/lib/bonuses
K 462c79e190 remove never used code in CBonusSystemNode
Method CBonusSystemNode::getAllBonuses have 'root' parameter which is never
set to anythig else than nullptr. This patch removes the parameter and all
code that depends on it as preparatory work for further bonus system
optimization.
2024-08-25 14:15:21 +02:00
..
Bonus.cpp Merge pull request #4317 from IvanSavenko/split_townhandler 2024-07-22 17:42:48 +03:00
Bonus.h Fixed deserialization of new artifacts (and possibly some other objects) 2024-07-29 18:19:15 +00:00
BonusCustomTypes.cpp Merged accurate shot bonus into death stare bonus 2024-01-13 15:55:07 +02:00
BonusCustomTypes.h Merged accurate shot bonus into death stare bonus 2024-01-13 15:55:07 +02:00
BonusEnum.cpp Reduce size of Bonus struct from 320 bytes to 296 bytes. 2024-07-22 14:59:31 +02:00
BonusEnum.h Fix miscellaneous issues discovered by Sonar 2024-08-12 18:26:30 +00:00
BonusList.cpp Fixed new issues detected by SonarCloud 2024-07-15 07:46:40 +00:00
BonusList.h Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
BonusParams.cpp change MANA_PER_KNOWLEGDE to percentage 2024-03-23 20:28:49 +01:00
BonusParams.h Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
BonusSelector.cpp Fix potential data race if two threads attempt to select bonuses with 2024-06-12 18:11:22 +00:00
BonusSelector.h Fix potential data race if two threads attempt to select bonuses with 2024-06-12 18:11:22 +00:00
CBonusProxy.cpp vcmi: split bonus to enumerator and HeroBonus.h 2023-05-03 18:01:06 +03:00
CBonusProxy.h vcmi: rename HeroBonus.h to Bonus.h 2023-05-02 11:20:58 +03:00
CBonusSystemNode.cpp remove never used code in CBonusSystemNode 2024-08-25 14:15:21 +02:00
CBonusSystemNode.h remove never used code in CBonusSystemNode 2024-08-25 14:15:21 +02:00
IBonusBearer.cpp remove never used code in CBonusSystemNode 2024-08-25 14:15:21 +02:00
IBonusBearer.h remove never used code in CBonusSystemNode 2024-08-25 14:15:21 +02:00
Limiters.cpp Split CTownHandler into smaller chunks 2024-07-21 18:21:48 +00:00
Limiters.h Merge branch 'vcmi/beta' into 'vcmi/develop' 2024-06-21 12:58:36 +00:00
Propagators.cpp vcmi: split CBonusSystemNode, BonusParams and prop 2023-05-02 00:54:53 +03:00
Propagators.h Added 'Serializeable' base class for classes serializeable by pointer 2024-05-16 18:40:59 +00:00
Updaters.cpp Fixed missing addInfo when owner updater is used 2024-07-08 20:57:14 +00:00
Updaters.h Merge branch 'vcmi/master' into 'vcmi/develop' 2024-05-31 09:34:21 +00:00