summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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