1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-16 10:19:47 +02:00
vcmi/server/battles
Ivan Savenko 037efdf5fc Improvements to type safety of Identifier class
- Constructor of Identifier from integer is now explicit
- Lobby hero/town selection now uses Identifiers instead of int's
- Removed serialization workaround for hero portraits
- Added dummy objects for custom heroes portraits for ID resolver to use
- HeroInstance now stores portrait ID only in case of custom portrait
- Fixed loading of campaign heroes portraits on RoE maps
2023-10-04 18:05:23 +03:00
..
BattleActionProcessor.cpp
BattleActionProcessor.h
BattleFlowProcessor.cpp
BattleFlowProcessor.h
BattleProcessor.cpp Minor fixes 2023-09-22 00:52:19 +02:00
BattleProcessor.h
BattleResultProcessor.cpp Improvements to type safety of Identifier class 2023-10-04 18:05:23 +03:00
BattleResultProcessor.h
ServerBattleCallback.cpp
ServerBattleCallback.h