36 Commits

Author SHA1 Message Date
MoNTE48
682e9f90f0 Fix statbar positions, carts warnings, birch textures 2019-07-17 19:58:34 +02:00
MoNTE48
6ce5a4e4b2 Add Item water flow (by TenPlus1), fix Statbars and backport Falling node sound from MT5.0 2019-07-09 13:54:16 +02:00
stujones11
4ee178380a Improve throwing and improve formspecs 2019-06-27 01:24:17 +02:00
stujones11
528f7f0be9 Add 'silent' armor group 2019-06-23 23:38:52 +02:00
MoNTE48
a51369d706 Update builtin 2019-06-22 01:09:54 +02:00
stujones11
9a65213458 Move throwing physics to builtin 2019-06-22 01:09:54 +02:00
MoNTE48
a66b108713 Update xpanes, combine colored glass, and hardened_clay, fix albino sheep (thanks @stujones11) 2019-06-18 10:00:26 +02:00
MoNTE48
bcf27bc33f Backport 'Builtin item: Tidy up' form MT 5.0 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
Maksim
d14587b282 Update creative and mainmenu formspec 2019-05-16 00:33:06 +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
paramat
6d346a817b Item entity: Delete in 'ignore' nodes 2018-06-03 17:32:00 +02:00
Maksim Gamarnik
4cd987b653 Merge Minetest 0.4.16 2017-06-06 23:03:34 +03:00
ShadowNinja
43d1f375d1 Use a settings object for the main settings
This unifies the settings APIs.

This also unifies the sync and async registration APIs, since the async
registration API did not support adding non-functions to the API table.
2017-05-06 15:33:19 -04:00
Dániel Juhász
58d83a7bb2 Hardware coloring for itemstacks
Adds the possibility to colorize item stacks based on their metadata.

In the item/node definition you can specify palette (an image file)
and color (fallback color if the item has no palette or metadata).
Then you can add palette_index to the metadata.

Dropped itemstacks with different colors do not merge.
2017-04-08 18:39:15 -07:00
Maksim Gamarnik
8cc092b177 Updated to Minetest ver. 0.4.15 2017-01-30 00:44:07 +02:00
Maksim Gamarnik
827084f5fb Update item_drop 2016-11-28 01:19:49 +02:00
paramat
643ac9dd7a Item entities: Don't show description as infotext
Partially reverts #3547
Infotext remains optional for objects, empty by default
2016-05-22 08:21:44 +01:00
Maksim Gamarnik
f9f5564517 Small update 2016-05-13 21:58:46 +03:00
Maksim Gamarnik
44f98aa061 ver. 1.1.2.3 2016-04-08 20:43:15 +03:00
Maksim Gamarnik
66d9352586 Remove ogg and item_drop improve 2016-04-01 00:26:03 +03:00
RealBadAngel
87291ea44a Show infotext with description for item entities 2016-01-18 17:21:41 +00:00
Robert Zenz
0876623aed Add the player name to dropped items
The player name is now added in the field "dropped_by" on the created
entity.
2015-11-12 00:47:11 +01:00
BlockMen
eb92bfb030 Check if hitter has inventory when punching item
Fixes #3280
2015-10-25 18:15:31 +01:00
est31
2a7d01b833 Some map border related fixes
1. Check for entity addition success in spawn_item implementation
2. Check for success in item_drop callback, so that the player
doesn't lose the item if they are outside bounds and try to drop it.
3. When existing player joins game, check that their position is inside
map bounds. If not, set their position to the return value of findSpawnPos().
4. Make findSpawnPos() respect the border

2 fixes a lua crash if a player drops an item outside map bounds.
3 fixes an assertion crash if a player leaves when being outside map bounds,
and then rejoins.
2015-09-29 23:06:15 +02:00
tenplus1
be18bd6a8c Don't crash if an item gets dropped into unloaded space
Items dropped into unloaded map space will crash game so here's a fix...
2015-05-15 00:15:25 +02:00
est31
178f536f08 Item entity merging refactor
Don't ident too much, and add a comment.
2015-05-15 00:06:18 +02:00
Calinou
d7b3046cf6 Make dropped items larger and rotate faster
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-04 21:10:12 +10:00
ShadowNinja
a6ba042cf7 Add strict module
Also fix leaking globals found by it.
2014-11-19 12:40:54 -05:00
RealBadAngel
18fe277d94 Item entity stacks merge on the ground.
Add TTL to item entities.
2014-05-23 22:46:05 +02:00
ShadowNinja
c4359ff65c Use "core" namespace internally 2014-05-08 13:02:04 -04:00
ShadowNinja
1cd512913e Organize builtin into subdirectories 2014-05-07 17:14:23 -04:00