aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Save settings after dropping main menuelagin2013-05-201-0/+3
| * Fix link in minetest.conf.exampleRuss2013-05-201-1/+1
| * Use the group "soil" for nodes that saplings grow onShadowNinja2013-05-203-11/+7
| * Fix lava damage on player's upper bodykwolekr2013-05-191-1/+1
| * Fix nearly all warningskwolekr2013-05-1915-30/+13
| * Allow nil as puncher e.g. to do damage by tntsapier2013-05-202-9/+29
| * Add a little animation when changing the wielded itemPilzAdam2013-05-203-13/+58
| * Dont teleport back if holding sneak when detaching/turn freemove offPilzAdam2013-05-191-0/+2
| * Fix EmergeThread names in logKahrl2013-05-191-1/+1
| * Write mods that are not in world.mt into it at world startupPilzAdam2013-05-191-0/+3
| * Dont load mods that have no entry in world.mtPilzAdam2013-05-192-14/+7
| * Install mods/mods_here.txt instead of mods/minetest/mods_here.txtPilzAdam2013-05-191-1/+1
| * Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr2013-05-1911-180/+185
| * Fix regression of world loading caused by 81c863ackwolekr2013-05-191-2/+2
| * New modsystemPilzAdam2013-05-196-56/+19
| * Remove survival and build from CMakeLists.txtPilzAdam2013-05-181-12/+0
| * Remove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.shPilzAdam2013-05-184-31/+3
| * Only create SoundManager in main menu if USE_SOUND is truePilzAdam2013-05-181-0/+2
| * Fix memory leak in MeshUpdateThreadPilzAdam2013-05-181-0/+7
| * Fix math for isBlockInSight. Fixes #718 (client-side).Aaron Suen2013-05-182-18/+18
| * Move kahrl to core devs in credits tabPilzAdam2013-05-171-2/+2
| * Fix Problem with uk Translationsfan52013-05-171-1/+1
| * Dont drop fonts with ENABLE_FREETYPE=0PilzAdam2013-05-162-2/+6
| * Fix memory leak in run_tests()PilzAdam2013-05-141-2/+4
* | Translated using Weblate (Portuguese (Brazil))Frederico Guimarães2013-06-011-3/+2
* | Translated using Weblate (Portuguese)v c2013-06-011-7/+7
* | Translated using Weblate (Kirghiz)Chynggyz Jumaliev2013-06-011-35/+46
* | Translated using Weblate (German)Pilz Adam2013-06-011-3/+3
* | Translated using Weblate (Chinese (China))Shen Zheyu2013-06-011-2/+2
* | Translated using Weblate (Portuguese)manuel joaquim2013-05-301-40/+40
* | Translated using Weblate (Portuguese)manuel duarte2013-05-291-1/+1
* | Translated using Weblate (Portuguese)manuel duarte2013-05-291-9/+20
* | Translated using Weblate (Chinese (China))Shen Zheyu2013-05-181-8/+19
* | Translated using Weblate (French)we prefer instagib metl32013-05-171-8/+19
* | Translated using Weblate (Spanish)Diego Martínez2013-05-161-8/+19
* | Translated using Weblate (Portuguese (Brazil))Frederico Guimarães2013-05-131-8/+19
|/
* Translated using Weblate (German)sfan52013-05-131-9/+20
* Update po filesPilzAdam2013-05-1320-2502/+3259
* Merge remote-tracking branch 'origin/master'Weblate2013-05-1337-469/+1133
|\
| * Add mouse_sensitivity optionEsteban I. Ruiz Moreno2013-05-133-1/+5
| * Add progress bar to item visuals preloadingZeg92013-05-133-3/+17
| * Only use game filter in singleplayer tab; use menu_{background, overlay, head...PilzAdam2013-05-133-51/+74
| * Fix double free in createExtrudedMesh, reported by ptitSebKahrl2013-05-121-1/+0
| * Add code to play main_menu.ogg in main menuRealBadAngel2013-05-111-1/+60
| * Clear custom player HUDs when emerging players. Fixes #711.Aaron Suen2013-05-101-0/+3
| * Fix memory leak: remove InventoryAction after sending and applyingPilzAdam2013-05-111-0/+3
| * Fix memory leaks: delete font in main and GUIChatConsolePilzAdam2013-05-102-0/+3
| * Fix memory leak by dropping skyPilzAdam2013-05-101-0/+2
| * Add clouds to all loading screens and better progress handlingZeg92013-05-103-79/+161
| * Fix gettext memory leakssapier2013-05-101-4/+12