aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-12Translated using Weblate (Dutch)E. Kastelijn
Currently translated at 97.0% (262 of 270 strings)
2015-09-12Translated using Weblate (Indonesian)Muhammad Rifqi Priyo Susanto
Currently translated at 97.7% (264 of 270 strings) This is a combination of 9 consecutive commits by the same author. Their messages in chronological order are: Translated using Weblate (Indonesian) Currently translated at 79.2% (214 of 270 strings) Translated using Weblate (Indonesian) Currently translated at 80.0% (216 of 270 strings) Ini merupakan istilah dan tidak perlu diterjemahkan Translated using Weblate (Indonesian) Currently translated at 89.6% (242 of 270 strings) Penerjemahan Translated using Weblate (Indonesian) Currently translated at 94.8% (256 of 270 strings) Penerjemahan Translated using Weblate (Indonesian) Currently translated at 95.9% (259 of 270 strings) Mencari persamaan makna Translated using Weblate (Indonesian) Currently translated at 96.2% (260 of 270 strings) Penerjemahan Translated using Weblate (Indonesian) Currently translated at 96.6% (261 of 270 strings) Mencari persamaan makna Translated using Weblate (Indonesian) Currently translated at 97.0% (262 of 270 strings) Penerjemahan Translated using Weblate (Indonesian) Currently translated at 97.7% (264 of 270 strings) Istilah tidak diterjemahkan
2015-09-12Translated using Weblate (Esperanto)Tim
Currently translated at 73.7% (199 of 270 strings)
2015-09-12Translated using Weblate (Dutch)E. Kastelijn
Currently translated at 90.7% (245 of 270 strings)
2015-09-12Translated using Weblate (German)Tim
Currently translated at 100.0% (270 of 270 strings)
2015-09-12Translated using Weblate (Esperanto)Tim
Currently translated at 44.8% (121 of 270 strings)
2015-09-12Translated using Weblate (Esperanto)Tim
Currently translated at 100% (0 of 0 strings) Created new translation.
2015-09-12Translated using Weblate (Czech)Jakub Vaněk
Currently translated at 100.0% (270 of 270 strings)
2015-09-12Translated using Weblate (Spanish)shadowninja
Currently translated at 100.0% (270 of 270 strings)
2015-09-12Translated using Weblate (Spanish)shadowninja
Currently translated at 100.0% (270 of 270 strings)
2015-09-12Translated using Weblate (Czech)Jakub Vaněk
Currently translated at 100.0% (270 of 270 strings)
2015-09-12Translated using Weblate (Czech)Jakub Vaněk
Currently translated at 95.5% (258 of 270 strings)
2015-09-12Translated using Weblate (Italian)betacentury
Currently translated at 82.9% (224 of 270 strings)
2015-09-12Translated using Weblate (Italian)betacentury
Currently translated at 80.7% (218 of 270 strings)
2015-09-12Translated using Weblate (Lojban)Wuzzy
Currently translated at 38.5% (104 of 270 strings)
2015-09-12Translated using Weblate (German)Wuzzy
Currently translated at 100.0% (270 of 270 strings)
2015-09-12Translated using Weblate (Lojban)Wuzzy
Currently translated at 100% (0 of 0 strings) Created new translation.
2015-09-12Translated using Weblate (Japanese)Rui
Currently translated at 100.0% (270 of 270 strings)
2015-09-12Translated using Weblate (Japanese)Rui
Currently translated at 100.0% (270 of 270 strings)
2015-09-12Translated using Weblate (Japanese)Rui
Currently translated at 100.0% (270 of 270 strings)
2015-09-12Translated using Weblate (German)hahoyer
Currently translated at 100.0% (270 of 270 strings)
2015-09-10networkprotocol.h: remove "u16 command" from docest31
Its obvious that "u16 command" is inside every packet, therefore this commit removes all mentions of the command, if non-array like notation is used. We already didn't add "u16 command" to new packets or removed it at packet changes, so now we remove it from existing packets.
2015-09-10Improve locale directory detectionest31
Use in-place locale directory if that exists, and static one (RUN_IN_PLACE or CUSTOM_LOCALEDIR) doesn't exist. Report to errorstream if neither static nor in-place locale dirs exist, and report successfully found paths to infostreem. Fixes two bugs: -> Regression of commit [1] where if we use RUN_IN_PLACE=false, but don't make install, locales aren't found. One might think this is no regression, as its no bug, but all other paths (mainmenu, etc.) are detected properly. -> Regression of commit [1] where locales don't work on windows. References: [1]: Commit 645e2086734e3d2d1ec95f50faa39f0f24304761 "Use CUSTOM_LOCALEDIR if specified" by @ShadowNinja
2015-09-08Update leveldb git urlest31
Google code was shut down, project moved to github.
2015-09-08Change m_client_event_queue's type to std::queueLoic Blot
As indicated in its name, m_client_event_queue should be a queue. Change std::list to std::queue to improve the queue's performance.
2015-09-08Add more information about how get_node_light works.Robert Zenz
2015-09-07Shaders: use triple-frequency waving for leaves and plantsparamat
2015-09-07Mgv5/mgv7 biomes: Reduce heat and humidity noise spreads to former value of 750paramat
2015-09-06Use CUSTOM_LOCALEDIR if specifiedShadowNinja
2015-09-06Fix occasionally failing travis buildsest31
We require sudo right now, tell this travis, so that they don't try to run it on their container based infrastructure.
2015-09-06Fix building on OSX, broken since "Clean up threading"Pavel Puchkin
Commit e4bff8be94c0db4f94e63ad448d0eeb869ccdbbd - Clean up threading by @ShadowNinja has broken the OSX build. Including things inside a namespace isn't good. Also fixes #3124.
2015-09-03Change my emailRui914
2015-09-03Rename minetest-icon.svg to minetest.svg - Fixes #1564HEXcube
-Complies with the Linux standard freedesktop icon naming specs: http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#guidelines -Ensures compatibility with icon themes -Edit minetest.desktop, CMakeLists.txt and README.md to reflect this change
2015-09-03Areastore: fix "attempt to index a number value"est31
Before, calling get_areas_in_area for an areastore with both include_borders and include_data would result in a lua error, if there was at least one area as result: attempt to index a number value in function 'get_areas_in_area'
2015-09-03Small fixes of minetest.has_featureRui
2015-09-02Add two missing directories to doxygenNer'zhul
2015-09-02Don't add line number to comment when running updatepo.shest31
Otherwise, this updates all .po files for all line numbers that changed since the last time updatepo.sh was run. We still add the filename, but this information shouldn't change too often. xgettext beginning with 0.18.4 supports this feature.
2015-09-01Warn when building without cURLShadowNinja
2015-09-01Enable server build when no builds are enabledShadowNinja
2015-09-01Make example config more readableMarcin
2015-09-01Minor tweaks __builtin:falling_nodeRui
2015-09-01Hide minimap if it has been disabled by serverest31
2015-09-01gettext.cpp: Fix syntax error when using MSVCjh10001
Also remove trailing whitespaces from the file
2015-08-31Credits tab: fix accidental merger of two contributorsest31
Fixes #3125
2015-08-31Make ClientInterface::statenames consistent with the state enum againest31
Fixes minetest.get_player_information segfault due to out of bounds access problems, when compiled as debug build.
2015-08-30l_mainmenu.h: remove unused l_get_dirlist functionest31
The commit 8f9af57314f71aae1cc77e13f9996e13015d776d "Add core.get_dir_list" by @ShadowNinja has removed the implementation of the l_get_dirlist function and all its usages from the l_mainmenu.cpp file, but hasn't removed it from the header file. The reason why this hasn't been detected earlier is that C++ has this interesting feature to still make it possible to create instances of classes whose never used private methods are declared but not defined.
2015-08-29Ores: change ore chance in clusters to better respect clust_num_ores for ↵Gael-de-Sailly
dense clusters
2015-08-29Dungeongen: Remove floating framesparamat
Preserves the rare unbroken protruding dungeons Fix random range for first room roomplace Fix checked volume for first room 'fits' bool and check for 'untouchable' flag instead of 'inside' Remove 'enable floating dungeons' setting
2015-08-27Push error handler afresh each time lua_pcall is usedKahrl
Fixes "double fault" / "error in error handling" messages (issue #1423) and instead shows a complete backtrace.
2015-08-27Use numeric indices and raw table access with LUA_REGISTRYINDEXKahrl