lovr/src
bjorn de0ab5402c Fix type issue; 2018-02-15 19:59:31 -08:00
..
api getCanvas; setCanvas; MRT; MULTICANVAS define; 2018-02-15 19:58:35 -08:00
audio Rewind AudioStreams when Sources stop; 2018-01-31 22:45:44 -08:00
data Fix type issue; 2018-02-15 19:59:31 -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 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
graphics getCanvas; setCanvas; MRT; MULTICANVAS define; 2018-02-15 19:58:35 -08:00
headset getCanvas; setCanvas; MRT; MULTICANVAS define; 2018-02-15 19:58:35 -08:00
lib Add VertexData object; 2018-02-10 17:27:29 -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 getCanvas; setCanvas; MRT; MULTICANVAS define; 2018-02-15 19:58:35 -08:00
timer Avoid resetting clock after boot.lua; 2018-01-13 16:00:47 -08:00
api.h getCanvas; setCanvas; MRT; MULTICANVAS define; 2018-02-15 19:58:35 -08:00
lovr.c Merge pull request #32 from mcclure/reload-support-2 2018-01-25 19:08:30 -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