1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-31 18:31:04 +00:00

Reduce minetest.after time complexity and provide ordering guarantee

---------

Co-authored-by: Lars Mueller <appgurulars@gmx.de>
This commit is contained in:
Jude Melton-Houghton 2022-01-16 19:01:02 -05:00 committed by Lars Müller
parent ceaa7e2fb0
commit e7dd9737bd
5 changed files with 280 additions and 33 deletions

View file

@ -31,6 +31,7 @@ core.features = {
physics_overrides_v2 = true,
hud_def_type_field = true,
random_state_restore = true,
after_order_expiry_registration = true,
}
function core.has_feature(arg)