876 Commits

Author SHA1 Message Date
MoNTE48
6e6f141b44 Backport 'Dungeons: Add setting to prevent projecting dungeons' from MT 5.0 2019-06-07 20:59:45 +02:00
Maksim Gamarnik
b028ff30f6 Mobile: fix statustext and hud text position 2019-06-05 20:29:42 +02:00
MoNTE48
bcf27bc33f Backport 'Builtin item: Tidy up' form MT 5.0 2019-06-05 11:38:27 +02:00
MoNTE48
ce25d7c04b Backport minor builtin changes and fix shutdown delay command 2019-06-05 11:38:27 +02:00
MoNTE48
8edbb66a05 DANGER!!! The player suffocates inside all blocks, unless noclip is enabled 2019-06-03 20:53:11 +02:00
MoNTE48
fd83f569a8 Backport "slippery" feature from MT 5.0, replace builtin deprecated function calls, move eat sound in builtin 2019-06-03 15:46:14 +02:00
MoNTE48
e3c0824250 Replace Potions mod on Replacing potions mod on PEP. Add Vessels, Playereffects, Playerphysics. Playerplus now working on playerphysics API. Added more items in creative inventory, other 2019-06-02 01:49:20 +02:00
MoNTE48
6b2c8ca1fd Add spawn command, fix hand 2019-05-31 20:58:19 +02:00
stujones11
aef06c30dc Singleplay restart button only after 30 seconds 2019-05-27 21:03:28 +01:00
MoNTE48
102bfa89ea Hud Item name - move in statbars.lua, fix iOS position, other 2019-05-27 02:11:41 +02:00
MoNTE48
39b2cee907 Fix textures and other minor fixes 2019-05-26 23:51:28 +02:00
MoNTE48
b5a937a332 Minor fixes and Fix creative inventory background and other minor fixes 2019-05-24 16:06:04 +02:00
stujones11
51b9110533 Expose PLATFORM global 2019-05-23 23:47:36 +02:00
stujones11
d87179db27 Improve auto-restart 2019-05-23 01:51:39 +02:00
MoNTE48
cb3f7c67a5 remove damage_noise 2019-05-23 01:51:39 +02:00
Maksim
941b980850 Fix platform, item name text, cleaner, other minor fixes 2019-05-22 14:07:25 +02:00
Maksim
0c7eee305b Small mainmenu update 2019-05-21 00:16:33 +02:00
Maksim
9c09a7f1a2 Show item description over hudbar (by @kilbith) 2019-05-20 23:30:00 +02:00
Maksim
4dfc3bac29 Minor fixes 2019-05-20 23:22:47 +02:00
MoNTE48
b89936fef9 item_eat particles, don't put lava on the server, Hunger small fixes 2019-05-20 22:35:00 +02:00
Maksim
59f8ef3376 DAMAGE!!! Autoreconnect for ANY(!) server issue 2019-05-20 22:35:00 +02:00
stujones11
294b28d530 Auto-reconnect to multicraft servers 2019-05-20 22:33:08 +02:00
stujones11
05f58b3a04 Move item drop to builtin 2019-05-20 22:33:08 +02:00
MoNTE48
b0346ad88a New workbench 2019-05-17 23:04:12 +02:00
stujones11
b40cd3c590 Fixes 2019-05-17 20:48:46 +01:00
MoNTE48
cf9bf58919 Restart game only if singleplayer 2019-05-16 15:22:55 +02:00
stujones11
13dbe65356 Add server id icons 2019-05-16 00:33:12 +02:00
Maksim
d14587b282 Update creative and mainmenu formspec 2019-05-16 00:33:06 +02:00
stujones11
fb348ef435 Singleplayer error restart 2019-05-14 21:50:02 +01:00
Maksim
24b684ca39 Update default (part 2 of ?) and fix deprecated 2019-05-11 22:20:34 +02:00
Maksim
2cee766ff6 fix 2019-05-10 22:11:18 +02:00
Maksim
1693f1792f Update Trees and small fix 2019-05-10 00:11:53 +02:00
stujones11
416bfee23d Inventory fixes and Armor updates 2019-05-10 00:11:29 +02:00
MoNTE48
695e833477 Merge remote-tracking branch 'upstream/stable-0.4' into sync 2019-04-01 20:18:54 +02:00
Maksim Gamarnik
b75c72f95e Move killme to builtin, TNT fix and new chicken model by @stujones11 2018-08-31 23:21:40 +02:00
MoNTE48
4602e0cac8 Small fix 2018-08-23 00:39:24 +02:00
MoNTE48
2542d798f5 stack_max = 64, fix loadingworld background 2018-08-22 00:39:35 +02:00
stujones11
a573ff7435 Restrict mapgens available to Android & iOS by default 2018-08-19 23:41:36 +02:00
MoNTE48
64ae5c54cc Update mainmenu and iOS defaultsettings, iOS: v.1.1.20 2018-08-11 14:57:14 +02:00
MoNTE48
4b7b744bf7 Minor upd menu, tmp fix sign_wall 2018-07-20 14:32:08 +02:00
MoNTE48
88135921a6 iOS: 1.1.18 - fix text on ja, ko, he; compress logo 2018-06-13 23:41:09 +02:00
SmallJoker
14d20f5827 Builtin auth handler: Speed up file writing (#7252) 2018-06-03 17:32:00 +02:00
SmallJoker
fe41725e50 core.rotate_node: Do not trigger after_place_node (#6900) 2018-06-03 17:32:00 +02:00
Muhammad Rifqi Priyo Susanto
c2e39b9363 Delete world dialog: Move buttons to avoid double click deletion
Move confirmation delete button to never overlap initial delete button,
to avoid world deletion by accidental double click.
2018-06-03 17:32:00 +02:00
dopik
f8cc92c190 /shutdown can't do countdown when using reconnect and/or shutdown message (#7055)
Delay was converted from the param string and not the delay value, thus never using the actual given delay value when used in combination with other string values in the param, in this case reconnect and the shutdown messsage.
2018-06-03 17:32:00 +02:00
you
2a4fbbbff8 Fix "Ignoring CONTENT_IGNORE redefinition" warning (#4393)
minetest.override_item still passes to core
2018-06-03 17:32:00 +02:00
paramat
6d346a817b Item entity: Delete in 'ignore' nodes 2018-06-03 17:32:00 +02:00
paramat
529f00a240 Falling.lua: Delete falling node entities on contact with 'ignore'
Prevents falling node entities entering the ignore at a world edge and
resting on unloaded nodes 16 nodes below, unreachable, undiggable and
still being processed by 'on step' because they don't revert to nodes.
2018-06-03 17:32:00 +02:00
you
7725030067 Allow dumping userdata (#7012) 2018-06-03 17:32:00 +02:00
red-001
bb28afcfc3 Move setlocale from Lua to C++. 2018-06-03 17:32:00 +02:00