lovr/src/api
bjorn cd290f4407 Make ModelData lookups opaque; 2024-05-14 00:04:41 -07:00
..
api.c Use lua_error return value less; 2024-05-11 23:49:09 -07:00
api.h More tag stuff; 2024-04-29 17:43:41 -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 Make ModelData lookups opaque; 2024-05-14 00:04:41 -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 Use lua_error return value less; 2024-05-11 23:49:09 -07:00
l_filesystem_file.c Use lovrDefer more; 2024-04-01 15:32:06 -07:00
l_graphics.c Use lua_error return value less; 2024-05-11 23:49:09 -07:00
l_graphics_buffer.c Rework Buffer formats; 2024-04-17 21:35:54 -07:00
l_graphics_font.c Merge branch 'stable' into dev 2024-05-10 20:02:25 -07:00
l_graphics_material.c Mesh:setMaterial takes texture too; 2023-10-31 16:08:00 -07:00
l_graphics_mesh.c Rework Buffer formats; 2024-04-17 21:35:54 -07:00
l_graphics_model.c Make ModelData lookups opaque; 2024-05-14 00:04:41 -07:00
l_graphics_pass.c Rework Buffer formats; 2024-04-17 21:35:54 -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 Texture:getLabel; Shader:getLabel; 2024-05-11 23:33:32 -07:00
l_graphics_texture.c Texture:getLabel; Shader:getLabel; 2024-05-11 23:33:32 -07:00
l_headset.c Make ModelData lookups opaque; 2024-05-14 00:04:41 -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 Use lua_error return value less; 2024-05-11 23:49:09 -07:00
l_math_curve.c Change more asserts to checks; 2024-03-11 00:58:21 -07:00
l_math_randomGenerator.c Use lua_error return value less; 2024-05-11 23:49:09 -07:00
l_math_vectors.c Use lua_error return value less; 2024-05-11 23:49:09 -07:00
l_physics.c Use lua_error return value less; 2024-05-11 23:49:09 -07:00
l_physics_collider.c Fix Collider/Shape/Joint:setUserData with zero args; 2024-05-10 15:25:54 -07:00
l_physics_contact.c Add contact callback and Contact object; 2024-05-03 13:28:47 -07:00
l_physics_joints.c Fix Collider/Shape/Joint:setUserData with zero args; 2024-05-10 15:25:54 -07:00
l_physics_shapes.c Fix Collider/Shape/Joint:setUserData with zero args; 2024-05-10 15:25:54 -07:00
l_physics_world.c Deprecate World:destroy; 2024-05-10 17:03:12 -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