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-08 19:24:02 -08:00
..
api Move TextureData assertions into constructors; 2018-02-08 19:22:30 -08:00
audio Rewind AudioStreams when Sources stop; 2018-01-31 22:45:44 -08:00
data getPixel and setPixel bound checks; 2018-02-08 19:24:02 -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 rm MaterialData; 2018-01-29 21:44:32 -08:00
headset Switch trigger to right-click when using fake headset 2018-02-03 09:20:12 -05:00
lib Add missing include to vertex.h; 2018-01-31 22:31:43 -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