Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Since minetest has no mobs within the core anymore, I suppose these
settings and code should go. Any mod that uses `minetest.setting_getbool`
will work with no problem since the default return value is `false`.
|
|
|
|
|
|
|
|
|
|
|
|
Check if mesh is here before adding to meshcollector.
Fix deleting the meshes.
|
|
|
|
|
|
|
|
|
|
sky.cpp: m_bgcolor.getAlpha() was being used before initialised
mesh related: m_highlight_mesh_color was being used uninitialised
|
|
pause menu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bring privileges
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fetched by android api on init.
Fix android missing version information
|
|
|
|
Fixes: http://i.imgur.com/arAWw1i.png (middle-right)
|
|
|
|
|
|
|
|
|
|
Broken by 6bc4cad0eddd7a7cf593ca1471599e2d75727379, e.g.
minetest --worldname world
would be parsed as
minetest --worldname --worldname
|
|
Broken by 6bc4cad0eddd7a7cf593ca1471599e2d75727379 because database-redis.h
depended on settings.h to include filesys.h.
|
|
|
|
|
|
Changes:
* Indentation with tabs by default.
* Array keys dumped without "[i] = " prefix.
* String keys that are valid identifiers aren't enclosed in '[""]'.
* Basic support for multiple references (as specified in the comment).
|
|
Caused by a020d1b653f94fbcaac06c15f9dbab4521fda355.
|