aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Finally fix android buildLoic Blot2018-03-112-3/+2
* Fix Android build, but there is a remaining linking issue in guiConfirmRegist...Loic Blot2018-03-114-20/+31
* Android build fixes for c++11stujones112018-03-1115-53/+139
* Android: update tools (gradle, NDK) & prepare to switch to clangLoic Blot2018-03-114-7/+15
* Drop texture file list cache (#6660)Vitaliy2018-03-102-5/+3
* Fix typo in lighting code since bcdb3d5SmallJoker2018-03-101-1/+1
* Lua_api.txt: Split long lines part 2paramat2018-03-101-151/+220
* Spawn level: Add 'get_spawn_level(x, z)' APIparamat2018-03-103-0/+34
* Formspecs: Unify textarea and field parsing functions, fix wrong fallback textSmallJoker2018-03-093-103/+75
* VoxelArea: add_{x,y,z,p} must be staticLoic Blot2018-03-0911-61/+72
* Drop unused struct ModLicenseInfo & ModAuthorInfo + default constructor in Mo...Loic Blot2018-03-091-11/+2
* ServerEnvironment & StaticObject cleanupsLoic Blot2018-03-094-30/+48
* Drop unused Server::m_ignore_map_edit_events_peer_idLoic Blot2018-03-091-6/+0
* Variable name fix + structure creation unrolling in lighting codeLoic Blot2018-03-092-25/+30
* Drop less performant Server::setBlockNotSent for ClientInterface::markBlockpo...Loic Blot2018-03-094-20/+17
* Lua_api.txt: Split long lines part 1paramat2018-03-091-69/+94
* Gennotify docs: Clarify returned positions for decorationsparamat2018-03-091-1/+4
* Biomes: Document xyz biome limitsparamat2018-03-091-2/+9
* Getv3intfield: Fix logic of return boolparamat2018-03-091-3/+3
* Biomes: Add 'min_pos'/'max_pos' xyz biome limitsparamat2018-03-094-34/+47