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 7ebee200ea rm strdup;
It isn't part of C, causing compiler errors on some platforms.
2019-06-20 22:21:31 -07:00
..
api.h Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_animator.c More number conversions; 2019-05-20 20:35:07 -07:00
l_audio.c vec3 has 4 elements; 2019-06-03 07:20:03 -07:00
l_audioStream.c Update refcounting (again); 2019-06-02 01:02:26 -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 Organize api folder; 2019-05-19 00:31:42 -07:00
l_collider.c Add new array implementation; Upgrade filesystem; 2019-06-16 13:30:30 -07:00
l_curve.c Add new array implementation; Upgrade filesystem; 2019-06-16 13:30:30 -07:00
l_data.c Add new array implementation; Upgrade filesystem; 2019-06-16 13:30:30 -07:00
l_event.c rm strdup; 2019-06-20 22:21:31 -07:00
l_filesystem.c Add new array implementation; Upgrade filesystem; 2019-06-16 13:30:30 -07:00
l_font.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_graphics.c Polyfill M_PI; 2019-06-20 21:43:40 -07:00
l_headset.c Add new array implementation; Upgrade filesystem; 2019-06-16 13:30:30 -07:00
l_joints.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_lovr.c lovrPlatformGetName; 2019-05-20 20:44:39 -07:00
l_mat4.c Fix bug when reading mat4s; 2019-06-14 13:22:13 -07:00
l_material.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_math.c Add new array implementation; Upgrade filesystem; 2019-06-16 13:30:30 -07:00
l_mesh.c Fix warnings on newer versions of gcc; 2019-06-11 19:57:20 -07:00
l_microphone.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_model.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_modelData.c Organize api folder; 2019-05-19 00:31:42 -07:00
l_physics.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_pool.c Add core folder; 2019-05-20 02:47:33 -07:00
l_quat.c Use better default for identity quat; 2019-06-14 15:04:17 -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 Update refcounting (again); 2019-06-02 01:02:26 -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 vec3 has 4 elements; 2019-06-03 07:20:03 -07:00
l_texture.c Start sized int conversions; 2019-05-20 14:34:03 -07:00
l_textureData.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_thread.c Organize api folder; 2019-05-19 00:31:42 -07:00
l_thread_module.c rm strdup; 2019-06-20 22:21:31 -07:00
l_timer.c Organize api folder; 2019-05-19 00:31:42 -07:00
l_vec3.c vec3 has 4 elements; 2019-06-03 07:20:03 -07:00
l_world.c Update refcounting (again); 2019-06-02 01:02:26 -07:00