| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The previous code did not work when the list did not start at index 0
of the inventory list (issue #779).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The 50 ms delay causes frequent test failures on certain systems with
slow network stacks, these failures go away with the 100 ms variant.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
player_falling_damage.ogg when recieving falling damage
|
| |
|
|
|
|
|
|
| |
existing models)
This reverts commit 649dca4d16786ed4e5b74878f56b86dea4f02542.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Now Environment::clearAllObjects() unloads unused blocks in an interval
defined by max_clearobjects_extra_loaded_blocks (default 4096).
|
| |
|
|
|
|
|
|
|
| |
This fixes the bug where noMenuActive() keeps returning false after
closing a menu until the mouse is moved, rendering the keyboard
unusable (the_game calls input->clear() every frame when
noMenuActive() is false).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This should fix #730.
|
| |
|
| |
|
|
|
|
| |
Makes the result compatible with the minetest.get_inventory(location) param.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
On the lua side, notably minetest.env:<function>(<args>) should now
be replaced by minetest.<function>(<args>).
The old way is and will stay supported for a long time.
Also:
Update and clean up lua_api.txt (by celeron55)
Move EnvRef to lua and remove add_rat and add_firefly (by kahrl)
Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
|
| |
|
|
|
|
| |
group connect_to_raillike
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|