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

9 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
3c5380dd32 made tick local 2019-06-22 22:42:27 +01:00
grilledham
b426de3ec1 task clean up 2019-06-22 22:36:13 +01:00
plague006
2428a93154 Add error_logging 2019-02-28 11:48:48 -05:00
plague006
8ccfe43cef Make lifecycle more readable. 2019-02-18 01:43:59 -05:00
plague006
e574a2dc36 Use lifecycle 2019-02-04 18:02:15 -05:00
plague006
d6e8b145af Fix doc in info, expand doc task, fix MP check in player_create 2019-02-04 14:40:27 -05:00
plague006
8d35c61108 Add doc for task.lua 2019-02-04 13:07:40 -05:00
plague006
8669330b90 Rename q and schedule back to queue and task 2019-01-04 15:02:16 -05:00