Archived
1
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
79c482ac97 Fix compilation on MSVC
Pugixml is now downloaded if not found, and the CMake messages are now
clearer that the dependency is downloaded from the internet.

The POSIX getline function is now replaced with std::getline, which
works on MSVC.
2022-04-15 21:01:17 -04:00
8b6842c0e0 Ignore EXLT header string in exl files 2022-04-11 11:36:04 -04:00
7006cc4662 Add exl parser, make exd category configurable
Now you can easily parse EXL files, and this commit includes changes
to GameData to easily extract a EXH from just an excel sheet name
like "Item" or "Map". However this still doesn't work for language
seperated excel sheets yet.
2022-04-11 10:18:29 -04:00