aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-28Don't use variable length arraysShadowNinja
2013-11-27Rollback fixes and get_node_actionsShadowNinja
2013-11-27SQLite rollbackMario Barrera
2013-11-25Fix line_of_sight (AGAIN)sapier
2013-11-24Reenable -dev suffixPilzAdam
2013-11-24Bump version to 0.4.80.4.8kwolekr
2013-11-24Don't continue trying to deserialize blank block datakwolekr
2013-11-24Temporary disable local install button due to irrlicht dialog breaking ↵sapier
localization
2013-11-23Fix my name (doesn't display correctly because of utf8 characters)Novatux
2013-11-23Fix rename modpack button not working, fixes #1019Sfan5
2013-11-23Run updatepo.shPilzAdam
2013-11-23Translated using Weblate (Spanish)Pablo Lezaeta
2013-11-23Translated using Weblate (Russian)Anton Tsyganenko
2013-11-23Translated using Weblate (Polish)Maciej Kasatkin
2013-11-23Translated using Weblate (Czech)Jakub Vaněk
Myslím, že se jedná o IME Convert klávesu: http://msdn.microsoft.com/en-us/library/system.windows.input.key.aspx
2013-11-23Translated using Weblate (Romanian)King Artur
2013-11-23Translated using Weblate (Czech)Jakub Vaněk
Myslím, že se jedná o IME NonConvert klávesu: http://msdn.microsoft.com/en-us/library/system.windows.input.key.aspx
2013-11-23Translated using Weblate (Czech)Frantisek Simorda
2013-11-23Translated using Weblate (Spanish)Pablo Lezaeta
2013-11-23Translated using Weblate (Czech)Heisenberg CZE
2013-11-23Translated using Weblate (Spanish)Pablo Lezaeta
2013-11-23Translated using Weblate (Czech)Petr Hála
2013-11-23Translated using Weblate (Czech)Heisenberg CZE
2013-11-23Translated using Weblate (Czech)Heisenberg CZE
2013-11-23Translated using Weblate (Czech)Petr Hála
2013-11-23Fix invalid escape sequence in database migration codeKahrl
2013-11-23Prevent enabling Shaders if Direct3D is usedSfan5
2013-11-23Fix crash when pressing Enter key in formspec menuKahrl
2013-11-21Fix usage of 'minetest' where 'engine' was intendedShadowNinja
2013-11-21Fix possible implicit conversion of NULL to std::stringkwolekr
2013-11-21LuaVoxelManip: Update parameter index of set_lighting()kwolekr
2013-11-21Mapgen V6: Respect water_level settingkwolekr
2013-11-19Fix modmanager screenshot pathBlockMen
2013-11-18fix gettext compile issues under win32MetaDucky
2013-11-17Fix issue #1009 (minetest.get_connected_players() returns non-existing players)kwolekr
2013-11-17Increase liquid_loop_max to 10000 againPilzAdam
2013-11-17Revert patch 58f036ad1 that causes object duplication (which tried to fix ↵Perttu Ahola
objects getting hidden from client) and fix the original problem correctly. This fixes the second distinct object duplication bug.
2013-11-17Fix Result of processed Request was written to invalid (non existent) ↵sapier
ResultQueue if requesting thread timed out before
2013-11-17Add missing RequestQueue docsapier
2013-11-17Fix multicaller support in RequestQueuesapier
2013-11-17Do the same for LevelDB interfacekwolekr
2013-11-17Handle blank blocks in databasekwolekr
Fix screwed-up indentation
2013-11-17Revert "Don't use msvc libs for mingw build"kwolekr
This reverts commit 3985c01ad71159b888677d0fe2019d7a05debeed.
2013-11-17Replace print()s with minetest.log() in builtinPilzAdam
2013-11-17Prevent shaders from being created when disabledkwolekr
2013-11-17Add CURL_DLL search to show up CURL_DLL in cmake gui and don't silently ↵sapier
ignore missing CURL_DLL
2013-11-17Don't use msvc libs for mingw buildsapier
2013-11-17Decoration: Stop DecoSimple::resolveNodeNames from complaining about no node ↵kwolekr
name if decolist is used Fix warning message for spawnby nodes Prevent type-punning warning caused by casting enum to int
2013-11-17Actually fix weatherkwolekr
The real problem was that MapBlocks were not activated before getting sent to the client
2013-11-16Fix invalid listname and listsize not handled correctly in set_sizesapier