1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-12 00:43:34 +00:00
lovr/src/api
Nevyn Bengtsson 453d348fdc Stack trace when background thread crashes
Without this, the error handler only prints the _main thread's
error handler's_ stack trace
2020-11-12 18:08:05 -07:00
..
api.c Fix MSVC warnings; 2020-11-12 18:08:05 -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 Fix l_event; 2020-11-12 18:08:05 -07: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 Reset camera after lovr.headset.renderTo; 2020-10-02 19:50:00 -06:00
l_lovr.c Support Lua 5.2, 5.3, 5.4; 2020-08-19 13:12:57 -06:00
l_math.c Thread local vector metatable refs; 2020-11-06 13:12:57 -07: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 openvr_getSkeleton; 2020-08-22 13:33:06 -06:00
l_physics.c Easier enums; 2020-09-27 17:13:00 -07:00
l_physics_collider.c Make physics orientation getters more consistent; 2020-05-10 02:08:36 -06:00
l_physics_joints.c Easier enums; 2020-09-27 17:13:00 -07:00
l_physics_shapes.c Check if shape can be positioned and oriented 2020-11-12 17:18:40 +01:00
l_physics_world.c Support for trimesh shape colliders 2020-09-24 20:58:28 +02: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