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-05-12 22:22:29 -07:00
..
types Remove Controllers; 2019-05-12 22:22:29 -07:00
audio.c audio: forward declarations; 2019-04-05 04:16:34 -07:00
data.c Make registertype/extend type a macro; 2019-04-05 03:48:36 -07:00
data.h rm VertexData; 2019-02-13 15:10:52 -08:00
event.c rm isMounted; 2019-05-12 22:22:29 -07:00
event.h api: more modular helper functions; 2018-09-27 18:38:44 -07:00
filesystem.c Minor cleanup; Fix some undefined behavior; 2019-04-20 13:11:11 -07:00
graphics.c Remove t.gammacorrect flag; 2019-05-03 17:53:33 -07:00
graphics.h api: more modular helper functions; 2018-09-27 18:38:44 -07:00
headset.c lovr.headset.getDirection; 2019-05-12 22:22:29 -07:00
headset.h lovr.headset.isDown; lovr.headset.isTouched; 2019-05-12 22:21:06 -07:00
lovr.c Always use pushliteral when possible; 2018-12-15 21:45:32 -08:00
math.c Make registertype/extend type a macro; 2019-04-05 03:48:36 -07:00
math.h Rename math to maf; 2019-04-20 11:39:20 -07:00
math.lua rm unused mat4_setTransform function; 2019-04-20 14:15:43 -07:00
math.lua.h rm unused mat4_setTransform function; 2019-04-20 14:15:43 -07:00
physics.c Make registertype/extend type a macro; 2019-04-05 03:48:36 -07:00
thread.c newThread: can load thread code from a file or Blob; 2019-05-02 15:09:54 -07:00
timer.c Handle numbers more consistently in Lua API; 2019-01-11 22:37:54 -08:00