summaryrefslogtreecommitdiffhomepage
path: root/loader/texture.cpp
AgeCommit message (Collapse)Author
2022-12-02loader: check atlas name harderStanislaw Halik
1. don't duplicate checking logic 2. check for ascii null characters in names 3. allow space characters
2022-12-02loader, serialize: use more exception handlingStanislaw Halik
2022-11-18compat: remove integer-types headerStanislaw Halik
Other headers incldue <cstddef> and <cstdint> anyway.
2022-11-12fix alloca on win32Stanislaw Halik
2022-11-12loader: fix static initializer messStanislaw Halik