Commit graph

5 commits

Author SHA1 Message Date
Epicalert 3773532816
Add graphical error messages
Error and warning messages now show up as dialog boxes using Boxer.
Additional dependencies:
- fmt (for string formatting)
- Boxer (static)
2021-02-14 23:47:07 +08:00
Epicalert e56009c125
Add scale and rotation factor
Model parts can now have different scale and rotation factors, so all
parts do not need to rotate and scale with the head.
2021-02-10 17:02:38 +08:00
Epicalert dd6edb96f3
Check model format version 2021-02-07 22:01:31 +08:00
Epicalert 557111d5c4
Put model name on window title 2021-02-07 19:03:27 +08:00
Epicalert 4770c96d92
Add support for model files
Model files are zip archives with a "model.toml" file at the root describing
the model and all its textures.
2021-02-04 22:58:03 +08:00