aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add mapgen_stair_cobble alias to minimalSfan52013-09-061-0/+1
|
* Standardized method of getting node info in dungeon mapgen.0gb.us2013-09-061-1/+1
|
* Add sanity check to sort functionsapier2013-09-051-0/+6
|
* Fix selectionbox not honoring anaglyph mode 3d distortionsapier2013-09-051-2/+14
|
* Fix crash on lua exceptionsapier2013-09-051-0/+5
|
* Use player:set_hotbar_image() instead of hardcoded hotbar.pngPilzAdam2013-09-0510-10/+98
|
* Add backtrace to error functionsapier2013-09-042-0/+12
|
* Fix remnants of s32 enable_shadersKahrl2013-09-042-5/+3
|
* Fix enable_fog = false not having any effect when shaders are enabledKahrl2013-09-031-4/+4
|
* Server::ProcessData(): call getBanName once instead of twice (#639)Ilya2013-09-031-2/+3
|
* Add minetest.parse_json, engine.parse_jsonKahrl2013-09-026-0/+141
|
* Use wstring for vertlabelsPilzAdam2013-08-311-6/+5
|
* Fix bug in pathfinder causing endless loop in some situationssapier2013-08-311-0/+2
|
* Translated using Weblate (Spanish)Diego Martínez2013-08-301-49/+30
|
* Translated using Weblate (Russian)Ilya Zhuravlev2013-08-301-14/+9
|
* Translated using Weblate (Russian)Anton Tsyganenko2013-08-301-3/+2
|
* Translated using Weblate (Russian)Ilya Zhuravlev2013-08-301-90/+80
|
* Translated using Weblate (Russian)Anton Tsyganenko2013-08-301-3/+2
|
* Translated using Weblate (Russian)Anton Tsyganenko2013-08-301-2/+2
|
* Translated using Weblate (Russian)Anton Tsyganenko2013-08-301-2/+2
|
* Translated using Weblate (Russian)Anton Tsyganenko2013-08-301-7/+6
|
* Translated using Weblate (German)Pilz Adam2013-08-301-86/+68
|
* Normalized heat and adjusted humidityproller2013-08-301-15/+29
|
* Add escaping to world list in main menu (fixes #896).Ilya Zhuravlev2013-08-291-2/+2
|
* Remove "po/du". "du" is invalid language code (fixes #881).Ilya Zhuravlev2013-08-261-1045/+0
|
* Add support for using textures in hotbarBlockMen2013-08-252-22/+50
|
* Fix aliases not working in shapeless crafting recipesKahrl2013-08-251-1/+1
|
* Run util/updatepo.shPilzAdam2013-08-2521-5586/+9884
|
* Add a setting for HighPrecisionFPU (fixes #763).Ilya Zhuravlev2013-08-253-0/+6
|
* Fix *.po errors caused by rebase.Ilya Zhuravlev2013-08-254-8/+3
|
* Translated using Weblate (Ukrainian)Vladimir a2013-08-251-175/+209
|
* Translated using Weblate (Russian)Anton Tsyganenko2013-08-251-10/+9
|
* Translated using Weblate (Norwegian Bokmål)sfan52013-08-251-4/+4
|
* Translated using Weblate (Estonian)sfan52013-08-251-4/+4
|
* Translated using Weblate (Dutch)Sasikaa Lacikaa2013-08-251-3/+3
|
* Translated using Weblate (Hungarian)Sasikaa Lacikaa2013-08-251-188/+208
|
* Translated using Weblate (Dutch)sfan52013-08-251-3/+3
|
* Translated using Weblate (Russian)Vladimir a2013-08-251-15/+24
|
* Translated using Weblate (French)Nicola Spanti2013-08-251-9/+9
|
* Translated using Weblate (French)we prefer instagib metl32013-08-251-4/+4
|
* Translated using Weblate (Ukrainian)sfan52013-08-251-7/+7
|
* Fix umlauts/special character issue in lua gettextBlockMen2013-08-191-3/+2
|
* Fix gettext for tabs (windows)BlockMen2013-08-191-1/+2
|
* Allow SIGINT to kill mainmenu againKahrl2013-08-195-15/+11
|
* World config dialog: Use engine determined path for game modsKahrl2013-08-193-31/+37
|
* GUIFormSpecMenu focus fixesKahrl2013-08-196-66/+232
|
* Reenable image scaling in formspecsBlockMen2013-08-181-2/+2
|
* Fix trailing nils being dropped by deprecated minetest.env handlerKahrl2013-08-181-1/+1
|
* Add translation for main menusapier2013-08-1713-224/+241
| | | | Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
* Send player damage to all clients and apply [brightenPilzAdam2013-08-174-18/+43
|