1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-05 13:53:38 +00:00
lovr/src/api
bjorn a67f59000f DrawMode -> DrawStyle; MeshDrawMode -> DrawMode;
Renaming enums doesn't really have an impact on the API usage, just
the docs and internal naming of things.
2018-12-12 18:43:04 -08:00
..
types DrawMode -> DrawStyle; MeshDrawMode -> DrawMode; 2018-12-12 18:43:04 -08:00
audio.c Update API to work with vectors; 2018-12-02 12:08:07 -08:00
data.c Fix everything and merge; 2018-09-27 18:38:44 -07:00
data.h Fix everything and merge; 2018-09-27 18:38:44 -07:00
event.c Fix module destruction; 2018-11-19 09:24:28 -08:00
event.h api: more modular helper functions; 2018-09-27 18:38:44 -07:00
filesystem.c Move lovr.android.getApplicationId() to lovr.filesystem.getApplicationId(). Kill Android module 2018-11-27 15:02:25 -08:00
graphics.c DrawMode -> DrawStyle; MeshDrawMode -> DrawMode; 2018-12-12 18:43:04 -08:00
graphics.h api: more modular helper functions; 2018-09-27 18:38:44 -07:00
headset.c Remove lovrHeadsetGetEyePose; 2018-12-02 13:27:55 -08:00
lovr.c Move lovr.android.getApplicationId() to lovr.filesystem.getApplicationId(). Kill Android module 2018-11-27 15:02:25 -08:00
math.c Properly release Curves on creation; 2018-12-02 12:51:20 -08:00
math.h rm Transform; 2018-12-02 12:08:07 -08:00
math.lua LuaJIT: mat4:scale accepts single number; 2018-12-02 13:03:29 -08:00
math.lua.h LuaJIT: mat4:scale accepts single number; 2018-12-02 13:03:29 -08:00
physics.c Fix module destruction; 2018-11-19 09:24:28 -08:00
thread.c Fix module destruction; 2018-11-19 09:24:28 -08:00
timer.c Fix module destruction; 2018-11-19 09:24:28 -08:00