Commit Graph

4 Commits

Author SHA1 Message Date
rxi
7e2bbef019 Version 0.1.1 2017-04-03 19:36:31 +01:00
rxi
3718c5a827 Updated copyright year 2016 -> 2017 2017-04-03 19:35:52 +01:00
rxi
90476217a3 Made :each()'s order deterministic
As table hashes are generated from their GC pointer, and these pointers
are potentially different each time a program is run, using them for
keys in a table causes the iteration order to potentially differ between
runs, too. This commit changes each_overlapping_entity() to not iterate
the set of entities, assuring the order in which :each() passes entities
to the callback function is deterministic.
2017-03-23 19:13:34 +00:00
rxi
6a6a7dea85 Initial commit 2016-08-20 09:13:52 +01:00