1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-04 21:43:34 +00:00
lovr/src/modules
bjorn 4469fc99e8 Fix mixer bug; Refactor mixer;
- Sources without converters always read into the beginning of the
  raw buffer, overwriting previous frames if the source was rewound
  due to looping.  This resulted in an audible click whenever the
  source was rewound.
- After looping, Sources without converters would try to read too
  many frames -- they would read a full buffer instead of only the
  necessary number of frames.
2021-04-02 23:36:30 -06:00
..
audio Fix mixer bug; Refactor mixer; 2021-04-02 23:36:30 -06: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 Add even more padding to stb zlib; 2021-03-24 21:13:04 -06:00
graphics Fix Model:getTriangles; Add Lua API; 2021-03-25 12:29:11 -06:00
headset Fix Android build 2021-03-22 14:09:16 -06:00
math util.h no longer uses atomics; 2021-02-11 16:37:55 -07:00
physics Route ODE messages into LOVR log system 2021-03-28 17:34:11 -06: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