1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00
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
..
2019-02-28 15:05:34 -05:00
2019-06-01 13:41:12 +02:00
2019-05-26 20:32:44 +01:00
2019-05-26 21:03:42 +01:00
2019-06-07 10:25:08 +01:00
2019-07-03 12:35:34 +01:00
2019-03-01 14:18:41 -05:00
2019-06-14 23:19:21 +02:00
2019-06-01 13:41:12 +02:00
2019-02-28 11:48:48 -05:00