lovr/src
bjorn af8f650a07 Make map_t size deterministic;
Currently, the amount of memory allocated for a map can sometimes be
different depending on whether it was allocated with an initial capacity
or the items were added iteratively.

This causes problems for people that want to copy data between maps that
have the same number of elements.

Now, the size of a map will always be the same for a given number of
elements, regardless of how the elements are added.

Plus this gets rid of the weird prevpo2 function.  Yay.
2022-06-14 16:52:19 -07:00
..
api Add support for setting the display refresh-rate. 2022-05-06 10:55:29 -07:00
core rm util from os_macos; 2022-03-30 12:42:01 -07:00
lib Fix miniaudio warning; 2022-03-30 21:15:51 -07:00
modules Physics shape dimensions must be positive; 2022-06-12 18:18:48 -07:00
main.c Allow passing a file to lovr; 2022-04-28 17:36:05 -07:00
util.c Make map_t size deterministic; 2022-06-14 16:52:19 -07:00
util.h mv map util; 2022-03-30 12:34:38 -07:00