1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-04 13:33:34 +00:00
lovr/src
2018-02-23 18:38:34 -08:00
..
api Thread:wait; Thread:getError; Thread:isRunning; 2018-02-23 18:38:34 -08:00
audio Rewind AudioStreams when Sources stop; 2018-01-31 22:45:44 -08:00
data Add support for 2d array textures; Improve mipmaps; 2018-02-20 17:15:47 -08:00
event Restart-without-quit support: lovr.event.quit("restart") and return-from-run() both support the string "restart" in place of an exit code. When this happens, the program reruns itself in a new, isolated environment. In Emscripten, no reboot occurs and the program only quits. 2018-01-25 21:32:16 -05:00
filesystem Move Blob to lovr.data; 2018-02-19 21:04:53 -08:00
graphics Don't generate mipmaps for Canvases; 2018-02-21 02:07:19 -08:00
headset Don't generate mipmaps for Canvases; 2018-02-21 02:07:19 -08:00
lib Add tinycthread; 2018-02-23 18:37:24 -08:00
math Node and material accessors for ModelData; 2018-02-11 13:03:52 -08:00
physics Restart-without-quit support: lovr.event.quit("restart") and return-from-run() both support the string "restart" in place of an exit code. When this happens, the program reruns itself in a new, isolated environment. In Emscripten, no reboot occurs and the program only quits. 2018-01-25 21:32:16 -05:00
resources Basic module setup; 2018-02-23 18:38:33 -08:00
thread Thread:wait; Thread:getError; Thread:isRunning; 2018-02-23 18:38:34 -08:00
timer Avoid resetting clock after boot.lua; 2018-01-13 16:00:47 -08:00
api.h Basic working threads; 2018-02-23 18:38:34 -08:00
lovr.c Basic module setup; 2018-02-23 18:38:33 -08:00
lovr.h Restart-without-quit support: lovr.event.quit("restart") and return-from-run() both support the string "restart" in place of an exit code. When this happens, the program reruns itself in a new, isolated environment. In Emscripten, no reboot occurs and the program only quits. 2018-01-25 21:32:16 -05:00
luax.c Refactor VertexFormat; 2018-01-26 19:11:40 -08:00
luax.h Add VertexData object; 2018-02-10 17:27:29 -08:00
main.c Restart-without-quit support: lovr.event.quit("restart") and return-from-run() both support the string "restart" in place of an exit code. When this happens, the program reruns itself in a new, isolated environment. In Emscripten, no reboot occurs and the program only quits. 2018-01-25 21:32:16 -05:00
util.c Fix RGB texture size; 2017-08-26 19:31:03 -07:00
util.h Floating point colors; 2017-11-20 21:47:36 -08:00