PilzAdam
087d074126
Only check attachment for nodes with group attached_node
2012-12-01 15:20:53 +01:00
PilzAdam
964fb6a85a
Add the group attached_node
...
Nodes in this group will be dropped as items if the node under them or the node in the wallmounted direction is not walkable.
2012-12-01 13:32:32 +01:00
DannyDark
1003c71299
Log /grant and /revoke command usage
2012-11-30 22:12:21 +02:00
Matthew I
056d277f53
Add shutdown hook interface to Lua API
...
Scripts can call minetest.register_on_shutdown() to register a
shutdown hook.
Document that minetest.register_on_shutdown() callbacks may not be run
If the server crashes, it is unlikely that callbacks registered using
minetest.register_on_shutdown() will be called.
2012-11-30 19:26:51 +02:00
Perttu Ahola
adda5896e6
Revert "Use wielditem drawtype for all nodes in item_entity"
...
This reverts commit ffad18e42442fed10c312adc989fc62b74e05896.
2012-11-27 17:32:58 +02:00
PilzAdam
3b0440feef
Use wielditem drawtype for all nodes in item_entity
2012-11-26 18:30:07 +01:00
Anthony
0306947694
Fix server crash on /clearpassword
...
According to #253 , using `/clearpassword` without an argument causes the server to crash from an assertion failure. I've resubmitted matttpt's patch as a pull request to aid in merging.
2012-11-20 16:45:30 +01:00
PilzAdam
4a95515070
Merge pull request #274 from PilzAdam/falling
...
Fix a bug in falling code where entities get stuck
2012-11-03 15:14:14 -07:00
PilzAdam
dd9b654d7f
Make air and ignore drop nothing
2012-11-03 18:29:01 +01:00
PilzAdam
addc8e7486
Fix a bug in falling code where entities get stuck
2012-11-03 18:07:49 +01:00
PilzAdam
1db601cd06
Remove a useless comment
2012-10-31 19:08:00 +01:00
PilzAdam
c892f18215
Move falling to builtin
2012-10-31 19:06:11 +01:00
Perttu Ahola
75c3f41fb2
Statically store always_collect field of __builtin:item
2012-09-09 23:14:41 +03:00
Perttu Ahola
debbe86ac9
Add overridable function for handling dropped items from nodes
2012-09-02 19:38:44 +03:00
Perttu Ahola
70f1f66652
Fix github issue #213 : Dropping unknown items crashes the game
...
The items will now just disappear when dropped.
2012-08-19 10:55:04 +03:00
Matthew I
d812f4de81
Move chat commands to Lua and remove servercommand.{cpp,h}
...
Commands moved:
/me
/status
/time
/shutdown
/ban
/clearobjects
2012-08-12 16:45:58 +03:00
Matthew I
32b064eb21
Allow digging of unknown nodes
...
This allows the removal of nodes with unknown types.
get_item_callback() (C++) would fail if a node has an unknown type. Now it
will try using the callback from minetest.nodedef_default in this case.
Also, minetest.node_dig() (Lua) was altered to always allow digging when
the node definition is empty (i.e. unknown node).
2012-08-12 16:04:18 +03:00
Perttu Ahola
dcfd402697
Make the rollback system VERY FUCKING GOD DAMN POWERFUL
2012-07-27 13:24:28 +03:00
Perttu Ahola
ec37061ad3
Don't track liquids for rollback because of too much log
2012-07-27 02:46:54 +03:00
Perttu Ahola
3303470fbc
Experimental-ish rollback functionality
2012-07-27 02:27:18 +03:00
Perttu Ahola
0e8ad8b6b8
Deprecate minetest.add_to_creative_inventory and use group not_in_creative_inventory instead
2012-07-25 18:05:31 +03:00
Perttu Ahola
4183fdbe70
Remove special handling of creative mode
2012-07-25 14:07:45 +03:00
Perttu Ahola
1b2ae34ed4
Detached inventory callbacks and reworked node metadata callbacks
2012-07-25 02:36:54 +03:00
Perttu Ahola
305a52fdda
builtin/item.lua: callbacks with copies of positions and nodes rather than recycle the same ones, which callbacks can modify
2012-07-24 17:46:17 +03:00
Perttu Ahola
f7b06f5427
Add oldnode parameter to minetest.register_on_placenode callback
2012-07-23 20:44:56 +03:00
Perttu Ahola
277f9f9709
Fix building on top of (pointable && buildable_to) nodes
2012-07-23 20:42:08 +03:00
Perttu Ahola
992f5e5bdf
Move /give, /giveme, /spawnentity and /pulverize to builtin/chatcommands.lua
2012-07-23 17:43:08 +03:00
Perttu Ahola
243d9fb7d6
minetest.register_on_player_receive_fields()
2012-07-22 17:40:48 +03:00
Matthew I
64359d9cd8
Add "/mods" command to list mods to client
2012-07-22 13:36:10 +03:00
Perttu Ahola
75b4322729
Actually fix facedir-rotated nodes placed using minetest.env:place_node()
2012-07-21 21:23:15 +03:00
Perttu Ahola
414c84df64
Check whether node is known before reading definition in __builtin:item:on_step()
2012-07-21 16:36:14 +03:00
Calinou
6bb059ec5c
Message cleanups (consistency) and prevent /me when not allowed to shout
2012-07-21 02:27:58 +03:00
darkrose
70eb75cb29
Handle nil placer as it might occur when using minetest.env:place_node. (Uberi)
2012-07-21 02:27:46 +03:00
Perttu Ahola
e48d1b54bc
Fix /setpassword and /clearpassword
2012-06-16 23:35:11 +03:00
Perttu Ahola
1bf95a078a
Remove tiles and special_tiles from node definition prototype because otherwise the old names can't be used
2012-06-16 18:02:26 +03:00
Perttu Ahola
fc3ebc5509
Update field names to non-deprecated ones in node definition prototype
2012-06-16 17:05:21 +03:00
Perttu Ahola
3946557a18
Node placement client-side prediction
2012-06-10 12:46:48 +03:00
Perttu Ahola
5aaf703021
Don't deprecate minetest.register_on_placenode and minetest.register_on_dignode
2012-06-08 01:51:23 +03:00
Perttu Ahola
a1304d4c88
Add minetest.serialize() and minetest.deserialize()
2012-06-07 00:05:00 +03:00
Perttu Ahola
d27ed7becb
place_node, dig_node and punch_node; an in-game tester tool; remove old code
2012-06-05 23:10:07 +03:00
darkrose
c68300df20
Add can_dig callback
2012-06-03 22:31:02 +03:00
Perttu Ahola
2b6e1d9378
Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return a string to aid better inter-object compatibility of code that assumes objects to be players
2012-06-03 22:31:01 +03:00
Perttu Ahola
55ae48ff63
Implement locked chest; add after_place_node and after_dig_node node callbacks
2012-06-03 22:31:01 +03:00
Perttu Ahola
242091e336
on_metadata_inventory_{move,offer,take}
2012-06-03 22:31:01 +03:00
Perttu Ahola
09c48e831d
Random node metadata things
2012-06-03 22:31:00 +03:00
Perttu Ahola
bb6ee5d0b2
Attempt to begin to implement chests and furnace in Lua (with problems)
2012-06-03 22:31:00 +03:00
Perttu Ahola
95610290ec
Take out the "Privileges of foo are hidden from you." response of /privs
2012-05-19 12:42:55 +03:00
Perttu Ahola
1f97b2641d
Fix executing register_chatcommand-defined commands even in the middle of a chat line
2012-04-13 17:20:48 +03:00
Perttu Ahola
0062d3eb0e
basic_privs to allow granting/revoking interact_extra too
2012-04-10 00:41:28 +03:00
Perttu Ahola
c8ac53f271
Support static_spawnpoint setting
2012-04-09 23:32:13 +03:00