Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shaders are used
|
|
|
|
like water
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed also game bug drawing dragged item behind fields, buttons etc.
|
|
|
|
|
|
by using the cursor coordinates directly, instead of updating them only when a mouse event is seen.
|
|
This is not a problem on POSIX systems (these directories are
ignored by the POSIX implementation of fs::GetDirListing() in
filesys.cpp), but these directories still are reported on Windows
systems. This becomes a problem when mod authors use version
control systems that create directories like ".git" or ".svn"
and collectMods() picks up on them. It has also been suggested
that ignoring such directories would allow for the easily disabling
mods by inserting a "." in front of their name.
This quick fix simply makes collectMods() ignore directories
beginning with a ".".
|
|
|
|
Scripts can call minetest.register_on_shutdown() to register a
shutdown hook.
Document that minetest.register_on_shutdown() callbacks may not be run
If the server crashes, it is unlikely that callbacks registered using
minetest.register_on_shutdown() will be called.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
forgotten for cubes previously). This allows transparent png images to work properly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|