lovr/src
bjorn c538474339 TextureData:encode; 2018-02-08 20:17:50 -08:00
..
api TextureData:encode; 2018-02-08 20:17:50 -08:00
audio Rewind AudioStreams when Sources stop; 2018-01-31 22:45:44 -08:00
data TextureData:encode; 2018-02-08 20:17:50 -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 Texture:replacePixels; 2018-02-08 19:46:24 -08:00
headset Switch trigger to right-click when using fake headset 2018-02-03 09:20:12 -05:00
lib TextureData:encode; 2018-02-08 20:17:50 -08:00
math 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
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 Add lovr.data module; 2018-01-15 23:13:26 -08:00
timer Avoid resetting clock after boot.lua; 2018-01-13 16:00:47 -08:00
api.h ModelData vertex accessors; 2018-01-27 13:43:20 -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 Refactor VertexFormat; 2018-01-26 19:11:40 -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