| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Concatenate the thread id as string instead of adding it to the pointer
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Mods are placed in $path_<user/share>/mods
They can be enabled per world in world.mt or the configure world window
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
header, footer}.png for other tabs
|
| |
|
| |
|
| |
|