1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-05 13:53:38 +00:00
lovr/src/api
2019-02-17 14:19:39 -08:00
..
types rm unused variables; 2019-02-17 14:19:39 -08:00
audio.c Explicitly convert lua_Numbers to floats; 2019-01-29 22:04:04 -08:00
data.c rm VertexData; 2019-02-13 15:10:52 -08:00
data.h rm VertexData; 2019-02-13 15:10:52 -08:00
event.c Fix warnings; 2019-02-16 23:43:20 -08:00
event.h api: more modular helper functions; 2018-09-27 18:38:44 -07:00
filesystem.c Animation optimization; Cleanup; 2019-02-13 15:10:52 -08:00
graphics.c Fix gamma correct issue with built-in Camera; 2019-02-13 21:14:45 -08:00
graphics.h api: more modular helper functions; 2018-09-27 18:38:44 -07:00
headset.c Fix warnings; 2019-02-16 23:43:20 -08:00
lovr.c Always use pushliteral when possible; 2018-12-15 21:45:32 -08:00
math.c LuaJIT: Add .name metafields for compatibility; 2019-02-08 08:13:47 -08:00
math.h Vector rework; 2019-02-08 08:13:47 -08:00
math.lua Fix mat4 constructor; 2019-02-14 10:31:22 -08:00
math.lua.h Fix mat4 constructor; 2019-02-14 10:31:22 -08:00
physics.c Explicitly convert lua_Numbers to floats; 2019-01-29 22:04:04 -08:00
thread.c Rename thread module init/destroy; 2018-12-19 01:04:42 -08:00
timer.c Handle numbers more consistently in Lua API; 2019-01-11 22:37:54 -08:00