1F616EMO
5dafdeea48
Move things from LDoc to game_api.txt
2024-09-01 07:21:43 +08:00
1F616EMO
b5c297c1b7
use node_dig again, and get rid of pcalls
2024-09-01 07:17:46 +08:00
1F616EMO~nya
eb68b33ba9
Use vector.offset
...
Co-authored-by: sfan5 <sfan5@live.de>
2024-09-01 07:13:56 +08:00
1F616EMO
b49153cf12
Do the fixes
2024-08-04 07:28:19 +08:00
1F616EMO
f19fa6eb47
Finish handling errors
2024-06-25 19:07:12 +08:00
1F616EMO~nya
5ae2b04d72
[WIP] Move in_deg_up to start and end of function
...
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
2024-06-25 18:56:51 +08:00
1F616EMO
0b006fccf9
Documentation of new function
2024-06-22 14:44:22 +08:00
1F616EMO
0e79158f15
Follow lua_api.md specification
2024-06-17 21:20:52 +08:00
1F616EMO
3e2deae1c8
Oh forgot to commit
2024-06-17 18:54:33 +08:00
1F616EMO
df9c221ccc
Apply some reviews
2024-06-17 18:51:10 +08:00
1F616EMO
cd3920c61b
Do what it should do
2024-06-17 16:59:21 +08:00
1F616EMO
ee30e3af28
Merge branch 'master' into fork-20240617-dig_up-no-recursive
2024-06-17 16:55:44 +08:00
1F616EMO
4ce5dba268
Get rid of recursive call in default.dig_up
2024-06-17 16:50:48 +08:00
1F616EMO~nya
82b017af6b
Avoid using the global 'table' as a function argument name
...
Co-authored-by: José Douglas da Silva Souza <44056294+JoseDouglas26@users.noreply.github.com>
2024-06-16 20:08:42 +02:00
imre84
d86435d86c
Extend inventory action logging to include bones ( #3040 )
2023-07-05 23:14:02 +02:00
Lars Mueller
16b6bdde0a
default.set_inventory_action_loggers
: Hook (instead of replace) callbacks
2023-06-06 18:07:37 +02:00
nixnoxus
0c2ee1e41d
Deduplicate player action logging, silence fake player actions ( #2941 )
2022-05-06 20:04:55 +02:00
paramat
0c1252bcf5
Balance sounds, remove silent water footstep
2022-01-23 18:07:59 +01:00
sfan5
08b13c9efb
Fix deprecated alpha / use_texture_alpha use
2021-02-07 11:48:05 +01:00
An0n3m0us
befed5525a
Replace some sounds with new sounds ( #2605 )
2020-08-29 01:16:36 +01:00
SmallJoker
1da168b3c3
Craftguide: Fix error caused by removing invalid recipes ( #2732 )
2020-08-23 14:35:12 +02:00
An0n3m0us
686fdb5c06
Add different woods to mese posts ( #2599 )
2020-08-16 13:21:22 +02:00
Paramat
b2d0f0ac8d
Update nodes papyrus can grow on, include default:dry_dirt ( #2705 )
...
Fixes papyrus not growing on savanna dirt.
Also updates the nodes papyrus can grow on, which were incorrect for a long time.
2020-06-21 23:24:56 +01:00
Paramat
e8a7e75319
Make dry grass spread on default:dirt again ( #2687 )
2020-06-16 20:42:45 +01:00
sfan5
84da00acd4
Add node particles when leafdecay removes a node ( #2686 )
2020-05-25 15:56:23 +02:00
sfan5
d3e26dba18
Convert minetest.sound_play uses to ephemeral
2020-02-05 22:24:23 +01:00
Lejo
beb0aefa2d
Make can_interact_with_node() check for key group instead of default:key
2020-01-06 21:16:33 +00:00
Thomas--S
1940961d63
Move duplicate recipe from books to default.register_craft_metadata_copy()
...
This allows mods to easily implement the same behaviour, e.g. for letters.
2020-01-04 00:09:58 +00:00
Alex Yst
c800398593
Always disable leafdecay for player-placed leaves, even when 'sneaking'
...
Avoids player-placed leaves decaying when building while sneaking, which is common.
2019-09-28 21:10:26 +01:00
leucome
00f9287075
Leafdecay: Use param2 ~= 1 instead of param2 == 0
2019-09-19 02:13:18 +01:00
mbartlett21
c42a525ce8
Add option for non-jumpable fences and walls
...
Add an option, default disabled, to extend the collision boxes upwards.
2019-09-16 21:38:02 +01:00
coil
3a3f71aa50
Verify object is player before checking privs ( #2448 )
...
This prevents a crash when a 'nil' digger is passed by the engine to
minetest.node_dig.
2019-08-19 19:24:19 +02:00
TumeniNodes
c32b8adaa3
Add 'dry dirt' and 'dry dirt with dry grass' nodes for savanna biome
2019-07-26 17:50:44 +01:00
acmgit
61bfac0fa2
Prevent potential crash caused by moss growth ABM
2019-06-02 18:50:20 +01:00
HybridDog
0291c6b210
Moss growth ABM: Add inner and outer cobble stairs, simplify code
2019-04-06 21:35:48 +01:00
TumeniNodes
f583d90c94
Fence rails: Allow connections to walls
2018-10-11 19:31:35 +01:00
Paramat
24900f7da5
Fence rail: Only connect to fences. Update map mod README recipe
...
Fence rail: Only connect to 'group:fence'.
Update map mod README crafting recipe documentation.
2018-09-25 19:42:19 +01:00
Paramat
ef7bd43829
Remove coral air-death ABM
2018-07-10 03:51:41 +01:00
TumeniNodes
7e1b07fddd
Add fence rails
...
Dedicated fence rail textures coming in a follow-up PR.
2018-07-07 19:03:33 +01:00
paramat
8f85ca57f3
Intersects_protection(): Remove from Minetest Game
...
Add compatibility code with deprecation warning.
2018-02-03 03:46:13 +00:00
DTA7
a2d7678ffd
Add nil checks for placer
2017-11-15 23:16:28 +00:00
paramat
3f14d1012d
Footstep sounds: 5 new sounds
...
Original recording by Ryding.
http://freesound.org/people/Ryding/
Found by Anth0rx, edited by paramat.
Add and use 'default.node_sound_snow_defaults()' function.
2017-10-24 04:21:34 +01:00
Hybrid Dog
f928780946
Register fence: Allow setting nodedefs to 'false'
2017-08-18 18:46:44 +01:00
paramat
7ffd176f48
Lava cooling: Increase interval to 2
...
An excessive load has been reported caused by the node searching, so even
when no lava is present.
2017-08-01 03:57:10 +01:00
vorunbekannt75@web.de
626cd8e9c7
Default: Revert "Default: Shorter and better ABMs"
...
This reverts commit e523c3a296
to re-enable
the overriding and redefinition of these global functions.
2017-06-08 10:35:54 +01:00
paramat
eec1c5a03b
Settings: Use new settings object
2017-05-24 07:18:26 +01:00
theFox6
e523c3a296
Default: Shorter and better ABMs ( #1739 )
...
Action of some abm's call functions directly, instead of calling the function inside a function.
2017-05-20 14:32:52 +02:00
Ezhh
08706313f4
Add option to disable lavacooling ( #1726 )
2017-05-07 18:25:53 +02:00
paramat
9e4f0d3689
Leafdecay: Do not restart aready running timers
2017-04-11 03:57:07 +01:00
Thomas--S
6a55e150af
Doors: Fix wood/glass doors not opening or closing
...
Some code was lost during a rebase of a recently merged commit (73e4666
).
2017-03-19 00:43:12 +00:00