1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00
vcmi/server/battles
Ivan Savenko 86a3806bec MetaString refactor to eliminate integer usage for identifiers
- entity names are now stored and serialized as text ID's
- added helper methods for convenience to get entities names to
metastring
2023-11-07 22:47:10 +02:00
..
BattleActionProcessor.cpp MetaString refactor to eliminate integer usage for identifiers 2023-11-07 22:47:10 +02:00
BattleActionProcessor.h Properly pass battleID in all battle netpack's 2023-09-06 16:03:47 +03:00
BattleFlowProcessor.cpp Merge remote-tracking branch 'upstream/develop' into develop 2023-10-29 13:35:37 +00:00
BattleFlowProcessor.h Separated game and battle callback (server & client only) 2023-09-06 16:03:39 +03:00
BattleProcessor.cpp Merge pull request #3121 from vcmi/fix-fight-in-dwelling 2023-10-29 15:22:47 +02:00
BattleProcessor.h Fixed battle replay 2023-09-06 16:03:47 +03:00
BattleResultProcessor.cpp MetaString refactor to eliminate integer usage for identifiers 2023-11-07 22:47:10 +02:00
BattleResultProcessor.h Moved ArtifactLocation to a separate file 2023-10-23 19:02:28 +03:00
ServerBattleCallback.cpp Separated game and battle callback (server & client only) 2023-09-06 16:03:39 +03:00
ServerBattleCallback.h Separated game and battle callback (server & client only) 2023-09-06 16:03:39 +03:00