mkxp-z / mkxp-z

Open-source cross-platform player for (some) RPG Maker XP / VX / VX Ace games. A very heavily modified fork of mkxp. RGSS on steroids with a stupid name.
https://github.com/mkxp-z/mkxp-z/wiki
GNU General Public License v2.0
173 stars 42 forks source link

Log expensive optional operations #181

Closed Splendide-Imaginarius closed 5 months ago

Splendide-Imaginarius commented 5 months ago

Path caching and atlas dumping incur a nontrivial performance hit, so it's useful to log that they're happening so that users are reminded to disable them if they were enabled accidentally.

Also avoid dumping an empty lores atlas if only the hires atlas exists.