1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-04 13:33:34 +00:00
lovr/src
bjorn b0289de9a6 Error instead of crashing when skin has too many joints;
ModelData is still allowed to load skins with more joints, since
the limitation is in the graphics side of things (Model).

Eventually we will use a buffer for joints to alleviate this.
2020-05-02 14:14:29 -06:00
..
api Add resize event; lovr.resize callback; 2020-05-02 13:09:10 -06:00
core core/fs: Use DWORD instead of uint32_t in fs_read and fs_write; 2020-04-30 16:53:10 -06:00
lib core/png; rm stb_image_write; 2020-02-16 04:11:55 -08:00
modules Error instead of crashing when skin has too many joints; 2020-05-02 14:14:29 -06:00
resources Restart cookie minor changes for PR review 2020-04-16 10:57:13 -04:00
main.c Add restart cookie; lovr.event.restart; arg.restart; 2020-02-26 14:40:40 -08:00