1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-02 00:10:22 +02:00
vcmi/server/processors
Ivan Savenko edb2ecd751 Fix possible overflow errors on leveling up beyond int64_t limit
- added separate giveExperience method instead of weird changePrimSkill
- experience is now always used in form of int64_t
- max supported level reduced from 201 to 197 to fit into int64_t
- fixed undefined behavior in experience calculation
2024-01-04 23:57:36 +02:00
..
HeroPoolProcessor.cpp Reworked and fixed selection of secondary skills: 2023-11-20 18:46:24 +02:00
HeroPoolProcessor.h Reworked and fixed selection of secondary skills: 2023-11-20 18:46:24 +02:00
PlayerMessageProcessor.cpp Fix possible overflow errors on leveling up beyond int64_t limit 2024-01-04 23:57:36 +02:00
PlayerMessageProcessor.h add nwctheone 2023-12-09 00:44:53 +01:00
TurnOrderProcessor.cpp Send notifications when simultaneous turns end 2023-12-23 18:11:25 +02:00
TurnOrderProcessor.h Send notifications when simultaneous turns end 2023-12-23 18:11:25 +02:00