1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-21 17:17:06 +02:00
vcmi/lib/bonuses
2024-11-07 12:08:08 +00:00
..
Bonus.cpp Add bonus description generation for map objects 2024-10-25 18:36:02 +00:00
Bonus.h Add bonus description generation for map objects 2024-10-25 18:36:02 +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 Merge branch 'develop' into mechanical_bonus 2024-10-31 15:14:51 +02:00
BonusList.cpp avoid one loop in BonusList::totalValue() 2024-09-04 23:10:54 +02: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 Add bonus description generation for map objects 2024-10-25 18:36:02 +00:00
CBonusSystemNode.h miniscule bonus system cleanup 2024-09-18 16:41:41 +02:00
IBonusBearer.cpp remove never used code in CBonusSystemNode 2024-08-25 14:15:21 +02:00
IBonusBearer.h miniscule bonus system cleanup 2024-09-18 16:41:41 +02:00
Limiters.cpp Removed remaining cases of serialization of VLC entities 2024-10-30 16:48:18 +00:00
Limiters.h Restore save compatibility with 1.5 2024-11-07 12:08:08 +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 make TimesStackLevelUpdater support commander 2024-09-09 19:23:23 +08:00
Updaters.h Merge branch 'vcmi/master' into 'vcmi/develop' 2024-05-31 09:34:21 +00:00