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
you
880a25c921
Add minetest.is_player ( #7013 )
...
* Add minetest.is_player
* First use for is_player
2018-06-03 17:32:00 +02:00
SmallJoker
8a849e893a
Builtin: Fix handle_node_drops crash with nil digger
2018-06-03 17:32:00 +02:00
SmallJoker
8fba3c93d5
core.rotate_node: Run callbacks like with any regular placed node ( #6648 )
2018-06-03 17:32:00 +02:00
ezhh
222fab3d20
Improve Settings tab button alignments
2018-06-03 17:32:00 +02:00
Ezhh
6f803b9c89
Remove incorrect entry from settingtypes
2018-06-03 17:32:00 +02:00
sfan5
0fe3e7574d
Make use of safe file writing in auth handler ( fixes #6576 )
2018-06-03 17:32:00 +02:00
Ezhh
a65a46b889
Fix Settings tab formspec alignment ( #6585 )
2018-06-03 17:32:00 +02:00
raymoo
7b8288d605
Fix default item callbacks to work with nil users ( #5819 )
...
* Fix default item callbacks to work with nil users
* item.lua: Handle node drops for invalid players
The if-condition for the dropping loop is the same as `inv`, which means that the 2nd possible definition of `give_item` is never used.
Remove redundant `local _, dropped_item`
2018-06-03 17:32:00 +02:00
rubenwardy
cc48c95ca7
Profiler: Fix var args not being passed to callback register function
...
Fixes #6517
2018-06-03 17:31:59 +02:00
Rob Blanckaert
c56c3d8d6f
Add setting for near plane distance. ( #6395 )
...
* Allow setting the near plane
* - Add near_plane limit of 0.5 to prevent x-ray.
- Add more details to near_plane setting.
2018-06-03 17:31:59 +02:00
DTA7
e8286e8894
Set placer to nil instead of a non-functional one in item_OnPlace ( #6449 )
...
* Set placer to nil instead of a non-functional one
This requires nil checks in core.rotate_node and core.rotate_and_place.
2018-06-03 17:31:59 +02:00