lovr/src/api
bjorn 582ee1625f CompoundShape:replaceShape fixes; 2024-04-07 13:47:52 -07:00
..
api.c Add support for Lua 5.4 <close> variables; 2024-03-30 09:53:01 -07:00
api.h Start CompoundShape; 2024-04-07 13:47:52 -07:00
l_audio.c Use lovrDefer more; 2024-04-01 15:32:06 -07:00
l_audio_source.c Change vec3 back to 3 floats; Clean up maf/vectors; 2023-07-10 17:51:24 -07:00
l_data.c Use lovrDefer more; 2024-04-01 15:32:06 -07:00
l_data_blob.c Add methods for accessing binary numbers from a Blob; 2023-08-28 10:31:32 -07:00
l_data_image.c Add d24 TextureFormat; 2024-03-29 18:07:25 -07:00
l_data_modelData.c WIP; 2023-07-24 15:34:44 -07:00
l_data_rasterizer.c lovrImageCreateRaw takes sRGB flag; Fix readback encoding; 2023-11-02 13:38:21 -07:00
l_data_sound.c Change more asserts to checks; 2024-03-11 00:58:21 -07:00
l_event.c Add wrappers for malloc functions; 2024-03-11 14:38:00 -07:00
l_filesystem.c Add wrappers for malloc functions; 2024-03-11 14:38:00 -07:00
l_filesystem_file.c Use lovrDefer more; 2024-04-01 15:32:06 -07:00
l_graphics.c Use lovrDefer more; 2024-04-01 15:32:06 -07:00
l_graphics_buffer.c Add sn10x3 data type; 2024-01-20 17:39:36 -08:00
l_graphics_font.c Add wrappers for malloc functions; 2024-03-11 14:38:00 -07:00
l_graphics_material.c Mesh:setMaterial takes texture too; 2023-10-31 16:08:00 -07:00
l_graphics_mesh.c Mesh:setMaterial takes texture too; 2023-10-31 16:08:00 -07:00
l_graphics_model.c Fix Model:getMesh() 2024-03-12 11:05:22 -07:00
l_graphics_pass.c Use lovrDefer more; 2024-04-01 15:32:06 -07:00
l_graphics_readback.c Fix buffer readback issues; 2023-10-04 08:52:05 -07:00
l_graphics_sampler.c Fix compatibility with Lua 5.2, 5.3, 5.4; 2022-11-24 14:33:55 -08:00
l_graphics_shader.c Add defer system; Rework exceptions; util cleanup; 2024-03-29 18:10:22 -07:00
l_graphics_texture.c Texture view improvements; 2024-02-26 15:24:09 -08:00
l_headset.c Use lovrDefer more; 2024-04-01 15:32:06 -07:00
l_headset_layer.c Layer improvements; 2023-10-25 15:24:14 -07:00
l_lovr.c Rework boot process; 2023-11-27 18:42:49 -08:00
l_math.c Merge branch 'stable' into dev 2024-04-05 11:42:18 -07:00
l_math_curve.c Change more asserts to checks; 2024-03-11 00:58:21 -07:00
l_math_randomGenerator.c Organize math module files; 2023-02-07 21:44:43 -08:00
l_math_vectors.c Quat:SetEuler -> :setEuler; 2024-01-20 03:43:18 -08:00
l_physics.c Start CompoundShape; 2024-04-07 13:47:52 -07:00
l_physics_collider.c Collider:setShape accepts nil; 2024-04-07 13:47:52 -07:00
l_physics_joints.c Fix Collider/Shape/Joint UserData leak; 2024-04-01 16:03:42 -07:00
l_physics_shapes.c CompoundShape:replaceShape fixes; 2024-04-07 13:47:52 -07:00
l_physics_world.c Move shape arg to last argument of query callbacks; 2024-04-07 13:47:52 -07:00
l_system.c Use lovrDefer more; 2024-04-01 15:32:06 -07:00
l_thread.c Use lovrDefer more; 2024-04-01 15:32:06 -07:00
l_thread_channel.c Reorganize thread code; 2022-12-10 20:13:39 -08:00
l_thread_thread.c Reorganize thread code; 2022-12-10 20:13:39 -08:00
l_timer.c Refcounted modules; 2023-11-23 17:07:44 -08:00