aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Mapgen: Add propagate_shadow bool to calcLightingparamat2015-12-076-41/+29
* Fix spelling of noise_thresholdJun Zhang2015-12-063-6/+15
* Improve LuaJIT detectionFerdinand Thiessen2015-12-051-2/+17
* Fix build if BUILD_SHARED_LIBS defaults to "ON"Ferdinand Thiessen2015-12-031-1/+1
* Mgv5/v7/flat/fractal: More large pseudorandom cavesparamat2015-12-024-14/+14
* Add on_secondary_use when right clicking an item in the airAlex Ford2015-12-025-0/+58
* Dungeongen: Fix rarely triggered segfaultparamat2015-12-011-1/+2
* Remove unused OpenALSoundManager::m_can_vorbis and EXT_vorbis checkJay Arndt2015-12-011-10/+0
* Dungeongen: Also preserve river water nodesparamat2015-11-292-1/+5
* Re-enable texture pre-filters on wielditems, fixing #3178.Aaron Suen2015-11-241-1/+1
* Mgfractal: Move julia set selection into formula parameterparamat2015-11-233-17/+13
* Update HUD flags on server like on clientest312015-11-221-1/+2
* Mapgen: Add global 'decorations' flagparamat2015-11-219-18/+27
* Add a status text for autorunAmaz2015-11-151-3/+12
* Allow craft replacements to use groupsTeTpaAka2015-11-151-1/+1
* Mgfractal: Revert unnecessary duplication of parametersparamat2015-11-152-69/+37
* sound_openal.cpp: remove unused headerest312015-11-151-1/+0
* Load sound from memoryest312015-11-141-40/+107
* Decoration API: Fix missing low density decorationsparamat2015-11-141-1/+9
* Mgfractal: Create a choice of 4 mandelbrot formulasparamat2015-11-142-5/+38
* Mgv6: Move global mapgen flag 'flat' into mgv6 spflagsparamat2015-11-132-4/+6
* Only allow players with shout to chatest312015-11-133-6/+14
* Fix scrollbarsBlockMen2015-11-121-1/+1
* Mapgen: Add flat mapgen in hidden formparamat2015-11-114-0/+709
* Convert usages of PseudoRandom to PcgRandom for ore and deco placementkwolekr2015-11-093-13/+13
* Cavegen: Make mgfractal use mgv5 cavegenparamat2015-11-094-303/+15
* Put ChatEvent handler into own functionest312015-11-092-15/+22
* Abort compile when attempting to build client with Irrlicht 1.8.2kwolekr2015-11-081-6/+13
* Add errno to socket creation failed exceptionkwolekr2015-11-082-7/+10
* Write new line character sequence at end of print()est312015-11-081-1/+1
* Fix misc. MinGW and Valgrind warningskwolekr2015-11-084-2/+6
* Add LuaSecureRandomest312015-11-085-1/+192
* Update minetest.conf.example and src/settings_translation_file.cppest312015-11-081-3/+36
* Don't compile pcgrandom on Windowsest312015-11-081-1/+2
* Add support for audio feedback if placing node failedBlockMen2015-11-074-4/+18
* Add server side ncurses terminalest312015-11-0619-91/+1013
* Schematics: Add core.place_schematic_on_vmanip APIkwolekr2015-11-055-18/+102
* Fix time progressing too fastest312015-11-041-2/+7
* 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-025-17/+105
* 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