EasyRPG / Tools

Assorted tools to handle RPG Maker 2000/2003 files
https://easyrpg.org/tools/
50 stars 18 forks source link

gencache: filename normalization & update #51

Closed Ghabry closed 3 years ago

Ghabry commented 4 years ago

This superseeds #40 from @carstene1ns

Removed nlohmann-json bundled include and added my fixes from here: https://github.com/EasyRPG/Tools/compare/master...Ghabry:gencache?expand=1

Fix #33

Ghabry commented 4 years ago

Jenkins: test this please

Ghabry commented 4 years ago
gencache/src/main.cpp:199:24: warning: trigraph ignored [-Wtrigraphs]
        std::string date = "????-??-??";

Wups. Will escape them... (??- = ~)