- Mar 13, 2015
- Mar 12, 2015
-
-
SmallJoker authored
-
Loïc Blot authored
Add Player::isDead function to check player is dead
-
Loïc Blot authored
-
paramat authored
-
- Mar 11, 2015
-
-
est31 authored
Previously, tooltips didn't unescape escaped formspec texts. Item descriptions that trigger tooltips like inside inventories or for item_image_button don't need to get unescaped, as they don't get set using formspec, but from lua.
-
paramat authored
-
paramat authored
-
ShadowNinja authored
-
- Mar 10, 2015
-
-
Zeno- authored
Without this, cavegen will use values in the heightmap before they are initialized.
-
- Mar 09, 2015
-
-
Zeno- authored
Behaviour on Android remains the same until other alternatives can be devised (if possible) See #2425 (and the many other -- now closed -- issues reporting this feature as a bug)
-
- Mar 08, 2015
-
-
Loïc Blot authored
Also change bzero to memset. bzero doesn't work on windows
-
Loïc Blot authored
-
ShadowNinja authored
-
MoNTE48 authored
ARMv7 default build Update curl Update OpenSSL
-
paramat authored
Heightmaps: Fix uninitialised values in mgv5/mgv6. findGroundLevel: Return -MAP_GENERATION_LIMIT if surface not found
-
gregorycu authored
-
ShadowNinja authored
This caused confusing error messages like "argument #4 to set_node is not a string."
-
Mahmut Elmas authored
-
est31 authored
-
- Mar 07, 2015
- Mar 06, 2015
-
-
ShadowNinja authored
-
ShadowNinja authored
-
paramat authored
Add schematic decoration force placement flag
-
- Mar 05, 2015
-
-
BlockMen authored
-
Loïc Blot authored
-
Loïc Blot authored
-
Loïc Blot authored
-
Zeno- authored
-
Loïc Blot authored
-
Loïc Blot authored
* Also change some std::list to std::vector for ClientMap::renderMap * Remove disabled code in ClientMap::renderMap, disabled since a long time
-
Loïc Blot authored
-
Loïc Blot authored
Server.cpp Use std::list instead of std::vector for playSound, fillMediaCache, sendRequestedMedia, sendMediaAnnouncement and related functions
-
Loïc Blot authored
Server::AsyncRunStep: buffered_messages now uses std::vector instead of std::list. * sendRemoveNode and sendAddNodes are also converted as a side effect
-