aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Escape " in generated settings_translation_file.cppPilzAdam2015-10-253-15/+18
* Fix out of bounds vector write in Logger::addOutput(ILogOutput *out)est312015-10-251-1/+2
* Fix setting commentsPilzAdam2015-10-241-7/+7
* Don't allow games or mods to add secure. settingsPilzAdam2015-10-241-152/+169
* Mgfractal: Independent iterations and scale parametersparamat2015-10-242-54/+62
* Android: statically load iconv libraryest312015-10-241-15/+16
* Run updatepo.shest312015-10-2428-5058/+69985
* Better gettext support for protocol version mismatch messagesest312015-10-241-9/+22
* Small logging refactor and additional optionsest312015-10-242-57/+89
* Improve Lua settings menuPilzAdam2015-10-245-754/+1359
* Fix compilation under MSVC and remove unnecessary conditional function prototypekwolekr2015-10-243-15/+2
* Fix on_rightclick() being called directly after placing nodeBlockMen2015-10-241-5/+4
* Improve rollback database indexingcheapie2015-10-241-2/+1
* Flush rollback log more oftenest312015-10-241-0/+3
* Fix some threading things and add additional thread unittestskwolekr2015-10-244-55/+137
* Decoration API: Add flag for placement on liquid surfaceparamat2015-10-235-8/+38
* Add more ways to pass data to check_player_privsRobert Zenz2015-10-222-7/+29
* Translated using Weblate (Portuguese (Brazil))Leonardo2015-10-221-8/+8
* Translated using Weblate (Japanese)Rui2015-10-221-17/+14
* Translated using Weblate (German)est312015-10-221-3/+3
* init_log_streams: check if log_filename is empty.Jun Zhang2015-10-191-1/+1
* ABMs: Make catch-up behaviour optionalparamat2015-10-185-14/+33
* Settings tab: double click opens/closes treesKahrl2015-10-181-0/+5
* Settings tab: don't autoscroll when toggling "Show technical names"Kahrl2015-10-181-2/+7
* Remove wstrgettextest312015-10-183-42/+34
* Display sane output for empty descriptionsest312015-10-181-3/+11