| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
Lua does not guarantee that the indexes of a table will be in numerical order.
|
|
|
|
| |
Indexes for empty slots shall not be skipped.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
made optional this time; also fixed a slight bug with night values being ignored
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
name if decolist is used
Fix warning message for spawnby nodes
Prevent type-punning warning caused by casting enum to int
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
old_craft_grid, craft_inv) and
minetest.register_craft_predict(itemstack, player, old_craft_grid,
craft_inv)
|
| |
|
| |
|
|
|
|
|
| |
Conflicts:
src/script/lua_api/l_object.cpp
|
| |
|
| |
|
| |
|
| |
|
| |
|