292 Commits

Author SHA1 Message Date
luk3yx
03d7d8d5ce Add use_texture_alpha compatibility code 2021-09-05 10:51:50 +02:00
luk3yx
b112040114 Add Lua-based player:get_meta() wrapper 2021-09-05 10:51:16 +02:00
MoNTE48
2793e9c655 Minor changes and fixes 2021-07-26 12:45:14 +02:00
MoNTE48
484a20083f Builtin: minor patches 2021-06-15 12:39:25 +02:00
luk3yx
49d200d086
Remove core.remove_detached_inventory (#193) 2020-12-20 16:40:51 +01:00
MoNTE48
47fdf55e9c Backport 'Add minetest.is_creative_enabled' from MT5 2020-12-01 18:01:48 +01:00
MoNTE48
9bce637615 Builtin: update game 2020-10-02 18:46:39 +02:00
MoNTE48
c2d13411ca Remove builtin Weather 2020-07-24 16:46:20 +02:00
MoNTE48
19ea0829af Fix collecting item without age 2020-04-26 19:19:15 +02:00
Maksim
4803641fee Add NaN check to core.is_valid_pos
Because `NaN != NaN`
2020-04-26 19:19:15 +02:00
MoNTE48
c430f18ad4 Fixed a possible crash when checking 'attached_node2' 2020-04-26 19:19:15 +02:00
Maksim
c59b9009cd Builtin: minor cleanup 2020-04-16 21:00:57 +02:00
MoNTE48
06bbc3b387 Builtin: minor chatcommands update 2020-04-08 01:02:16 +02:00
MoNTE48
2464ae3f37 Hunger: set full saturation after respawn, other fixes 2020-04-02 19:51:18 +02:00
MoNTE48
ee325c451a minetest.is_valid_pos improvement 2020-04-02 19:51:18 +02:00
MoNTE48
09b290421c Try to improve files auth db
It is definitely not designed for such loads! This is the last attempt to continue using the files database. LuaVM is about to run out of memory for the auth table! Trying to delay OOM's...
2020-03-26 23:17:32 +01:00
MoNTE48
fa384341f4 Drop the left item when collecting 2020-03-26 20:26:23 +01:00
MoNTE48
61fc60c562 Fix item_throw entity detection 2020-03-23 21:01:54 +01:00
MoNTE48
f4ffb67805 Fix lava destruction for dropped items 2020-03-17 21:14:51 +01:00
MoNTE48
9b08c73f70 Hunger: change starve setting 2020-03-14 18:05:25 +01:00
MoNTE48
d6f7b633b1 Weather: fix chatcommand 2020-03-13 20:40:58 +01:00
MoNTE48
bb8d62e5cb Builtin: backport some fixes 2020-03-09 15:16:02 +01:00
MoNTE48
99ab972745 Weather: improve rain and snow settings 2020-03-09 15:16:02 +01:00
MoNTE48
0b6f9aa131 Improve item collection 2020-03-09 15:16:02 +01:00
MoNTE48
74b152e108 Weather: Fix too long snow/rain 2020-03-03 20:22:50 +01:00
MoNTE48
e6274866a6 Drop falling node if placed in protected area 2020-02-27 22:37:30 +01:00
MoNTE48
794000d543 Fixed dropping dug nodes 2020-02-25 16:28:45 +01:00
MoNTE48
8a8ec483d4 Update Hunger 2020-02-23 21:38:04 +01:00
MoNTE48
7e4ee95d91 Update builtin and base textures 2020-02-22 14:44:31 +01:00
MoNTE48
dbd3e3c10b Weather: improve and cleanup 2020-02-20 14:48:50 +01:00
MoNTE48
8449a0b304 Builtin: replace minetest -> core, fix password saving crash 2020-02-20 14:48:29 +01:00
MoNTE48
fe5941bdf7 Builtin: Backport MT5 Game 2020-02-04 21:47:07 +01:00
MoNTE48
b3a34dd850 Builtin: Backport MT5 minor changes 2020-02-04 21:47:07 +01:00
MoNTE48
eac50692d7 Builtin items: cleanup, optimize and backport MT5 changes 2020-02-04 20:02:25 +01:00
MoNTE48
f524bd2a1c Backport: Object properties: Add 'glow', disables light's effect if negative
a9d43a0471
The 'glow' value is added to the ambient light value.
Negative 'glow' disables light's effect on object colour, for faking
self-lighting, UI-style entities, or programmatic colouring in mods.
2020-01-22 20:56:48 +01:00
MoNTE48
1e8942cbbe Builtin: optimize item_entity 2020-01-17 14:22:09 +01:00
MoNTE48
bcc87c0e30 Disable Auto-reconnection when Kicked 2019-12-26 12:50:55 +01:00
MoNTE48
1dd11bdc04 Fix /give stackstring (again) 2019-11-19 10:14:33 +01:00
MoNTE48
52418b29a4 Improve Statbars 2019-11-18 10:02:07 +01:00
MoNTE48
6dd73018b4 Fix /give stackstring 2019-11-13 21:45:43 +01:00
MoNTE48
71c3eeabef Update Hand bare definition 2019-11-12 00:02:03 +01:00
MoNTE48
fcdc8266a7 Chatcommand aliases (by luk3yx) 2019-11-01 22:14:56 +01:00
MoNTE48
6abf056272 Improve and cleanup the HUD API 2019-11-01 16:42:50 +01:00
MoNTE48
6f42bcabc6 Add attached_node2 group for attached facedir nodebox 2019-10-22 14:39:07 +02:00
MoNTE48
c15c4cdbbe Hunger: fix possible crash, fix double change HUD 2019-10-17 10:44:49 +02:00
MoNTE48
32c44e00c4 Builtin: Clearing Functions and Variables 2019-10-16 20:08:12 +02:00
MoNTE48
8ea2d24c47 Add Weather (with rain and snow) 2019-10-13 20:34:13 +02:00
MoNTE48
9b24c80ccb Builtin cleanup 2019-10-11 14:28:30 +02:00
MoNTE48
f24fc3c1e1 Grant some privs in creative mode 2019-10-11 14:28:30 +02:00
MoNTE48
a915a84e11 "/give" no longer need "mod" specifier (by OldCoder) and chatcommands.lua small improvements 2019-10-11 14:28:30 +02:00