1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
James Gillham
7c0867d08b Fix PriorityQueue to no longer store function in global.
Changed the PriorityQueue to store the comparator function in a metatable to avoid serializing the comparator function to the global table.
This means that the PriorityQueue has to be restored on load.
Plus side is we can use comparators that are closures.
2020-05-29 12:20:49 +01:00
grilledham
7a9c9f8170 improved priority queue docs 2019-06-23 10:07:17 +01:00
grilledham
73c1515c81 change divide to multiply 2019-06-22 22:53:58 +01:00
grilledham
e277b91657 priority_queue clean up 2019-06-22 22:36:04 +01:00
Matthew Heguy
c7201e119b Rename utils and fix requires 2018-11-27 17:08:26 -05:00