Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fetched by android api on init.
Fix android missing version information
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Caused by a020d1b653f94fbcaac06c15f9dbab4521fda355.
|
|
|
|
|
|
This also cleans up settings a bit
|
|
|
|
Also check for (this == &other) before locking mutexes.
|
|
Also removed 2 unused functions.
|
|
|
|
|
|
|
|
|
|
Also clean up some related things.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|