1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-05 13:53:38 +00:00
lovr/src/api
2019-12-14 11:34:38 -08:00
..
api.c platform -> os; 2019-12-13 19:55:46 -08:00
api.h Adjust includes; 2019-12-10 13:01:28 -08:00
l_audio.c Fix windows build; 2019-08-26 15:53:10 -07:00
l_audioStream.c Windows: Fix all the int warnings; 2019-07-31 17:51:49 -07:00
l_blob.c Organize api folder; 2019-05-19 00:31:42 -07:00
l_canvas.c Fix warnings on newer versions of gcc; 2019-06-11 19:57:20 -07:00
l_channel.c Channel:peek also returns status; 2019-12-13 19:53:31 -08:00
l_collider.c Add core/map hash table; rm lib/map; 2019-10-30 00:07:05 -07:00
l_curve.c Adjust includes; 2019-12-10 13:01:28 -08:00
l_data.c Windows; 2019-12-10 12:19:50 -08:00
l_event.c platform -> os; 2019-12-13 19:55:46 -08:00
l_filesystem.c platform -> os; 2019-12-13 19:55:46 -08:00
l_font.c Add core/map hash table; rm lib/map; 2019-10-30 00:07:05 -07:00
l_graphics.c lovr.graphics.get/setColorMask; 2019-12-10 13:44:51 -08:00
l_headset.c Finalize skeletal input API; 2019-09-18 16:12:08 -07:00
l_joints.c Joint:isEnabled; Joint:setEnabled; 2019-11-11 16:39:02 -08:00
l_lovr.c platform -> os; 2019-12-13 19:55:46 -08:00
l_material.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_math.c Use uint64_t for seed in luax_checkrandomseed; 2019-12-05 13:46:12 -08:00
l_mesh.c lovrGraphicsDrawMesh; 2019-06-27 13:35:43 -07:00
l_microphone.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_model.c Add core/map hash table; rm lib/map; 2019-10-30 00:07:05 -07:00
l_modelData.c Organize api folder; 2019-05-19 00:31:42 -07:00
l_physics.c Fix windows build; 2019-08-26 15:53:10 -07:00
l_randomGenerator.c Use uint64_t for seed in luax_checkrandomseed; 2019-12-05 13:46:12 -08:00
l_rasterizer.c Organize api folder; 2019-05-19 00:31:42 -07:00
l_shader.c Vector rework; 2019-07-16 20:30:51 -07:00
l_shaderBlock.c Add core/map hash table; rm lib/map; 2019-10-30 00:07:05 -07:00
l_shapes.c Merge pull request #157 from bjornbytes/shape-sensor 2019-11-20 18:35:24 -08:00
l_soundData.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_source.c Windows: Fix all the int warnings; 2019-07-31 17:51:49 -07:00
l_texture.c Texture:setCompareMode; Shadow samplers; 2019-10-14 17:12:34 -07:00
l_textureData.c TextureData:paste; 2019-06-20 23:36:18 -07:00
l_thread.c Thread:start supports up to 4 arguments; 2019-12-13 15:50:10 -08:00
l_thread_module.c Thread:start supports up to 4 arguments; 2019-12-13 15:50:10 -08:00
l_timer.c Fix windows build; 2019-08-26 15:53:10 -07:00
l_vectors.c Improve luax_readquat(nil); 2019-11-28 15:26:52 -08:00
l_world.c Fix World:Collide to use new luax_checkshape 2019-10-08 21:30:03 +02:00