Loïc Blot
|
584d00a01c
Add minetest.bulk_set_node call + optimize Environment::set_node call (#6958)
|
6 years ago |
Vitaliy
|
75320e7e88
Real global textures (#6105)
|
7 years ago |
Loïc Blot
|
6f1c907204
Implement mod communication channels (#6351)
|
7 years ago |
Rui
|
c0dac4d928
Remove nodeupdate completely (#6358)
|
7 years ago |
Loïc Blot
|
550c0404a8
Add LuaEntity on_death callback (#6177)
|
7 years ago |
sfan5
|
071e114ffa
Private nodemeta (#5702)
|
7 years ago |
sfan5
|
7279f0b373
Add particle animation, glow
|
7 years ago |
Rogier
|
f4d718c538
Minimal game: Use field 'tiles' instead of 'tile_images'
|
8 years ago |
Kahrl
|
26f4a5c110
Minimal game: add /dummyball <count> command
|
10 years ago |
sapier
|
ab43377577
Move scriptapi to separate folder (by sapier)
|
11 years ago |
khonkhortisan
|
1586cdac53
unkn own block -> unkn own node
|
11 years ago |
Perttu Ahola
|
983e45ae92
Improve inventory callbacks a bit
|
12 years ago |
Perttu Ahola
|
9eaf93d41d
Detached inventory callbacks and reworked node metadata callbacks
|
12 years ago |
Perttu Ahola
|
2ac20982e0
Detached inventories
|
12 years ago |
Perttu Ahola
|
717ae67995
Add node timer test in minimal/experimental
|
12 years ago |
Perttu Ahola
|
6dfefaf229
Formspec button_exit[] and image_button_exit[]
|
12 years ago |
Perttu Ahola
|
acf3a43095
Add /test1 command to minimal for testing a more complicated player inventory form
|
12 years ago |
Perttu Ahola
|
0b61253931
Actually fix facedir-rotated nodes placed using minetest.env:place_node()
|
12 years ago |
Perttu Ahola
|
16ad10e62f
Allow defining player's inventory form in Lua
|
12 years ago |
Perttu Ahola
|
a435cfcd82
Allow groups in crafting recipes
|
12 years ago |
Perttu Ahola
|
3a0562bebc
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
|
12 years ago |
Perttu Ahola
|
c3658e7c79
place_node, dig_node and punch_node; an in-game tester tool; remove old code
|
12 years ago |
Perttu Ahola
|
20c377ca65
experimental:soundblock dig_immediate=3
|
12 years ago |
Perttu Ahola
|
4107390337
Make the minimal development test somewhat playable by adding ore generation and removing the player visual switch test
|
12 years ago |
Perttu Ahola
|
a869d23451
Fix sound direction and add experimental:soundblock alias sb in minimal for testing
|
12 years ago |
Perttu Ahola
|
dc70f50b59
initial_properties field in entity definition
|
12 years ago |
Perttu Ahola
|
80a64341f0
Add minetest.get_connected_players()
|
12 years ago |
Perttu Ahola
|
3241ad3ae8
ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on players too!
|
12 years ago |
Perttu Ahola
|
37b64ff616
Add minetest.after(time, func)
|
12 years ago |
Perttu Ahola
|
862d76b617
Move games/minetest to games/minimal and update README.txt
|
12 years ago |