aboutsummaryrefslogtreecommitdiff
path: root/fonts/liberationsans.ttf (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-16Translated using Weblate (Italian)King Artur1-10/+8
2014-02-16Translated using Weblate (German)Pilz Adam1-3/+3
2014-02-16Translated using Weblate (Estonian)Jabo Babo1-28/+29
2014-02-16Translated using Weblate (Dutch)b p1-18/+12
2014-02-16Translated using Weblate (Russian)Сергей Голубев1-20/+13
2014-02-16Translated using Weblate (German)Jabo Babo1-5/+5
Kürzen, da es sonst nicht in den Button passt.
2014-02-16Translated using Weblate (Lithuanian)Jonas Kriaučiūnas1-117/+117
2014-02-16Translated using Weblate (Russian)Ilya Zhuravlev1-5/+5
2014-02-16Translated using Weblate (German)Pilz Adam1-3/+3
2014-02-16Translated using Weblate (Dutch)Mitchell Ward1-3/+4
2014-02-16Translated using Weblate (Czech)Jakub Vaněk1-43/+40
2014-02-16Translated using Weblate (Romanian)Mitchell Ward1-16/+11
2014-02-16Translated using Weblate (Chinese (China))Shen Zheyu1-14/+9
2014-02-16Translated using Weblate (Portuguese (Brazil))Frederico Guimarães1-16/+11
2014-02-16Translated using Weblate (French)we prefer instagib metl31-15/+10
2014-02-16Translated using Weblate (German)Pilz Adam1-15/+10
2014-02-16Fix g_settings not being includedSfan51-0/+1
2014-02-16Fix broken cross-compilingSfan51-25/+30
2014-02-15Schematic: Add force_placement parameter to minetest.place_structure APIkwolekr4-7/+12
2014-02-15Add minetest.set_noiseparam_defaults() Lua APIkwolekr13-270/+368
2014-02-15Accept any error response code for missing index.mthKahrl1-2/+4
2014-02-13Add check to avoid usage of broken LuaJIT < 2.0.0beta8sapier2-13/+57
2014-02-12Fix possible missing unlock of env_locksapier1-3/+4
2014-02-09ServerEnvironment: Remove direct dependency on EmergeManagerkwolekr6-24/+27
2014-02-09Define strlcpy on platforms that do not have itkwolekr2-5/+19
2014-02-09Add capability to read table flag fields from Lua APIkwolekr7-3/+83
2014-02-08Tune block emerge and sending parameters to more aggressive valueskwolekr2-8/+10
2014-02-08Make flag strings clear specified flag with 'no' prefixkwolekr19-78/+122
Remove flagmask field from set_mapgen_params table Add small bits of needed documentation
2014-02-07Remove lots of dead codesapier3-436/+256
Add check for datatype overflows use native datatype indices instead of fixed 16bit/32bit ones
2014-02-07Fix invalid check for fread error on extracting zipsapier1-3/+2
2014-02-07Fix memory leak in database migrationSelat1-0/+1
2014-02-06Add missing headerBlockMen1-0/+1
2014-02-05Add the option to bind to a specific addressShadowNinja12-40/+118
2014-02-05Remove blank default values for emergequeue_limit_* settingskwolekr6-26/+32
Add checks for invalid user input for important settings Rename Settings::tryGet* to Settings::get*NoEx for consistency
2014-02-05Revert "Fix settings to honor numeric conversion errors"kwolekr8-79/+43
This reverts commit 3f376a092e1c16429fb52f24736e9da98aff4cd5.
2014-02-04Fix another heap-use-after-free in pause menu.Ilya Zhuravlev1-2/+2
2014-02-04Fix unexpected preprocessor directive in gettext.cppIlya Zhuravlev1-1/+1
2014-02-04Fix settings to honor numeric conversion errorssapier8-43/+79
Rename try* non exceptioning functions to *NoEx
2014-02-03Update minetest.conf.examplekwolekr1-3/+6
2014-02-03Huge overhaul of the entire MapgenParams systemkwolekr24-622/+405
MapgenParams is no longer a polymorphic class, eliminating the need for messy and bug-prone reallocations. Separation between the common and mapgen-specific parameters is now strongly defined. Mapgen parameters objects are now properly encapsulated within the proper subsystems.
2014-02-03Settings: Add no-exception variants of each get methodkwolekr1-4/+123
2014-02-03Fix crash when a error occurs in a globalstep callbackShadowNinja1-1/+6
2014-02-03Escape texture pack namesShadowNinja1-2/+2
2014-02-03Add minetest.kick_player(name, reason)sapier6-17/+67
2014-02-03Remove noisy error messages, prepend "pathfinder: " to pathfinder messagessapier1-5/+5
2014-02-02Add missing "-" to list of allowed chars in media filenamessapier1-1/+1
2014-02-02Add additional check to avoid broadcasting private messages in error conditionssapier1-0/+4
2014-02-01Add player:override_day_night_ratio() for arbitrarily controlling sunlight ↵Perttu Ahola11-2/+107
brightness
2014-02-01Add player:set_sky() with simple skybox supportPerttu Ahola11-5/+181
2014-01-31Add propper client initializationsapier10-1582/+1791
-add client states to avoid server sending data to uninitialized clients -don't show uninitialized clients to other players -propper client disconnect handling Minor comment fixes in server Minor bugfixes in connection -improved peer id calculation -honor NDEBUG flag -improved disconnect handling -increased initial send window Remove some dead code