aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pass arguments by referenceSelat2014-03-1214-49/+49
|
* Remove goto from Environment::removePlayerSelat2014-03-121-10/+8
|
* Fix error when calling minetest.node_punch without a pointed_thingShadowNinja2014-03-111-1/+1
|
* Fix generating winresource.o with build dir != source dirSfan52014-03-111-1/+1
|
* Correct misleading detached inventory error messageCiaran Gultnieks2014-03-091-1/+1
| | | | Looks like a bit of hasty copying and pasting from s_item.cpp.
* Update ABM object counts when triggers add objectsCiaran Gultnieks2014-03-092-16/+37
| | | | | Also fixes long-standing accuracy issue due to unknown wider object count not being incremented.
* Fix race condition on exit to menusapier2014-03-091-4/+4
|
* Update set_mapgen_params and set_gen_notify Lua API to use new flag formatkwolekr2014-03-083-27/+43
|
* Stop wasting time in abm - performance improvementCiaran Gultnieks2014-03-061-23/+23
| | | | | | Unless I'm mistaken, the chunk of code I'm moving there is potentially executed hundreds of times inside the loop to get the exact same result every time
* Replace pause and message menu by formspec onessapier2014-03-0514-711/+273
|
* Fix rendering glitches when far from the center of the mapNovatux2014-03-0417-35/+112
|
* Document CMake options in READMESfan52014-03-031-0/+67
|
* 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
|