lovr/src/api
bjorn 7338c82d7f Add resizable vector pools;
It seems too dangerous/annoying to have pools error when they run
out of memory.  Instead, we'll make it so you can choose to make
a pool resizable, where it enlarges its memory if it runs out. By
default Pools aren't resizable, but the default math pool is.

Also, reduce the size of the default pool from 640k to 4k.
2019-01-10 14:10:04 -08:00
..
types Add resizable vector pools; 2019-01-10 14:10:04 -08:00
audio.c Update API to work with vectors; 2018-12-02 12:08:07 -08:00
data.c Expose option to flip TextureData on load; 2019-01-04 23:32:25 -08:00
data.h Fix everything and merge; 2018-09-27 18:38:44 -07:00
event.c Always use pushliteral when possible; 2018-12-15 21:45:32 -08:00
event.h api: more modular helper functions; 2018-09-27 18:38:44 -07:00
filesystem.c Always use pushliteral when possible; 2018-12-15 21:45:32 -08:00
graphics.c Mesh fixes; 2019-01-04 18:01:01 -08:00
graphics.h api: more modular helper functions; 2018-09-27 18:38:44 -07:00
headset.c Remove lovrHeadsetGetEyePose; 2018-12-02 13:27:55 -08:00
lovr.c Always use pushliteral when possible; 2018-12-15 21:45:32 -08:00
math.c Add resizable vector pools; 2019-01-10 14:10:04 -08:00
math.h rm Transform; 2018-12-02 12:08:07 -08:00
math.lua Fix vector save functions in LuaJIT; 2019-01-08 00:54:07 -08:00
math.lua.h Fix vector save functions in LuaJIT; 2019-01-08 00:54:07 -08:00
physics.c Fix module destruction; 2018-11-19 09:24:28 -08:00
thread.c Rename thread module init/destroy; 2018-12-19 01:04:42 -08:00
timer.c Fix module destruction; 2018-11-19 09:24:28 -08:00