1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-03 21:13:42 +00:00
lovr/src
2019-01-31 17:24:13 -08:00
..
api Rebuild math.lua.h; 2019-01-31 13:54:54 -08:00
audio Avoid more implicit float-double conversions; 2019-01-24 17:00:41 -08:00
data Always check malloc result; Less calloc; 2019-01-29 16:53:01 -08:00
event Fix crash on repeated calls to Channel:peek; 2019-01-12 20:51:50 -08:00
filesystem Always check malloc result; Less calloc; 2019-01-29 16:53:01 -08:00
graphics Fix bad interaction between vaos and ibos; 2019-01-31 17:24:13 -08:00
headset Remove fixed-function mirroring code from headset drivers; 2019-01-28 18:29:50 -08:00
lib Add OpenGL ES support to glad header; 2019-01-29 22:04:15 -08:00
math Revert "Replace sprintf with stb version;" 2019-01-24 17:39:27 -08:00
physics Be more intentional about doubles vs. floats; 2019-01-24 16:48:06 -08:00
platform Fixes to lovr.mirror() requested in PR 2019-01-28 15:03:58 -08:00
resources Fix struct definition in UBO; 2019-01-29 19:57:18 -08:00
thread Header cleanup; 2019-01-24 17:43:25 -08:00
timer Fix module destruction; 2018-11-19 09:24:28 -08:00
api.h Adjust BlockType; getValue -> read; 2019-01-16 10:02:44 -08:00
luax.c Explicitly convert lua_Numbers to floats; 2019-01-29 22:04:04 -08:00
luax.h Explicitly convert lua_Numbers to floats; 2019-01-29 22:04:04 -08:00
main.c Header cleanup; 2019-01-24 17:43:25 -08:00
platform.h Fixes to lovr.mirror() requested in PR 2019-01-28 15:03:58 -08:00
util.c Oops, use calloc in _lovrAlloc; 2019-01-29 20:08:10 -08:00
util.h Adjust util.h macros; 2019-01-18 08:44:03 -08:00
version.h version/os refactor; 2018-09-27 18:38:44 -07:00