1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-04 13:33:34 +00:00
lovr/src/modules
bjorn 0bb556554d Probably work around stb_image bug that breaks zips;
30e01f upgraded stb_image to include its 95560b commit from its #960
pull request.  This made stb_image fail more aggressively on EOF
conditions when refilling huffman buffers in deflate streams.  I think
it might be failing _too_ aggressively, though.  We are able to pad our
input compressed buffers since the zip file format is guaranteed to have
extra data at the end (for, e.g., the end of central directory record).
This appears to be sufficient to fix compressed zip archives for the
time being.  It's possible that more virtual padding needs to be added,
and it may be good to try to fix this in stb_image itself.
2021-03-18 00:05:34 -06:00
..
audio phonon fixes; 2021-03-07 22:42:54 -07:00
data Minor Sound cleanup; 2021-02-24 14:11:49 -07:00
event lovr.system; 2021-02-25 09:00:12 -07:00
filesystem Probably work around stb_image bug that breaks zips; 2021-03-18 00:05:34 -06:00
graphics Fix Canvas flushing; 2021-03-07 21:19:24 -07:00
headset rm LOVR_ALIGN; 2021-03-15 18:56:02 -06:00
math util.h no longer uses atomics; 2021-02-11 16:37:55 -07:00
physics Minor MeshShape cleanup; 2021-02-19 17:28:04 -07:00
system lovr.system.getCoreCount; 2021-02-25 09:30:05 -07:00
thread util.h no longer uses atomics; 2021-02-11 16:37:55 -07:00
timer lovr.system; 2021-02-25 09:00:12 -07:00