minetest/builtin/game
Jude Melton-Houghton e7dd9737bd Reduce `minetest.after` time complexity and provide ordering guarantee
---------

Co-authored-by: Lars Mueller <appgurulars@gmx.de>
2024-01-16 23:46:43 +01:00
..
async.lua Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00
auth.lua Fix on_(grant|revoke) not being run by mods 2023-12-21 18:54:50 +01:00
chat.lua Say /setpassword is insecure 2023-02-18 00:04:52 +01:00
constants.lua Fix breath_bar scaling; delay breath_bar hiding by one second (#8271) 2020-04-28 19:30:57 +02:00
deprecated.lua Removed some obsolete code (#10562) 2021-01-21 18:17:09 +00:00
detached_inventory.lua Add core.remove_detached_inventory (#7684) 2018-10-10 20:48:58 +02:00
falling.lua Fix potential freeze in core.check_for_falling 2023-08-27 20:12:53 +02:00
features.lua Reduce `minetest.after` time complexity and provide ordering guarantee 2024-01-16 23:46:43 +01:00
forceloading.lua Let mods choose a forceload limit (#13002) 2022-12-03 10:41:34 -05:00
init.lua Move core.run_callbacks and related to common folder 2023-06-23 09:05:26 +02:00
item.lua Fix core.item_eat for same-item replace_with_item and split stacks before dropping (#13286) 2023-03-27 20:02:23 +02:00
item_entity.lua Set item description as infotext for item entities (#13728) 2023-08-24 12:00:18 +07:00
knockback.lua Fix typos and en_US/en_GB inconsistency in various files (#12902) 2022-11-09 11:57:19 -05:00
misc.lua Fix itemdef defaults not being applied in async env 2023-08-14 18:16:36 +02:00
misc_s.lua Optimize and improve built-in PNG writer (#14020) 2023-12-27 11:56:48 +01:00
privileges.lua Get rid of `basic_debug` last minute 2022-01-30 21:32:49 +01:00
register.lua Move core.run_callbacks and related to common folder 2023-06-23 09:05:26 +02:00
statbars.lua Rename `hud_elem_type` to `type` (#14065) 2023-12-29 21:51:02 +01:00
static_spawn.lua Builtin: Replace deprecated function calls (#7561) 2018-07-17 20:17:54 +02:00
voxelarea.lua Add VoxelArea() constructor (#12886) 2022-10-22 08:05:45 -04:00