1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-11 16:33:35 +00:00
lovr/src/api
2020-12-03 09:03:43 -07:00
..
api.c Add comment; 2020-12-03 09:03:43 -07:00
api.h Easier enums; 2020-09-27 17:13:00 -07:00
l_audio.c Easier enums; 2020-09-27 17:13:00 -07:00
l_audio_microphone.c rm unused audio headers; 2020-05-03 12:57:50 -06:00
l_audio_source.c Correct the argument indices for Source:setCone 2020-11-11 22:17:10 +01:00
l_data.c Easier enums; 2020-09-27 17:13:00 -07:00
l_data_audioStream.c SoundData: has-a blob instead of is-a blob 2020-01-19 17:50:04 +01:00
l_data_blob.c api: try new file naming convention; Tupfile: cleanup; 2019-12-31 19:31:44 -08:00
l_data_modelData.c api: try new file naming convention; Tupfile: cleanup; 2019-12-31 19:31:44 -08:00
l_data_rasterizer.c api: try new file naming convention; Tupfile: cleanup; 2019-12-31 19:31:44 -08:00
l_data_soundData.c Minor style stuff; 2020-01-22 15:41:48 -08:00
l_data_textureData.c TextureData:encode returns Blob; rm core/png; 2020-11-12 18:08:05 -07:00
l_event.c KeyCode -> KeyboardKey because X11 conflict; 2020-11-15 22:51:20 +00:00
l_filesystem.c Support Lua 5.2, 5.3, 5.4; 2020-08-19 13:12:57 -06:00
l_graphics.c Fix MSVC warnings; 2020-11-12 18:08:05 -07:00
l_graphics_canvas.c api: try new file naming convention; Tupfile: cleanup; 2019-12-31 19:31:44 -08:00
l_graphics_font.c api: try new file naming convention; Tupfile: cleanup; 2019-12-31 19:31:44 -08:00
l_graphics_material.c Easier enums; 2020-09-27 17:13:00 -07:00
l_graphics_mesh.c Fix MSVC warnings; 2020-11-12 18:08:05 -07:00
l_graphics_model.c Easier enums; 2020-09-27 17:13:00 -07:00
l_graphics_shader.c Easier enums; 2020-09-27 17:13:00 -07:00
l_graphics_shaderBlock.c Easier enums; 2020-09-27 17:13:00 -07:00
l_graphics_texture.c Easier enums; 2020-09-27 17:13:00 -07:00
l_headset.c on lodr restart, make sure lovr.headset is nil'd if none is available 2020-11-20 10:04:01 +01:00
l_lovr.c Support Lua 5.2, 5.3, 5.4; 2020-08-19 13:12:57 -06:00
l_math.c Create empty curve with specified number of points 2020-11-13 17:53:37 +01:00
l_math_curve.c Optimize Curve:render; 2020-08-28 03:57:39 -06:00
l_math_randomGenerator.c api: try new file naming convention; Tupfile: cleanup; 2019-12-31 19:31:44 -08:00
l_math_vectors.c mat4_multiply -> mat4_mul; 2020-11-21 14:32:59 -07:00
l_physics.c Easier enums; 2020-09-27 17:13:00 -07:00
l_physics_collider.c Change default damping threshold to zero 2020-11-12 18:28:59 +01:00
l_physics_joints.c Easier enums; 2020-09-27 17:13:00 -07:00
l_physics_shapes.c Fix trailing whitespace; 2020-11-21 14:37:47 -07:00
l_physics_world.c Change default damping threshold to zero 2020-11-12 18:28:59 +01:00
l_thread.c Stack trace when background thread crashes 2020-11-12 18:08:05 -07:00
l_thread_channel.c api: try new file naming convention; Tupfile: cleanup; 2019-12-31 19:31:44 -08:00
l_thread_thread.c Fix MSVC warnings; 2020-11-12 18:08:05 -07:00
l_timer.c Support Lua 5.2, 5.3, 5.4; 2020-08-19 13:12:57 -06:00