lovr/src
bjorn bf3ed3ed1f Texture improvements;
Textures no longer keep references to their TextureData.
lovrTextureAllocate can now be used to allocate texture storage,
and isn't weirdly coupled to lovrTextureReplacePixels.
Better error messages for textures.
2018-08-09 16:12:57 -07:00
..
api Texture improvements; 2018-08-09 16:12:57 -07:00
audio Refs know their type; 2018-07-24 19:14:29 -07:00
data Don't forget to retain the blob; 2018-08-02 03:41:21 -07:00
event Make custom events work; 2018-07-26 19:38:01 -07:00
filesystem Refs know their type; 2018-07-24 19:14:29 -07:00
graphics Texture improvements; 2018-08-09 16:12:57 -07:00
headset Fix WebGL memcpys; 2018-08-02 03:40:47 -07:00
lib Merge pull request #49 from bjornbytes/shader-block 2018-08-07 15:17:06 -07:00
math Refs know their type; 2018-07-24 19:14:29 -07:00
physics Refs know their type; 2018-07-24 19:14:29 -07:00
resources Fix potential infinite loop in error handler; 2018-08-06 13:26:17 -07:00
thread Make custom events work; 2018-07-26 19:38:01 -07:00
timer Clean up includes; 2018-07-04 13:51:35 -07:00
api.h Use new table shorthand for newShaderBlock formats; 2018-08-06 10:34:12 -07:00
lovr.c Condense event code a bit; 2018-07-26 19:38:01 -07:00
lovr.h v0.10.0; 2018-06-13 21:20:33 -07:00
luax.c Simplify luax_checktype and inheritance; 2018-07-24 21:15:07 -07:00
luax.h Simplify luax_checktype and inheritance; 2018-07-24 21:15:07 -07:00
main.c Refactor main loop; 2018-05-27 19:05:10 -07:00
util.c Refs know their type; 2018-07-24 19:14:29 -07:00
util.h Refs know their type; 2018-07-24 19:14:29 -07:00