aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* LINT: add clang-tidy step (#6295)Loïc Blot2018-04-018-8/+319
* ObjectRef: Add add_velocity() (#3208)you2018-03-315-1/+27
* event.h: Fix import GCC warning caused by ce87310SmallJoker2018-03-311-1/+1
* Client eventmanager refactor (#7179)Loïc Blot2018-03-3015-185/+249
* Mgcarpathian: Mapgen loop optimisations. fabs() -> std::fabs()Paramat2018-03-291-72/+80
* core.rotate_node: Do not trigger after_place_node (#6900)SmallJoker2018-03-293-14/+20
* Sound: fix static initialization order dependency by not having one (#7168)nOOb31672018-03-291-0/+4
* Optional alpha channel support for entitiesstujones112018-03-297-9/+32
* Fix a warning introduced by c5b4e541749c50805519ce040d98a0a8e5e0ec03Loic Blot2018-03-292-4/+6
* Fix a warning reported by clangLoic Blot2018-03-291-2/+2
* Fix various Client class functions not marked as override (virtual)Loic Blot2018-03-291-18/+19
* Load dependencies and description from mod.confAndrew Ward2018-03-2820-140/+237
* Add reasons to on_dieplayer and on_hpchangeAndrew Ward2018-03-2814-52/+219
* Add formspec theming using prepended stringsAndrew Ward2018-03-2816-18/+150
* Update jsoncpp to 1.8.4 (#7172)Loïc Blot2018-03-263-164/+187
* Guard sound manager initialization with "enable_sound" (#7167)nOOb31672018-03-261-1/+2
* macOS: don't require X11 libraries during compilation (#7149)D Tim Cummings2018-03-261-2/+2
* Mapgen: Remove unused mgv7 code and some unused biometypesParamat2018-03-263-178/+0
* Make sounds stop playing when entering game or mainmenunOOb31672018-03-241-1/+1
* Cleanup sound manager class (#7158)Loïc Blot2018-03-2419-140/+151
* Print the mod loading time (#7137)you2018-03-241-1/+8
* Fix some gcc 7.3 reported warningsLoic Blot2018-03-231-1/+5
* Global initialization of sound using SoundManagerGlobal (#7063)nOOb31672018-03-235-84/+116
* Update mesh collector and move it to a separate file (#6904)Vitaliy2018-03-228-291/+222
* Gitlab CI: Disable currently broken ubuntu 16.10 & 17.04 buildsLoïc Blot2018-03-221-44/+44
* Lua_api.txt: Improve noise documentationParamat2018-03-221-33/+103
* Minetest ASCII art: Move from actionstream to rawstreamparamat2018-03-211-1/+1
* Mgfractal / chunksize: Improve documentationparamat2018-03-201-9/+35
* Lua_api.txt: Fix hardware colouring documentationparamat2018-03-201-3/+3
* Add src/unittest/test_world/world.mt to gitignoreLoïc Blot2018-03-181-0/+1
* Add missing file to android buildLoic Blot2018-03-171-0/+1
* Fix node-nodebox lighting difference in direct sunlight (#7061)Vitaliy2018-03-173-29/+71
* .gitignore: ignore more files (android, unittests)Loic Blot2018-03-171-0/+4
* Lua_api.txt: Split long lines part 6paramat2018-03-171-167/+258
* Fix a crash or random memory leak when reseting saved environment variable in...Loic Blot2018-03-161-2/+6
* Drop Server::m_enable_rollback_recording it's only used in server constructorLoic Blot2018-03-162-3/+1
* ServerEnvironment::loadDefaultMeta: Loading default meta is only possible for...Loic Blot2018-03-163-10/+19
* Forgot to remove obsolete Server::m_modsLoic Blot2018-03-162-3/+0
* Server: delegate mod management & config to ServerModConfiguration (#7131)Loïc Blot2018-03-1613-74/+359
* Fix an alone if to be with a missing elseLoic Blot2018-03-161-1/+1
* Lua_api.txt: Split long lines part 5, fix hardware colouring docsparamat2018-03-161-150/+209
* Biomes: Fix vertical biome blendparamat2018-03-161-2/+2
* README: Fix Fedora dependencies (#7133)pauloue2018-03-151-1/+1
* Lua_api.txt: Split long lines part 4paramat2018-03-141-185/+277
* Rename 'subgame' to 'game'paramat2018-03-136-9/+9
* Lua_api.txt: Improve and complete drawtype documentationparamat2018-03-131-27/+67
* Lua_api.txt: Split long lines part 3paramat2018-03-111-86/+128
* Biome API: Add 'get_biome_name(biome_id)' APIparamat2018-03-114-3/+29
* Add Voxelarea unittests (#7121)Loïc Blot2018-03-112-0/+375
* Android: typo fix since recent gradle update, as output path changedLoic Blot2018-03-111-4/+4