Perttu Ahola
|
a1304d4c88
|
Add minetest.serialize() and minetest.deserialize()
|
2012-06-07 00:05:00 +03:00 |
|
Perttu Ahola
|
29bef2a8ab
|
Allow groups in crafting recipes
|
2012-06-06 23:39:17 +03:00 |
|
Perttu Ahola
|
7cc6a8a0dc
|
Fix small errors in lua_api.txt
|
2012-06-06 00:15:33 +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 |
|
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 |
|
darkrose
|
c68300df20
|
Add can_dig callback
|
2012-06-03 22:31:02 +03:00 |
|
Perttu Ahola
|
77b86e03c9
|
Implement image[<X>,<Y>;<W>,<H>;<texture name>] and allow floating-point values in formspec
|
2012-06-03 22:31:02 +03:00 |
|
Perttu Ahola
|
216c9667fe
|
Reshape inventory menu code
|
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
|
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
|
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
|
51e31bf486
|
Add node on_construct, on_destruct callbacks and update lua_api.txt
|
2012-06-03 22:31:00 +03:00 |
|
Perttu Ahola
|
ae5f4ee2e8
|
Add support for putting modpacks directly into mod directories
|
2012-05-21 19:49:35 +03:00 |
|
Perttu Ahola
|
e3cfb64475
|
Add "Registered definitions of stuff" to doc/lua_api.txt
|
2012-04-14 11:24:18 +03:00 |
|
Perttu Ahola
|
c8ac53f271
|
Support static_spawnpoint setting
|
2012-04-09 23:32:13 +03:00 |
|
Perttu Ahola
|
d1f338cb7e
|
Improve doc/lua_api.txt and add minetest.get_item_group(name, group)
|
2012-04-09 12:36:25 +03:00 |
|
Perttu Ahola
|
6a734c1cc6
|
Add minimal documentation about the $world/game/ addition
|
2012-04-08 23:32:53 +03:00 |
|
Perttu Ahola
|
d070ceeda3
|
minetest.get_node_group(name, group)
|
2012-04-08 18:39:55 +03:00 |
|
Perttu Ahola
|
9b984d0520
|
EnvRef:find_nodes_in_area(minp, maxp, nodenames)
|
2012-04-08 14:37:12 +03:00 |
|
Perttu Ahola
|
780da9d73c
|
Improve doc/lua_api.txt
|
2012-04-07 19:59:03 +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
|
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
|
eab8ecd2f7
|
Improve /grant and /revoke output, add /auth_reload
|
2012-03-31 17:26:44 +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
|
80c7a5024c
|
Fix doc/lua_api.txt
|
2012-03-31 14:27:04 +03:00 |
|
Perttu Ahola
|
c3392de87e
|
initial_properties field in entity definition
|
2012-03-31 13:50:25 +03:00 |
|
Perttu Ahola
|
f21491185e
|
More documentation in doc/lua_api.txt
|
2012-03-31 13:08:17 +03:00 |
|
Perttu Ahola
|
61990555a8
|
Allow group:groupname in ABM definition and implement minetest.hash_node_position()
|
2012-03-31 12:30:11 +03:00 |
|
Perttu Ahola
|
17d398ed69
|
Improved teleport command
|
2012-03-30 20:54:57 +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
|
fda8d069c9
|
minetest.register_chatcommand(cmd, def)
|
2012-03-30 01:45:23 +03:00 |
|
Perttu Ahola
|
6a9dcfae91
|
Use GenericCAO in place of LuaEntityCAO and PlayerCAO
|
2012-03-29 19:42:42 +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
|
7d89880d38
|
doc/lua_api.txt: minetest.get_worldpath(modname) -> minetest.get_worldpath()
|
2012-03-28 13:01:35 +03:00 |
|
Perttu Ahola
|
7242af8105
|
Add PseudoRandom in Lua API
|
2012-03-28 00:38:20 +03:00 |
|
Perttu Ahola
|
f4d02a8459
|
Fix and extend minetest.after(time, func, param)
|
2012-03-27 08:17:42 +03:00 |
|
Perttu Ahola
|
0b73397203
|
Add minetest.after(time, func)
|
2012-03-27 00:37:31 +03:00 |
|