aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-11-13Only allow players with shout to chatest31
2015-11-12Fix scrollbarsBlockMen
2015-11-11Mapgen: Add flat mapgen in hidden formparamat
2015-11-09Convert usages of PseudoRandom to PcgRandom for ore and deco placementkwolekr
2015-11-09Cavegen: Make mgfractal use mgv5 cavegenparamat
2015-11-09Put ChatEvent handler into own functionest31
2015-11-08Abort compile when attempting to build client with Irrlicht 1.8.2kwolekr
2015-11-08Add errno to socket creation failed exceptionkwolekr
2015-11-08Write new line character sequence at end of print()est31
2015-11-08Fix misc. MinGW and Valgrind warningskwolekr
2015-11-08Add LuaSecureRandomest31
2015-11-08Update minetest.conf.example and src/settings_translation_file.cppest31
2015-11-08Don't compile pcgrandom on Windowsest31
2015-11-07Add support for audio feedback if placing node failedBlockMen
2015-11-06Add server side ncurses terminalest31
2015-11-05Schematics: Add core.place_schematic_on_vmanip APIkwolekr
2015-11-04Fix time progressing too fastest31
2015-11-04Time: use locks againest31
2015-11-03Time: Remove serverside getter, and use atomic operationsest31
2015-11-03Atomic: cleanup and add more operationsest31
2015-11-03Only go fast in autorun if fast move is enabledest31
2015-11-03Silence 'unused typedef' warning for STATIC_ASSERT()kwolekr
2015-11-02Add callback parameter for core.emerge_area()kwolekr
2015-11-02Speed up saving of profiling data by 27xgregorycu
2015-11-02Rename and move basicmacros.h to util/basic_macros.hest31
2015-11-02Print --videomodes response to standard output, tooKahrl
2015-11-02Print direct command line responses to standard output instead of using the l...Perttu Ahola
2015-11-01Fix Lua scripting synchronizationkwolekr
2015-11-01Fix Noise compiled under clang >= 3.7.x with -O2 or higherkwolekr
2015-10-31Fix server crashing on Lua errorsShadowNinja
2015-10-31Fix clang warningShadowNinja
2015-10-31Fix C++11 compatibilitykwolekr
2015-10-29WoW-style AutorunDuane Robertson
2015-10-29findSpawnPos: Add setting for max height above water levelparamat
2015-10-29Mgfractal: Add filler depth noiseparamat
2015-10-27Add STATIC_ASSERT() macro and use itkwolekr
2015-10-27Add DISABLE_CLASS_COPY macro (and use it)kwolekr
2015-10-27Environment: Time of day fixes and add serverside getterest31
2015-10-27Fix missing #includePilzAdam
2015-10-27Move basic, non-numeric macros from util/numeric.h to basicmacros.hkwolekr
2015-10-26Fix jittering sounds on entities (fixes #2974)BlockMen
2015-10-26Fix typoBlockMen
2015-10-26SAPI: Fix seed parameter truncation for LuaPseudoRandom constructorkwolekr
2015-10-26SAPI: Move core.get_us_time() to Util modulekwolekr
2015-10-26Remove some abort() callsest31
2015-10-25SAPI: Throw runtime error instead of if l_get_mapgen_object called in incorre...kwolekr
2015-10-25SAPI: Mark all Lua API functions requiring envlockkwolekr
2015-10-26Correct comment in l_util.cppest31
2015-10-25Add option to disable backface culling for modelsBlockMen
2015-10-25Escape " in generated settings_translation_file.cppPilzAdam