Perttu Ahola
4da1705e81
Fix typo in scriptapi.cpp in minetest.get_craft_recipe()
2012-07-21 15:32:46 +03:00
darkrose
8e9ae4a20f
Check for table type when reading groups from Lua
2012-07-21 02:35:45 +03:00
darkrose
b556ef87cb
Add minetest.get_craft_recipe()
2012-07-21 02:33:22 +03:00
Perttu Ahola
7564aae27e
Allow defining player's inventory form in Lua
2012-07-19 14:09:16 +03:00
Perttu Ahola
13c106cfd1
Fix /builtin/misc.lua:47: attempt to call method 'is_player' (a nil value)
2012-06-19 00:50:07 +03:00
Kahrl
05d8ea0ebb
Custom boxy nodes (stairs, slabs) and collision changes
2012-06-17 16:34:39 +03:00
Perttu Ahola
ec937ecdd8
Properly and efficiently use split utility headers
2012-06-17 02:40:36 +03:00
Perttu Ahola
bb0e71078d
Fix "Node placement prediction failed for (places __default) - Name not known"
2012-06-16 22:45:35 +03:00
Perttu Ahola
92b131d6d1
Node texture animation
2012-06-16 16:47:28 +03:00
Perttu Ahola
3946557a18
Node placement client-side prediction
2012-06-10 12:46:48 +03:00
Kahrl
d8c8d223ac
Allow replacements in cooking and fuel recipes
2012-06-06 00:22:34 +03:00
Perttu Ahola
2068ff4505
Add after_destruct and cache the existence of on_construct, on_destruct and after_destruct for quick skipping when a node does not have them
2012-06-05 23:51:37 +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
Perttu Ahola
e70b6545b1
Switch the license to be LGPLv2/later, with small parts still remaining as GPLv2/later, by agreement of major contributors
2012-06-05 18:54:07 +03:00
darkrose
6272bf0521
Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not empty in minimal game
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
7a4ddfed3a
minetest.get_craft_result
2012-06-03 22:31:01 +03:00
Perttu Ahola
be0c9426b8
NodeMetaRef:{to,from}_table and lua_api.txt additions
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
42c7767361
Implement sign using form field protocol
2012-06-03 22:31:01 +03:00
Perttu Ahola
51e31bf486
Add node on_construct, on_destruct callbacks and update lua_api.txt
2012-06-03 22:31:00 +03:00
darkrose
65dd2d43a8
Strip unneeded variables from NodeMetadata
2012-06-03 22:31:00 +03:00
Kahrl
20492dbc41
WIP node metadata, node timers
2012-06-03 22:31:00 +03:00
Perttu Ahola
9b984d0520
EnvRef:find_nodes_in_area(minp, maxp, nodenames)
2012-04-08 14:37:12 +03:00
Sergey Gilfanov
6e675394dc
PerlinNoise for Lua.
2012-04-07 13:39:01 +03:00
Perttu Ahola
50b22888e4
Add EnvRef:find_node_near(pos, radius, nodenames)
2012-04-06 22:44:42 +03:00
Perttu Ahola
01984e389e
Remove debug output
2012-04-04 13:20:56 +03:00
Perttu Ahola
624b33cdb5
Fix dropped nodeitem visuals
2012-04-04 13:16:09 +03:00
Perttu Ahola
2fd0828881
Implement dropped items as LuaEntities; leave the old ones as is for compatibility
2012-04-01 16:06:01 +03:00
Perttu Ahola
694b981c14
Remplement and improve /setting in Lua, now called /set
2012-04-01 13:08:52 +03:00
Perttu Ahola
260d45f0b5
Allow getting the path of builtin.lua using minetest.get_modpath("__builtin")
2012-04-01 12:38:14 +03:00
Perttu Ahola
0abf89eb12
Add 'fly' and 'fast' privileges and the underlying privileges-to-client system
2012-03-31 16:25:02 +03:00
Perttu Ahola
c3392de87e
initial_properties field in entity definition
2012-03-31 13:50:25 +03:00
Perttu Ahola
e6a7e89b85
Reimplement authentication handler in Lua; now we have 1) infinite privilege names, 2) minetest.register_authentication_handler()
2012-03-30 18:42:18 +03:00
Perttu Ahola
0f0e3a6b90
ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on players too!
2012-03-30 13:34:21 +03:00
Perttu Ahola
090b33ec21
ObjectProperties
2012-03-30 12:51:51 +03:00
Kahrl
2272917253
on_joinplayer + on_leaveplayer + scriptapi_run_callbacks + bugfix
...
Add minetest.register_on_joinplayer and minetest.register_on_leaveplayer,
make adding new callbacks to scriptapi.cpp easier by adding
scriptapi_run_callbacks, also fix a minor bug with PlayerSAO <->
singleplayer mode interaction
2012-03-29 14:27:09 +03:00
Kahrl
bbb2502894
added PlayerSAO and RemotePlayer, removed ServerRemotePlayer
2012-03-29 14:05:45 +03:00
Perttu Ahola
23011cb91b
Rework tool_capabilities a bit (maxwear->uses, scale dig time according to leveldiff)
2012-03-29 13:35:20 +03:00
Perttu Ahola
c6f1ccf309
Add EnvRef:set_node()
2012-03-28 22:50:08 +03:00
Perttu Ahola
e9909970d8
Add range option to PseudoRandom:next()
2012-03-28 22:01:23 +03:00
Perttu Ahola
a4c01db175
Add blockseed to on_generated
2012-03-28 22:01:21 +03:00
Perttu Ahola
0a9aee3883
Add minetest.is_singleplayer()
2012-03-28 13:22:48 +03:00
Perttu Ahola
7242af8105
Add PseudoRandom in Lua API
2012-03-28 00:38:20 +03:00
Perttu Ahola
026f4f2fc8
Lua API for playing sounds
2012-03-24 19:01:26 +02:00
Perttu Ahola
0719b6a71d
Add sound.dig
2012-03-24 11:10:28 +02:00
Perttu Ahola
c602655b31
Add sounds, tune things
2012-03-24 04:24:26 +02:00
Perttu Ahola
753a1999e6
Add event manager and use it to trigger sounds
2012-03-24 04:24:26 +02:00
Perttu Ahola
2e90ed07ac
Dynamic sky, fog and cloud colors; sun and moon
2012-03-18 13:42:18 +02:00
Perttu Ahola
5957fed9a7
Fix and improve Server's privilege get/setters
2012-03-15 15:38:59 +02:00