1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-04 13:33:34 +00:00
lovr/src
2018-04-11 18:32:56 -07:00
..
api luax_readvertices returns vertex count correctly; 2018-04-11 00:26:26 -07:00
audio Release sources when audio module is destroyed; 2018-03-24 00:29:58 -07:00
data Fix loading referenced textures for models at project root; 2018-04-11 18:32:56 -07:00
event Initialize mutex before adding event pump; 2018-04-06 18:51:49 -07:00
filesystem Fix lots of memory leaks; 2018-03-23 19:31:45 -07:00
graphics Fix OpenGL crash on Windows; 2018-04-10 23:56:41 -07:00
headset openvr driver uses correct offset; 2018-04-11 00:26:16 -07:00
lib Add tinycthread; 2018-02-23 18:37:24 -08:00
math Fix edge case in quaternion slerp; 2018-02-28 20:32:28 -08:00
physics Fix lots of memory leaks; 2018-03-23 19:31:45 -07:00
resources Ensure arg gets passed to lovr.load; 2018-03-30 18:48:20 -07:00
thread More memory stuff; 2018-03-24 01:17:36 -07:00
timer Make modules more restartable; 2018-02-23 18:38:53 -08:00
api.h lovr.data.newVertexData accepts a vertex table; 2018-04-01 21:57:16 -07:00
lovr.c More memory stuff; 2018-03-24 01:17:36 -07:00
lovr.h Make modules more restartable; 2018-02-23 18:38:53 -08:00
luax.c Reorganize main/lovr separation; 2018-02-23 18:38:34 -08:00
luax.h Reorganize main/lovr separation; 2018-02-23 18:38:34 -08:00
main.c Ensure arg gets passed to lovr.load; 2018-03-30 18:48:20 -07:00
util.c Make Mesh more lightweight; 2018-03-21 15:36:00 -07:00
util.h Make Mesh more lightweight; 2018-03-21 15:36:00 -07:00