1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-04 00:15:53 +02:00
vcmi/lib/bonuses
2024-12-22 13:27:40 +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
BonusCustomTypes.h
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 Use small_vector for bonus list to reduce allocations 2024-12-21 14:43:08 +00:00
BonusList.h Use small_vector for bonus list to reduce allocations 2024-12-21 14:43:08 +00:00
BonusParams.cpp
BonusParams.h
BonusSelector.cpp
BonusSelector.h
CBonusProxy.cpp Few more fixes to bonus caching 2024-12-22 13:27:40 +00:00
CBonusProxy.h Use bonus system cache whenever possible 2024-12-21 18:47:11 +00:00
CBonusSystemNode.cpp Reworked bonus caching locking scheme: 2024-12-21 14:43:09 +00:00
CBonusSystemNode.h Reworked bonus caching locking scheme: 2024-12-21 14:43:09 +00:00
IBonusBearer.cpp Use bonus system cache whenever possible 2024-12-21 18:47:11 +00:00
IBonusBearer.h Use bonus system cache whenever possible 2024-12-21 18:47:11 +00: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
Propagators.h
Updaters.cpp make TimesStackLevelUpdater support commander 2024-09-09 19:23:23 +08:00
Updaters.h