- Jan 21, 2013
-
-
Jeija authored
If USE_CURL is set, it also downloads a list from a remote server. The url of this list is configurable in minetest.conf using the setting "serverlist_url" The local list of favorite servers is saved in client/serverlist/filename filename is also configureable using the setting "serverlist_file"
-
- Jan 14, 2013
- Jan 12, 2013
-
-
PilzAdam authored
-
Jürgen Doser authored
liquid_kind was declared as an u8, but used to hold a content_t value, which is delcared to be a u16. changing this fixes (at least for me) the problem reported in bug #414.
-
- Jan 11, 2013
-
-
Jürgen Doser authored
Previously, when a block was activated, on_timer callbacks where called with the relative position of the node inside the block, instead of the absolute position of the node.
-
- Jan 07, 2013
-
-
DannyDark authored
-
PilzAdam authored
-
PilzAdam authored
-
sapier authored
-
RealBadAngel authored
-
- Jan 04, 2013
-
-
Ilya Zhuravlev authored
-
Jeija authored
-
PilzAdam authored
-
DannyDark authored
Since commit 5a13c494 when I'm in a new area of the world that hasn't yet been generated the debug log gets flooded with the following error: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:dirt_with_grass" at (729,1,-219) (block (45,0,-14)) This commit fixes that.
-
PilzAdam authored
Can be turned off in the key change GUI or in minetest.conf via doubletab_space
-
Jeija authored
Configure using repeat_rightclick_time in minetest.conf
-
PilzAdam authored
-
- Jan 03, 2013
- Jan 02, 2013
-
-
PilzAdam authored
-
PilzAdam authored
-
Perttu Ahola authored
Add ServerEnvironment::setNode()/removeNode() to allow setting nodes from the C++ side with proper script-defined initialization/destruction
-
Perttu Ahola authored
-
Perttu Ahola authored
-
sapier authored
-
RealBadAngel authored
-
- Dec 30, 2012
-
-
DannyDark authored
With latest upstream L-Systems treegen.
-
RealBadAngel authored
-
- Dec 27, 2012
-
-
PilzAdam authored
-
Esteban I. Ruiz Moreno authored
-
- Dec 26, 2012
-
-
PilzAdam authored
-
- Dec 23, 2012
-
-
Perttu Ahola authored
-
- Dec 22, 2012
-
-
DannyDark authored
-
Ilya Zhuravlev authored
-
- Dec 21, 2012
-
-
Ilya Zhuravlev authored
-
- Dec 20, 2012
-
-
DannyDark authored
Fixed the compiler not being able to determine which symbol it should use when compiling Minetest as 64bit with Irrlicht 1.8+
-
- Dec 18, 2012
-
-
sfan5 authored
-
- Dec 17, 2012