- Sep 12, 2015
-
-
Tim authored
Currently translated at 100% (0 of 0 strings) Created new translation.
-
Jakub Vaněk authored
Currently translated at 100.0% (270 of 270 strings)
-
shadowninja authored
Currently translated at 100.0% (270 of 270 strings)
-
shadowninja authored
Currently translated at 100.0% (270 of 270 strings)
-
Jakub Vaněk authored
Currently translated at 100.0% (270 of 270 strings)
-
Jakub Vaněk authored
Currently translated at 95.5% (258 of 270 strings)
-
betacentury authored
Currently translated at 82.9% (224 of 270 strings)
-
betacentury authored
Currently translated at 80.7% (218 of 270 strings)
-
Wuzzy authored
Currently translated at 38.5% (104 of 270 strings)
-
Wuzzy authored
Currently translated at 100.0% (270 of 270 strings)
-
Wuzzy authored
Currently translated at 100% (0 of 0 strings) Created new translation.
-
Rui authored
Currently translated at 100.0% (270 of 270 strings)
-
Rui authored
Currently translated at 100.0% (270 of 270 strings)
-
Rui authored
Currently translated at 100.0% (270 of 270 strings)
-
hahoyer authored
Currently translated at 100.0% (270 of 270 strings)
-
- Sep 10, 2015
-
-
est31 authored
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.
-
est31 authored
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 645e2086 "Use CUSTOM_LOCALEDIR if specified" by @ShadowNinja
-
- Sep 08, 2015
-
-
est31 authored
Google code was shut down, project moved to github.
-
Loïc Blot authored
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.
-
Robert Zenz authored
-
- Sep 07, 2015
- Sep 06, 2015
-
-
ShadowNinja authored
-
est31 authored
We require sudo right now, tell this travis, so that they don't try to run it on their container based infrastructure.
-
Pavel Puchkin authored
Commit e4bff8be - Clean up threading by @ShadowNinja has broken the OSX build. Including things inside a namespace isn't good. Also fixes #3124.
-
- Sep 03, 2015
-
-
Rui914 authored
-
HEXcube authored
-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
-
est31 authored
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'
-
Rui authored
-
- Sep 02, 2015
- Sep 01, 2015
-
-
ShadowNinja authored
-
ShadowNinja authored
-
Marcin authored
-
Rui authored
-
est31 authored
-
jh10001 authored
Also remove trailing whitespaces from the file
-
- Aug 31, 2015
- Aug 30, 2015
-
-
est31 authored
The commit 8f9af573 "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.
-