969 Commits

Author SHA1 Message Date
MoNTE48
61fc60c562 Fix item_throw entity detection 2020-03-23 21:01:54 +01:00
MoNTE48
232904ed1c Add UTF8 support for string.len 2020-03-23 18:50:42 +01:00
MoNTE48
f884d0ace9 Mainmenu: fix server_id detection 2020-03-22 19:17:11 +01:00
MoNTE48
f4ffb67805 Fix lava destruction for dropped items 2020-03-17 21:14:51 +01:00
MoNTE48
d7e19ba0d8 Mainmenu: improve the Multiplayer tab 2020-03-16 18:36:06 +01:00
MoNTE48
9b08c73f70 Hunger: change starve setting 2020-03-14 18:05:25 +01:00
MoNTE48
73511ef92e Builtin: some minor fixes 2020-03-13 21:06:26 +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
e74898a088 MainMenu: fix background in world create and delete dialogs 2020-02-12 13:32:15 +01:00
MoNTE48
494eff7911 MainMenu: replace textlist with table, remove legacy code 2020-02-09 12:22:02 +01:00
MoNTE48
d19476376c MainMenu: fixes and background optimizations 2020-02-07 00:03:31 +01:00
MoNTE48
9b28204882 Builtin: Backport MT5 MainMenu, Part I 2020-02-06 16:32:56 +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
54f5679db3 Builtin: Backport MT5 client 2020-02-04 20:02:25 +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
1bb669c854 Builtin: update vector 2020-01-17 14:22:09 +01:00
MoNTE48
bcc87c0e30 Disable Auto-reconnection when Kicked 2019-12-26 12:50:55 +01:00
MoNTE48
9eff8f7d01 Colorize the buttons for creating and deleting the world 2019-12-09 22:20:05 +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
f04a8a483b Mainmenu: some improvements 2019-11-14 11:53:17 +01:00
MoNTE48
6dd73018b4 Fix /give stackstring 2019-11-13 21:45:43 +01:00
MoNTE48
d73b50268d Password Saving [enabled for iOS only] 2019-11-12 11:06:02 +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
841c4d4379 Some misc_helpers fixes 2019-10-16 16:02:49 +02:00
MoNTE48
8ea2d24c47 Add Weather (with rain and snow) 2019-10-13 20:34:13 +02:00
MoNTE48
55e638951b Lua: Add initial support for UTF-8 string 2019-10-11 14:28:30 +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
MoNTE48
f3ae8906db Add is_valid_pos in item_eat 2019-09-24 22:43:20 +02:00
MoNTE48
87586ae912 Improve the HUD API 2019-09-24 22:43:20 +02:00