ihhub / fheroes2

fheroes2 is a recreation of Heroes of Might and Magic II game engine.
https://ihhub.github.io/fheroes2/
GNU General Public License v2.0
2.69k stars 375 forks source link

Change Adventure Map event functionality to support extended format #8731

Open ihhub opened 4 months ago

ihhub commented 4 months ago

Preliminary checks

Describe the problem requiring a solution

We made Adventure Map event format to have much more additional features than the existing event logic in the game. We need to add missing logic for it.

Describe the possible solution

Besides just adding logic, we should also take care about serialization and backward compatibility of old saves.

Additional info

No response