stefanhendriks / Dune-II---The-Maker

A remake of the classic Dune 2 - The Building of a Dynasty (by Westwood Studios) with several enhancements. Like: higher screenresolutions, zooming, multiselect, skirmish play, etc.
https://www.dune2themaker.com
301 stars 26 forks source link

FMT version 9.0.0 integration #573

Open Mira-Chronos opened 1 year ago

Mira-Chronos commented 1 year ago

I transformed char[64], char[256] into string but the program crashed. the debugger return me to fmt::format. I investigated: it is about enum class which does not pass under fmt. I took the opportunity to upgrade fmt to version 9. This version give me clear and definite errors. I fixed them. Yet I can continue my work on externalizing game data to another branch.