aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improved win32 file version informationsapier2014-03-025-2/+77
|
* Fix for unloaded but active block problemCiaran Gultnieks2014-03-021-0/+8
|
* Fix translation name.Selat2014-03-021-3/+2
|
* Add Belarusian translation.Selat2014-03-021-0/+968
|
* Remove "Server -!- " prefix from player messagesShadowNinja2014-02-275-15/+7
|
* Fix MSVC buildBlockMen2014-02-262-0/+2
|
* Fix null string escapeproller2014-02-241-0/+1
|
* Fix test for broken LuaJIT versions, solves #1152Sfan52014-02-231-7/+10
|
* Translated using Weblate (Spanish)Diego Martínez2014-02-161-15/+11
|
* Translated using Weblate (Romanian)King Artur2014-02-161-11/+11
| | | | wrong expression and wrong word order
* Translated using Weblate (Portuguese)João Farias2014-02-161-4/+4
|
* Translated using Weblate (Lithuanian)Jonas Kriaučiūnas2014-02-161-15/+26
|
* Translated using Weblate (Italian)King Artur2014-02-161-10/+8
|
* Translated using Weblate (German)Pilz Adam2014-02-161-3/+3
|
* Translated using Weblate (Estonian)Jabo Babo2014-02-161-28/+29
|
* Translated using Weblate (Dutch)b p2014-02-161-18/+12
|
* Translated using Weblate (Russian)Сергей Голубев2014-02-161-20/+13
|
* Translated using Weblate (German)Jabo Babo2014-02-161-5/+5
| | | | Kürzen, da es sonst nicht in den Button passt.
* Translated using Weblate (Lithuanian)Jonas Kriaučiūnas2014-02-161-117/+117
|
* Translated using Weblate (Russian)Ilya Zhuravlev2014-02-161-5/+5
|
* Translated using Weblate (German)Pilz Adam2014-02-161-3/+3
|
* Translated using Weblate (Dutch)Mitchell Ward2014-02-161-3/+4
|
* Translated using Weblate (Czech)Jakub Vaněk2014-02-161-43/+40
|
* Translated using Weblate (Romanian)Mitchell Ward2014-02-161-16/+11
|
* Translated using Weblate (Chinese (China))Shen Zheyu2014-02-161-14/+9
|
* Translated using Weblate (Portuguese (Brazil))Frederico Guimarães2014-02-161-16/+11
|
* Translated using Weblate (French)we prefer instagib metl32014-02-161-15/+10
|
* Translated using Weblate (German)Pilz Adam2014-02-161-15/+10
|
* Fix g_settings not being includedSfan52014-02-161-0/+1
|
* Fix broken cross-compilingSfan52014-02-161-25/+30
|
* Schematic: Add force_placement parameter to minetest.place_structure APIkwolekr2014-02-154-7/+12
|
* Add minetest.set_noiseparam_defaults() Lua APIkwolekr2014-02-1513-270/+368
|
* Accept any error response code for missing index.mthKahrl2014-02-151-2/+4
|
* Add check to avoid usage of broken LuaJIT < 2.0.0beta8sapier2014-02-132-13/+57
|
* Fix possible missing unlock of env_locksapier2014-02-121-3/+4
|
* ServerEnvironment: Remove direct dependency on EmergeManagerkwolekr2014-02-096-24/+27
|
* Define strlcpy on platforms that do not have itkwolekr2014-02-092-5/+19
|
* Add capability to read table flag fields from Lua APIkwolekr2014-02-097-3/+83
|
* Tune block emerge and sending parameters to more aggressive valueskwolekr2014-02-082-8/+10
|
* Make flag strings clear specified flag with 'no' prefixkwolekr2014-02-0819-78/+122
| | | | | Remove flagmask field from set_mapgen_params table Add small bits of needed documentation
* Remove lots of dead codesapier2014-02-073-436/+256
| | | | | Add check for datatype overflows use native datatype indices instead of fixed 16bit/32bit ones
* Fix invalid check for fread error on extracting zipsapier2014-02-071-3/+2
|
* Fix memory leak in database migrationSelat2014-02-071-0/+1
|
* Add missing headerBlockMen2014-02-061-0/+1
|
* Add the option to bind to a specific addressShadowNinja2014-02-0512-40/+118
|
* Remove blank default values for emergequeue_limit_* settingskwolekr2014-02-056-26/+32
| | | | | Add checks for invalid user input for important settings Rename Settings::tryGet* to Settings::get*NoEx for consistency
* Revert "Fix settings to honor numeric conversion errors"kwolekr2014-02-058-79/+43
| | | | This reverts commit 3f376a092e1c16429fb52f24736e9da98aff4cd5.
* Fix another heap-use-after-free in pause menu.Ilya Zhuravlev2014-02-041-2/+2
|
* Fix unexpected preprocessor directive in gettext.cppIlya Zhuravlev2014-02-041-1/+1
|
* Fix settings to honor numeric conversion errorssapier2014-02-048-43/+79
| | | | Rename try* non exceptioning functions to *NoEx