aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-10-25Fix out of bounds vector write in Logger::addOutput(ILogOutput *out)est31
2015-10-24Mgfractal: Independent iterations and scale parametersparamat
2015-10-24Small logging refactor and additional optionsest31
2015-10-24Improve Lua settings menuPilzAdam
2015-10-24Fix compilation under MSVC and remove unnecessary conditional function prototypekwolekr
2015-10-24Fix on_rightclick() being called directly after placing nodeBlockMen
2015-10-24Improve rollback database indexingcheapie
2015-10-24Flush rollback log more oftenest31
2015-10-24Fix some threading things and add additional thread unittestskwolekr
2015-10-23Decoration API: Add flag for placement on liquid surfaceparamat
2015-10-19init_log_streams: check if log_filename is empty.Jun Zhang
2015-10-18ABMs: Make catch-up behaviour optionalparamat
2015-10-18Settings tab: double click opens/closes treesKahrl
2015-10-18Settings tab: don't autoscroll when toggling "Show technical names"Kahrl
2015-10-18Remove wstrgettextest31
2015-10-17Fix GUITable selection issues with treesKahrl
2015-10-17New settings tab contain all possible settingsPilzAdam
2015-10-17Fix == to =Rui
2015-10-17Fix missing include on AIXkwolekr
2015-10-16Refactor Thread class to improve readability and portabilitykwolekr
2015-10-16Refactor thread utility interfacekwolekr
2015-10-17Fix crash regression when invsize formspec gets usedest31
2015-10-15Fix enforcing of nametag hidingest31
2015-10-15Add BufReader and vector-based serialization methodskwolekr
2015-10-15Clean up gettext initializationShadowNinja