aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Translated using Weblate (German)PilzAdam2015-11-081-17/+17
* Translated using Weblate (German)PilzAdam2015-11-081-181/+121
* Translated using Weblate (French)Jean-Patrick G2015-11-081-37/+46
* Translated using Weblate (German)pilzadam2015-11-081-30/+41
* Don't compile pcgrandom on Windowsest312015-11-081-1/+2
* Improve LuaVoxelManip documentationkwolekr2015-11-072-9/+163
* Add support for audio feedback if placing node failedBlockMen2015-11-075-4/+19
* Document ENABLE_CURSES in README.txtKahrl2015-11-061-0/+1
* Conf.example, settingtypes: Improve mgfractal documentationparamat2015-11-062-31/+33
* Add server side ncurses terminalest312015-11-0622-91/+1214
* Schematics: Add core.place_schematic_on_vmanip APIkwolekr2015-11-056-18/+111
* Settingtypes: Correct documentation for mgfractalparamat2015-11-051-10/+16
* Fix time progressing too fastest312015-11-041-2/+7
* Mgfractal: Add documentation to conf.example and settingtypesparamat2015-11-042-7/+134
* Time: use locks againest312015-11-043-48/+77
* Time: Remove serverside getter, and use atomic operationsest312015-11-034-43/+31
* Atomic: cleanup and add more operationsest312015-11-031-35/+54
* Only go fast in autorun if fast move is enabledest312015-11-031-6/+7
* Silence 'unused typedef' warning for STATIC_ASSERT()kwolekr2015-11-031-1/+8
* Add callback parameter for core.emerge_area()kwolekr2015-11-029-22/+166
* Speed up saving of profiling data by 27xgregorycu2015-11-021-3/+3
* Rename and move basicmacros.h to util/basic_macros.hest312015-11-026-5/+5
* Print --videomodes response to standard output, tooKahrl2015-11-021-4/+4
* Print direct command line responses to standard output instead of using the l...Perttu Ahola2015-11-021-10/+10
* Fix Lua scripting synchronizationkwolekr2015-11-015-17/+57
* Fix Noise compiled under clang >= 3.7.x with -O2 or higherkwolekr2015-11-011-4/+4
* Fix server crashing on Lua errorsShadowNinja2015-10-3110-81/+59
* Fix clang warningShadowNinja2015-10-311-1/+1
* Fix C++11 compatibilitykwolekr2015-10-314-8/+12
* minetest. to core.Rui9142015-10-313-3/+3
* WoW-style AutorunDuane Robertson2015-10-292-0/+8
* findSpawnPos: Add setting for max height above water levelparamat2015-10-294-4/+18
* Mgfractal: Add filler depth noiseparamat2015-10-292-7/+14
* Add STATIC_ASSERT() macro and use itkwolekr2015-10-272-2/+9
* Add DISABLE_CLASS_COPY macro (and use it)kwolekr2015-10-2711-0/+30
* Environment: Time of day fixes and add serverside getterest312015-10-274-17/+31
* Fix missing #includePilzAdam2015-10-271-0/+2
* Move basic, non-numeric macros from util/numeric.h to basicmacros.hkwolekr2015-10-272-10/+32
* Fix jittering sounds on entities (fixes #2974)BlockMen2015-10-263-59/+40
* Fix typoBlockMen2015-10-261-2/+1
* SAPI: Fix seed parameter truncation for LuaPseudoRandom constructorkwolekr2015-10-261-3/+3
* SAPI: Move core.get_us_time() to Util modulekwolekr2015-10-265-12/+17
* Remove some abort() callsest312015-10-264-13/+7
* SAPI: Throw runtime error instead of if l_get_mapgen_object called in incorre...kwolekr2015-10-251-1/+1
* SAPI: Mark all Lua API functions requiring envlockkwolekr2015-10-2513-37/+141
* Correct comment in l_util.cppest312015-10-261-1/+3
* Fix parameter passing to gettext callPilzAdam2015-10-251-1/+1
* Check if hitter has inventory when punching itemBlockMen2015-10-251-3/+4
* Credits: Remove my nameRui2015-10-251-1/+0
* Add option to disable backface culling for modelsBlockMen2015-10-255-4/+15