aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Formspecs: Use mouse wheel to pick up and deposit single itemsyou2018-04-021-43/+64
* LINT: add clang-tidy step (#6295)Loïc Blot2018-04-012-5/+5
* ObjectRef: Add add_velocity() (#3208)you2018-03-313-0/+22
* event.h: Fix import GCC warning caused by ce87310SmallJoker2018-03-311-1/+1
* Client eventmanager refactor (#7179)Loïc Blot2018-03-3014-183/+249
* Mgcarpathian: Mapgen loop optimisations. fabs() -> std::fabs()Paramat2018-03-291-72/+80
* Sound: fix static initialization order dependency by not having one (#7168)nOOb31672018-03-291-0/+4
* Optional alpha channel support for entitiesstujones112018-03-295-8/+23
* 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-284-70/+163
* Add reasons to on_dieplayer and on_hpchangeAndrew Ward2018-03-2811-40/+166
* Add formspec theming using prepended stringsAndrew Ward2018-03-2815-18/+135
* 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-2417-136/+148
* 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-227-291/+221
* Minetest ASCII art: Move from actionstream to rawstreamparamat2018-03-211-1/+1
* Fix node-nodebox lighting difference in direct sunlight (#7061)Vitaliy2018-03-173-29/+71
* 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
* Biomes: Fix vertical biome blendparamat2018-03-161-2/+2
* Biome API: Add 'get_biome_name(biome_id)' APIparamat2018-03-113-3/+25
* Add Voxelarea unittests (#7121)Loïc Blot2018-03-112-0/+375
* Finally fix android buildLoic Blot2018-03-112-3/+2
* Fix Android build, but there is a remaining linking issue in guiConfirmRegist...Loic Blot2018-03-113-19/+30
* Android build fixes for c++11stujones112018-03-119-4/+44
* Drop texture file list cache (#6660)Vitaliy2018-03-102-5/+3
* Fix typo in lighting code since bcdb3d5SmallJoker2018-03-101-1/+1
* Spawn level: Add 'get_spawn_level(x, z)' APIparamat2018-03-102-0/+25
* 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
* Getv3intfield: Fix logic of return boolparamat2018-03-091-3/+3
* Biomes: Add 'min_pos'/'max_pos' xyz biome limitsparamat2018-03-094-34/+47
* Cleanup & bugfixLoic Blot2018-03-083-71/+25