1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-05 13:53:38 +00:00
lovr/src/api
bjorn d51d2b4105 Fix stack balance with luax_checkvariant;
Was breaking Channel:push.
2019-10-22 16:42:10 -07:00
..
api.c Throw lua errors in the error handler; 2019-09-24 12:04:36 -07:00
api.h Throw lua errors in the error handler; 2019-09-24 12:04:36 -07: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: cleanup; 2019-07-11 11:29:18 -07:00
l_collider.c Fix Collider:addShape and Collider:removeShape; 2019-10-08 15:45:53 -07:00
l_curve.c luax is now api; 2019-08-21 15:27:26 -07:00
l_data.c Fix windows build; 2019-08-26 15:53:10 -07:00
l_event.c Fix stack balance with luax_checkvariant; 2019-10-22 16:42:10 -07:00
l_filesystem.c Don't mind me; 2019-09-26 21:58:26 -07:00
l_font.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_graphics.c Modify GPU timer API; 2019-09-18 18:21:38 -07:00
l_headset.c Finalize skeletal input API; 2019-09-18 16:12:08 -07:00
l_joints.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_lovr.c luax is now api; 2019-08-21 15:27:26 -07:00
l_material.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_math.c Fix windows build; 2019-08-26 15:53:10 -07: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 Model:getAnimationDuration; 2019-09-19 19:21:31 -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 Organize api folder; 2019-05-19 00:31:42 -07: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 Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_shapes.c Update refcounting (again); 2019-06-02 01:02:26 -07: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 Start sized int conversions; 2019-05-20 14:34:03 -07:00
l_textureData.c TextureData:paste; 2019-06-20 23:36:18 -07:00
l_thread.c Organize api folder; 2019-05-19 00:31:42 -07:00
l_thread_module.c Fix windows build; 2019-08-26 15:53:10 -07:00
l_timer.c Fix windows build; 2019-08-26 15:53:10 -07:00
l_vectors.c mat4 multiplication works with vec4; 2019-10-13 16:02:21 -07:00
l_world.c Fix World:Collide to use new luax_checkshape 2019-10-08 21:30:03 +02:00